mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
keymap: fix usb_id invocation
For deciding whether to call usb_id, test the property which we are actually querying further down. https://launchpad.net/215035
This commit is contained in:
parent
df3e07d6a8
commit
e8f04b65f3
@ -9,7 +9,7 @@ ACTION!="add", GOTO="keyboard_end"
|
||||
SUBSYSTEM!="input", GOTO="keyboard_end"
|
||||
KERNEL!="event*", GOTO="keyboard_end"
|
||||
|
||||
SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{program}="usb_id --export %p", GOTO="keyboard_usbcheck"
|
||||
SUBSYSTEMS=="usb", ENV{ID_VENDOR}=="", IMPORT{program}="usb_id --export %p", GOTO="keyboard_usbcheck"
|
||||
GOTO="keyboard_modulecheck"
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user