From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: - usb-hid-hidbp-drivers-add-imon-lcds-to-hid-blacklist.patch removed from -mm tree Date: Tue, 13 May 2008 08:11:21 -0700 Message-ID: <200805131511.m4DFBLWM018326@imap1.linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:35533 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752575AbYEMPLz (ORCPT ); Tue, 13 May 2008 11:11:55 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: dylan.semler@gmail.com, greg@kroah.com, jkosina@suse.cz, mm-commits@vger.kernel.org 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 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@gmail.com Cc: Greg KH Cc: Jiri Kosina Signed-off-by: Andrew Morton --- 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@gmail.com are usb-hid-hidbp-drivers-add-imon-lcds-to-hid-blacklist.patch