mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
646a9ebf6d
Add linuxconsole and inputattach-config recipes. The inputattach-config recipe is intend to use as machine configuration file for inputattach. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
8 lines
515 B
Plaintext
8 lines
515 B
Plaintext
# Restore any stored calibration for the device
|
|
ACTION=="add", KERNEL=="js*", RUN+="/usr/bin/jscal-restore %E{DEVNAME}"
|
|
|
|
# Set PS3 controller leds to the same value bluez will choose for it.
|
|
# IMPORT{parent} used because $parent did not appear to be working; we
|
|
# don't need the devpath of the js device for this so it is OK to overwrite.
|
|
ACTION=="add", KERNEL=="js*", IMPORT{parent}="DEVPATH", ATTRS{name}=="Sony PLAYSTATION(R)3 Controller", RUN+="/lib/udev/js-set-enum-leds /sys/%E{DEVPATH}/device/leds/ $number"
|