From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 18 19:50:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B05D10656C1 for ; Wed, 18 Mar 2009 19:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 061F98FC1E for ; Wed, 18 Mar 2009 19:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2IJo19X013565 for ; Wed, 18 Mar 2009 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2IJo1Gk013564; Wed, 18 Mar 2009 19:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 18 Mar 2009 19:50:01 GMT Resent-Message-Id: <200903181950.n2IJo1Gk013564@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dirk-Willem van Gulik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A21D2106567A for ; Wed, 18 Mar 2009 19:45:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 744F98FC12 for ; Wed, 18 Mar 2009 19:45:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2IJjU39059081 for ; Wed, 18 Mar 2009 19:45:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2IJjUiK059080; Wed, 18 Mar 2009 19:45:30 GMT (envelope-from nobody) Message-Id: <200903181945.n2IJjUiK059080@www.freebsd.org> Date: Wed, 18 Mar 2009 19:45:30 GMT From: Dirk-Willem van Gulik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/132785: Gemtech remote powersocket is classed as a HID device rather than ugen X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2009 19:50:02 -0000 >Number: 132785 >Category: kern >Synopsis: Gemtech remote powersocket is classed as a HID device rather than ugen >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 18 19:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dirk-Willem van Gulik >Release: 7.1 >Organization: webweaving >Environment: FreeBSD monit.nek.org 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Wed Mar 18 20:05:54 CET 2009 root@monit.nek.org:/usr/src/sys/ i386/compile/MARTEN i386 >Description: Below change maps the Gembird Electronics Gembird Silver Shield remote power plug as a quick - as to ensure it is not picked up as a 'uhid' but shows as a 'ugen'. This makes it work out of the box with the http://sispmctl.sourceforge.net/ utility (see separate ports submission). Dw. >How-To-Repeat: >Fix: monit# diff -c usb_quirks.c.org usb_quirks.c; diff -c usbdevs.org usbdevs *** usb_quirks.c.org Wed Mar 18 20:38:39 2009 --- usb_quirks.c Wed Mar 18 20:38:18 2009 *************** *** 110,115 **** --- 110,117 ---- ANY, { UQ_HID_IGNORE }}, { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_3G, ANY, { UQ_HID_IGNORE }}, + { USB_VENDOR_GEMBIRD, USB_PRODUCT_GEMBIRD_ESHIELD, + ANY, { UQ_HID_IGNORE }}, /* Devices which should be ignored by both ukbd and uhid */ { USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY1A, *** usbdevs.org Wed Mar 18 20:33:12 2009 --- usbdevs Wed Mar 18 20:36:36 2009 *************** *** 162,167 **** --- 162,168 ---- vendor PAN 0x04b1 Pan International vendor IBM 0x04b3 IBM vendor CYPRESS 0x04b4 Cypress Semiconductor + vendor GEMBIRD 0x04b4 Gembird Electronics vendor ROHM 0x04b5 ROHM vendor COMPAL 0x04b7 Compal vendor EPSON 0x04b8 Seiko Epson *************** *** 647,652 **** --- 648,654 ---- vendor MOSCHIP 0x9710 MosChip Semiconductor vendor 3COM3 0xa727 3Com vendor HP2 0xf003 Hewlett Packard + vendor USRP 0xfffe GNU Radio USRP /* *************** *** 1270,1275 **** --- 1272,1280 ---- /* Garmin products */ product GARMIN IQUE_3600 0x0004 iQue 3600 + /* Gembird Electronics products */ + product GEMBIRD ESHIELD 0xfd13 Gembird Silver Shield PM + /* General Instruments (Motorola) products */ product GENERALINSTMNTS SB5100 0x5100 SURFboard SB5100 Cable modem >Release-Note: >Audit-Trail: >Unformatted: