Help with matching a HID device (udev rules troubles)
Richard Hughes
hughsient at gmail.com
Thu Jul 2 03:04:20 PDT 2009
2009/7/2 Martin Pitt <martin.pitt at ubuntu.com>:
> ACTION!="add", GOTO="ups_end" # drop this if you need change events, too
> SUBSYSTEM!="usb", GOTO="ups_end"
> KERNEL!="hiddev*", GOTO="ups_end"
>
> ATTRS{idVendor}=="0463", ATTRS{idProduct}=="ffff", [... your action here ... ]
> [... similar idVendor/idProduct rules ...]
>
> LABEL="ups_end"
This worked beautifully. Thanks. Changes will be pushed to master in a
few minutes.
Richard.
More information about the devkit-devel
mailing list