From owner-freebsd-usb@FreeBSD.ORG Fri Dec 7 21:00:03 2007 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6787D16A468 for ; Fri, 7 Dec 2007 21:00:03 +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 41D5E13C467 for ; Fri, 7 Dec 2007 21:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lB7L03qC011280 for ; Fri, 7 Dec 2007 21:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lB7L03lu011279; Fri, 7 Dec 2007 21:00:03 GMT (envelope-from gnats) Resent-Date: Fri, 7 Dec 2007 21:00:03 GMT Resent-Message-Id: <200712072100.lB7L03lu011279@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bernard Buri Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0B1516A41A for ; Fri, 7 Dec 2007 20:56:08 +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 E08E613C457 for ; Fri, 7 Dec 2007 20:56:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id lB7Ku1Fc084771 for ; Fri, 7 Dec 2007 20:56:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id lB7Ku1Uo084770; Fri, 7 Dec 2007 20:56:01 GMT (envelope-from nobody) Message-Id: <200712072056.lB7Ku1Uo084770@www.freebsd.org> Date: Fri, 7 Dec 2007 20:56:01 GMT From: Bernard Buri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/118485: Logitech Headset Workaround X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 21:00:03 -0000 >Number: 118485 >Category: usb >Synopsis: Logitech Headset Workaround >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 07 21:00:02 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Bernard Buri >Release: 6.3-PRERELEASE >Organization: ask! >Environment: FreeBSD ### 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #8: Fri Dec 7 20:48:49 CET 2007 root@###:/usr/obj/usr/src/sys/SMP i386 >Description: Logitech Headset with input of type adaptive is not supported. >How-To-Repeat: >Fix: go to /usr/src/dev/usb and patch usbdevs and usb_quirks.c (patch can be applied manually on other freebsd versions) Patch attached with submission follows: --- usb_quirks.c.orig 2007-04-28 22:31:30.000000000 +0200 +++ usb_quirks.c 2007-12-07 21:46:05.000000000 +0100 @@ -80,6 +80,7 @@ { USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPHONE, 0x100, { UQ_AU_INP_ASYNC }}, { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_UN53B, ANY, { UQ_NO_STRINGS }}, + { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_HS0A01, ANY, { UQ_AU_INP_ASYNC }}, { USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CNU510, ANY, { UQ_ASSUME_CM_OVER_DATA }}, { USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CNU550, --- usbdevs.orig 2007-12-01 12:59:59.000000000 +0100 +++ usbdevs 2007-12-07 21:47:38.000000000 +0100 @@ -1209,6 +1209,7 @@ product LOGITECH RB6 0xc503 Cordless keyboard product LOGITECH MX700 0xc506 Cordless optical mouse product LOGITECH QUICKCAMPRO2 0xd001 QuickCam Pro +product LOGITECH HS0A01 0x0a01 USB Head Set /* Logitec Corp. products */ product LOGITEC LDR_H443SU2 0x0033 DVD Multi-plus unit LDR-H443SU2 >Release-Note: >Audit-Trail: >Unformatted: