Date: Fri, 31 Oct 2008 11:49:15 -0400 From: Andre Guibert de Bruet <andy@siliconlandmark.com> To: current@freebsd.org Subject: [PATCH] Quirk for I-Tuner Networks USBLCD4X20 Message-ID: <99CD11CA-9AEB-4260-B7C9-44E9B82EA34A@siliconlandmark.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
The attached patch provides a quirk entry for the I-Tuner Networks'
External USB 4x20 LCD device, so that it does not get attached to by
uhid. I have successfully run lcdproc CVS HEAD with this device on 7.1-
PRERELEASE (If anyone is interested in the configs, please email me
off-list).
Could this get committed upon review?
Cheers,
Andy
/* Andre Guibert de Bruet * 436f 6465 2070 6f65 742e 2042 6974 206a */
/* Managing Partner * 6f63 6b65 792e 2053 7973 4164 6d69 6e2e */
/* GSM: +1 734 846 8758 * 2055 4e49 5820 736c 6575 7468 2e00 0000 */
/* WWW: siliconlandmark.com * C/C++, Java, Perl, PHP, SQL, XHTML, XML */
[-- Attachment #2 --]
--- usb_quirks.c.orig 2008-10-30 22:50:12.000000000 -0400
+++ usb_quirks.c 2008-10-30 22:50:38.000000000 -0400
@@ -102,6 +102,8 @@
ANY, { UQ_HID_IGNORE }},
{ USB_VENDOR_ITUNERNET, USB_PRODUCT_ITUNERNET_USBLCD2X20,
ANY, { UQ_HID_IGNORE }},
+ { USB_VENDOR_ITUNERNET, USB_PRODUCT_ITUNERNET_USBLCD4X20,
+ ANY, { UQ_HID_IGNORE }},
{ USB_VENDOR_MGE, USB_PRODUCT_MGE_UPS1,
ANY, { UQ_HID_IGNORE }},
{ USB_VENDOR_MGE, USB_PRODUCT_MGE_UPS2,
--- usbdevs.orig 2008-10-30 22:50:00.000000000 -0400
+++ usbdevs 2008-10-30 22:51:00.000000000 -0400
@@ -1455,6 +1455,7 @@
/* Ituner networks products */
product ITUNERNET USBLCD2X20 0x0002 USB-LCD 2x20
+product ITUNERNET USBLCD4X20 0xc001 USB-LCD 4x20
/* Jablotron products */
product JABLOTRON PC60B 0x0001 PC-60B
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99CD11CA-9AEB-4260-B7C9-44E9B82EA34A>
