Add udev rules to set keyboard model on Cosmo Communicator
This commit is contained in:
parent
fa2ec7e351
commit
523c6fee36
2 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ actions:
|
||||||
- libhybris
|
- libhybris
|
||||||
- pulseaudio
|
- pulseaudio
|
||||||
- pulseaudio-module-droid
|
- pulseaudio-module-droid
|
||||||
|
- xkb-data
|
||||||
- xserver-xorg-video-hwcomposer
|
- xserver-xorg-video-hwcomposer
|
||||||
|
|
||||||
- action: run
|
- action: run
|
||||||
|
|
|
||||||
1
overlay/cosmopda/etc/udev/rules.d/80-keyboard.rules
Normal file
1
overlay/cosmopda/etc/udev/rules.d/80-keyboard.rules
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
SUBSYSTEM=="input", ATTRS{name}=="Integrated keyboard", ENV{XKBMODEL}="planetcosmo"
|
||||||
Loading…
Add table
Reference in a new issue