chiark / gitweb /
rules: split out and fix persistent tape rules
[elogind.git] / etc / udev / rules.d / 60-persistent-input.rules
index 503e61e0355728305d93a69a693bee7c48c8d508..fbebe86244c80625b096962cdd6406c14571b088 100644 (file)
@@ -1,9 +1,11 @@
+# do not edit this file, it will be overwritten on update
+
 ACTION!="add", GOTO="persistent_input_end"
 SUBSYSTEM!="input", GOTO="persistent_input_end"
 KERNEL=="input[0-9]*", GOTO="persistent_input_end"
 
 # usb devices
-SUBSYSTEMS=="usb", IMPORT{program}="usb_id -x"
+SUBSYSTEMS=="usb", IMPORT{program}="usb_id --export"
 SUBSYSTEMS=="usb", ATTRS{bInterfaceClass}=="03", ATTRS{bInterfaceProtocol}=="01", ENV{ID_CLASS}="kbd"
 SUBSYSTEMS=="usb", ATTRS{bInterfaceClass}=="03", ATTRS{bInterfaceProtocol}=="02", ENV{ID_CLASS}="mouse"