From owner-freebsd-current@FreeBSD.ORG Fri Oct 31 16:10:49 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 628A31065692 for ; Fri, 31 Oct 2008 16:10:49 +0000 (UTC) (envelope-from andy@siliconlandmark.com) Received: from lexi.siliconlandmark.com (lexi.siliconlandmark.com [66.184.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id F2A0F8FC24 for ; Fri, 31 Oct 2008 16:10:48 +0000 (UTC) (envelope-from andy@siliconlandmark.com) Received: from [10.7.6.254] ([63.76.235.163]) (authenticated bits=0) by lexi.siliconlandmark.com (8.14.2/8.14.2) with ESMTP id m9VFnKan066741 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Fri, 31 Oct 2008 15:49:21 GMT (envelope-from andy@siliconlandmark.com) Message-Id: <99CD11CA-9AEB-4260-B7C9-44E9B82EA34A@siliconlandmark.com> From: Andre Guibert de Bruet To: current@freebsd.org Content-Type: multipart/mixed; boundary=Apple-Mail-18-200336316 Mime-Version: 1.0 (Apple Message framework v929.2) Date: Fri, 31 Oct 2008 11:49:15 -0400 X-Mailer: Apple Mail (2.929.2) X-Virus-Scanned: ClamAV 0.94/8547/Fri Oct 31 09:27:15 2008 on lexi.siliconlandmark.com X-Virus-Status: Clean Cc: Subject: [PATCH] Quirk for I-Tuner Networks USBLCD4X20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 16:10:49 -0000 --Apple-Mail-18-200336316 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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 */ --Apple-Mail-18-200336316 Content-Disposition: attachment; filename=usblcdquirks.diff Content-Type: application/octet-stream; x-unix-mode=0644; name="usblcdquirks.diff" Content-Transfer-Encoding: 7bit --- 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 --Apple-Mail-18-200336316--