mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
keymap: make USB keyboards really work
Calling usb_id and GOTO in one rule did not make sense at all.
This commit is contained in:
parent
e8f04b65f3
commit
e13eecbdf3
@ -9,7 +9,8 @@ ACTION!="add", GOTO="keyboard_end"
|
||||
SUBSYSTEM!="input", GOTO="keyboard_end"
|
||||
KERNEL!="event*", GOTO="keyboard_end"
|
||||
|
||||
SUBSYSTEMS=="usb", ENV{ID_VENDOR}=="", IMPORT{program}="usb_id --export %p", GOTO="keyboard_usbcheck"
|
||||
SUBSYSTEMS=="usb", ENV{ID_VENDOR}=="", IMPORT{program}="usb_id --export %p"
|
||||
SUBSYSTEMS=="usb", GOTO="keyboard_usbcheck"
|
||||
GOTO="keyboard_modulecheck"
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user