<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - udev 208 classifying USB Pro Pedals (CH Products) as ID_INPUT_ACCELEROMETER"
href="https://bugs.freedesktop.org/show_bug.cgi?id=81889#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - udev 208 classifying USB Pro Pedals (CH Products) as ID_INPUT_ACCELEROMETER"
href="https://bugs.freedesktop.org/show_bug.cgi?id=81889">bug 81889</a>
from <span class="vcard"><a class="email" href="mailto:twhitehead@gmail.com" title="Tyson Whitehead <twhitehead@gmail.com>"> <span class="fn">Tyson Whitehead</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>