Hi Greg and linux-usb, > I can't take patches as an attachment, please just send them as-is using > git send-email. will do > Please add an entry to the hid module to blacklist this device so you > don't have to unbind anything "manually". I can't access the machine right now, so I can't test. Is this what you had in mind? (HID_QUIRK_IGNORE for that particular vid/pid) (...) +++ b/drivers/hid/usbhid/hid-quirks.c @@ -116,6 +116,8 @@ static const struct hid_blacklist { { USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_LTS2, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_SIS, USB_DEVICE_ID_SIS_TS, HID_QUIRK_NO_INIT_REPORTS }, + { USB_VENDOR_ID_RISO_KAGAKU, USB_DEVICE_ID_RI_KA_WEBMAIL, HID_QUIRK_IGNORE }, /* handled by usbled */ (...) If that's it, I'll resubmit. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html