public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Dylan R. Semler" <dylan.semler@gmail.com>
To: jkosina@suse.cz
Cc: torvalds@linux-foundation.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 1/1] USB HID/HIDBP DRIVERS: Add iMON LCDs to HID blacklist
Date: Sat, 10 May 2008 16:52:46 -0500	[thread overview]
Message-ID: <4826192E.1030409@gmail.com> (raw)

From: Dylan R Semler <dylan.semler@gmail.com>

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
---
--- vanilla-2.6.25/drivers/hid/usbhid/hid-quirks.c.orig 2008-05-10 
14:22:19.000000000 -0500
+++ vanilla-2.6.25/drivers/hid/usbhid/hid-quirks.c 2008-05-10 
14:20:37.000000000 -0500
@@ -374,6 +374,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

@@ -570,6 +573,7 @@ static const struct hid_blacklist {
{ USB_VENDOR_ID_PANJIT, 0x0002, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_PANJIT, 0x0003, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_PANJIT, 0x0004, HID_QUIRK_IGNORE },
+ { USB_VENDOR_ID_SOUNDGRAPH, USB_DEVICE_ID_SOUNDGRAPH_IMON_LCD, 
HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_LABPRO, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_GOTEMP, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_SKIP, HID_QUIRK_IGNORE },


             reply	other threads:[~2008-05-10 21:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-10 21:52 Dylan R. Semler [this message]
2008-05-13  9:27 ` [PATCH 1/1] USB HID/HIDBP DRIVERS: Add iMON LCDs to HID blacklist Jiri Kosina
  -- strict thread matches above, loose matches on Subject: below --
2008-05-14  0:38 Dylan R. Semler
2008-05-14  9:11 ` Jiri Kosina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4826192E.1030409@gmail.com \
    --to=dylan.semler@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox