mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-20 08:37:55 +07:00
hwdb: support bluetooth keyboard fixups
Drop the restriction not to match on bluetooth devices. They are supported just fine! Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
bd4a68b3fb
commit
4da04e3dde
@ -4,9 +4,6 @@ ACTION=="remove", GOTO="keyboard_end"
|
||||
KERNEL!="event*", GOTO="keyboard_end"
|
||||
ENV{ID_INPUT_KEY}=="", GOTO="keyboard_end"
|
||||
|
||||
# ignore all bluetooth devices
|
||||
SUBSYSTEMS=="bluetooth", GOTO="keyboard_end"
|
||||
|
||||
# import key mapping for input device
|
||||
IMPORT{builtin}="hwdb --lookup-prefix=keyboard:", \
|
||||
RUN{builtin}+="keyboard", GOTO="keyboard_end"
|
||||
|
Loading…
Reference in New Issue
Block a user