Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2007 20:56:01 GMT
From:      Bernard Buri <bsd@ask-us.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/118485: Logitech Headset Workaround
Message-ID:  <200712072056.lB7Ku1Uo084770@www.freebsd.org>
Resent-Message-ID: <200712072100.lB7L03lu011279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712072056.lB7Ku1Uo084770>