forked from pool/linuxconsoletools
- removed option to force stripping debug symbols
- update to 1.8.1
* jscal can be given a specific button to use to confirm calibration
at each step.
- update to 1.7.1
* inputattach supports the Gunze protocol
- update to 1.7.0
* The udev rules for Stelladaptor devices include more compatible devices
* inputattach supports the FlySky FS-iA6B RC receiver, with kernel 5.4
and later
* ffmvforce now needs SDL2 and pkg-config (thanks to Stefan Brüns).
* inputattach has a --crtscts/--no-crscts option to control CRTSCTS;
it also supports up to four probe-able devices checked in sequence
* js-set-enum-leds supports Wii controllers, XBox gamepads, and PS4
Dualshock 4 gamepads
- previous patch has been merged in upstream
- added new patch to fix bashism in js-set-enum-leds
OBS-URL: https://build.opensuse.org/request/show/1045806
OBS-URL: https://build.opensuse.org/package/show/hardware/linuxconsoletools?expand=0&rev=23
22 lines
595 B
Diff
22 lines
595 B
Diff
diff --color -ur linuxconsoletools-1.8.1.orig/utils/js-set-enum-leds linuxconsoletools-1.8.1/utils/js-set-enum-leds
|
|
--- linuxconsoletools-1.8.1.orig/utils/js-set-enum-leds 2019-10-05 22:29:50.000000000 +0200
|
|
+++ linuxconsoletools-1.8.1/utils/js-set-enum-leds 2022-12-26 16:15:41.539691275 +0100
|
|
@@ -53,7 +53,7 @@
|
|
shift 1
|
|
else
|
|
echo "set_gamepad_leds: wrong number of leds or values" 1>&2
|
|
- exit -1
|
|
+ exit 1
|
|
fi
|
|
done
|
|
}
|
|
@@ -65,7 +65,7 @@
|
|
shift 1
|
|
else
|
|
echo "set_multicolor_led: wrong number of leds or values" 1>&2
|
|
- exit -1
|
|
+ exit 1
|
|
fi
|
|
done
|
|
}
|