The patch titled USB HID/HIDBP DRIVERS: Add iMON LCDs to HID blacklist has been removed from the -mm tree. Its filename was usb-hid-hidbp-drivers-add-imon-lcds-to-hid-blacklist.patch This patch was dropped because an updated version will be merged The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: USB HID/HIDBP DRIVERS: Add iMON LCDs to HID blacklist From: Dylan R Semler <dylan.semler@xxxxxxxxx> The new iMON LCDs from SoundGraph need to be blacklisted from HID in order to be used by lirc. This patch adds vendor and device IDs for iMON LCDs and adds them to the blacklist. Signed-off-by: Dylan R Semler dylan.semler@xxxxxxxxx Cc: Greg KH <greg@xxxxxxxxx> Cc: Jiri Kosina <jkosina@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/hid/usbhid/hid-quirks.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN drivers/hid/usbhid/hid-quirks.c~usb-hid-hidbp-drivers-add-imon-lcds-to-hid-blacklist drivers/hid/usbhid/hid-quirks.c --- a/drivers/hid/usbhid/hid-quirks.c~usb-hid-hidbp-drivers-add-imon-lcds-to-hid-blacklist +++ a/drivers/hid/usbhid/hid-quirks.c @@ -371,6 +371,9 @@ #define USB_VENDOR_ID_SONY 0x054c #define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268 +#define USB_VENDOR_ID_SOUNDGRAPH 0x15c2 +#define USB_DEVICE_ID_SOUNDGRAPH_IMON_LCD 0x0038 + #define USB_VENDOR_ID_SUN 0x0430 #define USB_DEVICE_ID_RARITAN_KVM_DONGLE 0xcdab _ Patches currently in -mm which might be from dylan.semler@xxxxxxxxx are usb-hid-hidbp-drivers-add-imon-lcds-to-hid-blacklist.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html