mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +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:
parent
b26e4ced91
commit
aee26b1276
@ -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