[systemd-bugs] [Bug 81889] udev 208 classifying USB Pro Pedals (CH Products) as ID_INPUT_ACCELEROMETER

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 25 08:11:02 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=81889

--- Comment #2 from Tyson Whitehead <twhitehead at gmail.com> ---
The simple hack I use to work around this until upstream figures our a proper
fix is to create "/etc/udev/rules.d/49-ch-products.rules" containing

SUBSYSTEM=="input", ATTRS{idVendor}=="068e", ATTRS{idProduct}=="00f2",
ENV{ID_INPUT}="1", ENV{ID_INPUT_JOYSTICK}="1"                                   

where "idVendor" and "idProduct" was taken from lsusb.  This manual
classification works because "/lib/udev/rules.d/50-udev-default.rules" only
runs "input_id" if "ID_INPUT" isn't already set.

One other issue I've noticed is that I have to unplug and plug them back in
every time I suspend my machine.  I imagine there must be some way to
automatically perform a reset, but I haven't dug into it yet.

Cheers!  -Tyson

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140825/8f6f74c2/attachment.html>


More information about the systemd-bugs mailing list