From: Nicolas Mailhot <nicolas.mailhot-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
To: jkosina-AlSwsSmVLrQ@public.gmane.org
Cc: linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
argyllcms-uGLqWuYN4qMgsBAKwltoeQ@public.gmane.org,
Frederic Crozat <fcrozat-4qZELD6FgxhWk0Htik3J/w@public.gmane.org>,
Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
Subject: [PATCH] usb/hid: Blacklist the Gretag-Macbeth Huey display colorimeter
Date: Fri, 14 Dec 2007 11:04:56 +0100 [thread overview]
Message-ID: <1197626696.5281.5.camel@rousalka.dyndns.org> (raw)
In-Reply-To: <20071214053853.GD7765-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
Le jeudi 13 décembre 2007 à 21:38 -0800, Greg KH a écrit :
> On Thu, Dec 13, 2007 at 11:37:40PM +0100, Nicolas Mailhot wrote:
> > The Gretag-Macbeth Huey display colorimeter claims to be an HID device
> > but isn't. As a result the linux HID device will claim it, preventing
> > FLOSS software like Argyll CMS (http://www.argyllcms.com/) from talking
> > to it,
> > Frédéric Crozat from Mandriva has such a device and may provide more
> > info.
> Care to make up a patch as per the Documentation/SubmittingPatches file
> and send it to this list and the HID driver maintainer? That way you
> get the proper credit for this change.
The things I do as a public service, I don't even have the damn Huey
myself:(
There seems to be some complains about libusb BTW
(http://www.freelists.org/archives/argyllcms/12-2007/msg00068.html)
Signed-off-by: Nicolas Mailhot <nicolas.mailhot-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
diff -uNr linux-2.6.24-rc5.orig/drivers/hid/usbhid/hid-quirks.c linux-2.6.24-rc5/drivers/hid/usbhid/hid-quirks.c
--- linux-2.6.24-rc5.orig/drivers/hid/usbhid/hid-quirks.c 2007-12-11 04:48:43.000000000 +0100
+++ linux-2.6.24-rc5/drivers/hid/usbhid/hid-quirks.c 2007-12-14 10:41:01.000000000 +0100
@@ -85,6 +85,9 @@
#define USB_VENDOR_ID_CHIC 0x05fe
#define USB_DEVICE_ID_CHIC_GAMEPAD 0x0014
+#define USB_VENDOR_ID_GRETAGMACBETH 0x0971
+#define USB_DEVICE_ID_GRETAGMACBETH_HUEY 0x2005
+
#define USB_VENDOR_ID_CIDC 0x1677
#define USB_VENDOR_ID_CMEDIA 0x0d8c
@@ -423,6 +426,7 @@
{ USB_VENDOR_ID_GOTOP, USB_DEVICE_ID_SUPER_Q2, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_GOTOP, USB_DEVICE_ID_GOGOPEN, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_GOTOP, USB_DEVICE_ID_PENPOWER, HID_QUIRK_IGNORE },
+ { USB_VENDOR_ID_GRETAGMACBETH, USB_DEVICE_ID_GRETAGMACBETH_HUEY, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_POWERMATE, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_SOUNDKNOB, HID_QUIRK_IGNORE },
--
Nicolas Mailhot
-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next parent reply other threads:[~2007-12-14 10:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1197585460.28927.2.camel@rousalka.dyndns.org>
[not found] ` <20071214053853.GD7765@kroah.com>
[not found] ` <20071214053853.GD7765-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2007-12-14 10:04 ` Nicolas Mailhot [this message]
[not found] ` <47626D00.202@argyllcms.com>
[not found] ` <47626D00.202-EIh15nvPrVWakBO8gow8eQ@public.gmane.org>
2007-12-14 12:16 ` [argyllcms] Re: [PATCH] usb/hid: Blacklist the Gretag-Macbeth Huey display colorimeter Nicolas Mailhot
[not found] ` <1197634579.2766.8.camel-mHT02fcw9gwi5CQI31g/s0B+6BGkLq7r@public.gmane.org>
2007-12-16 16:59 ` Jiri Kosina
2007-12-17 11:07 ` Nicolas Mailhot
[not found] ` <1197626696.5281.5.camel-mHT02fcw9gwi5CQI31g/s0B+6BGkLq7r@public.gmane.org>
2007-12-14 15:28 ` Frederic Crozat
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=1197626696.5281.5.camel@rousalka.dyndns.org \
--to=nicolas.mailhot-qfkgk+z4sorr7s880joybq@public.gmane.org \
--cc=argyllcms-uGLqWuYN4qMgsBAKwltoeQ@public.gmane.org \
--cc=fcrozat-4qZELD6FgxhWk0Htik3J/w@public.gmane.org \
--cc=greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org \
--cc=jkosina-AlSwsSmVLrQ@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.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;
as well as URLs for NNTP newsgroup(s).