mirror of
https://github.com/systemd/systemd.git
synced 2025-09-16 17:45:36 +03:00
hwdb: support bluetooth keyboard fixups
Drop the restriction not to match on bluetooth devices. They are supported just fine!
This commit is contained in:
@@ -4,9 +4,6 @@ ACTION=="remove", GOTO="keyboard_end"
|
|||||||
KERNEL!="event*", GOTO="keyboard_end"
|
KERNEL!="event*", GOTO="keyboard_end"
|
||||||
ENV{ID_INPUT_KEY}=="", 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 key mapping for input device
|
||||||
IMPORT{builtin}="hwdb --lookup-prefix=keyboard:", \
|
IMPORT{builtin}="hwdb --lookup-prefix=keyboard:", \
|
||||||
RUN{builtin}+="keyboard", GOTO="keyboard_end"
|
RUN{builtin}+="keyboard", GOTO="keyboard_end"
|
||||||
|
Reference in New Issue
Block a user