On Mon, 16 Apr 2007, Jiri Kosina wrote:
actually, this seems wrong to me. In case of Wacom or IOWarrior devices, we
want the usb_hid_configure() to return immediately, without claiming the
device (and propagate -ENODEV through hid_probe()). That's what the original
code does, and that is correct.
After you patch, the usb_hid_configure() proceeds both for Wacom and
IOWarrior devices, just leaving the quirks mask empty. But that's not what it
should do, right?
Yes, you're right. I'll fix that in the revision that I will send to you.
- Paul