Comment 20 for bug 858412

Revision history for this message
Christian Heitjan (heitjan) wrote : Re: [Bug 858412] Re: Regression: Logitech webcam microphone makes "chipmunk" sound after Oneiric beta upgrade

Hi,

I've got an Logitech Webcam C160

Am 14.10.2011 22:18, schrieb sordna:
> heitjan, sl45sms, anyone else, what's your webcam's usb id? I just realized that the bug originator's camera was not included in the patch, so I'm adding it, please do lsusb and supply your webcam id if it's not found in the following patch.
> For example, Webcam Pro 9000 is in the below patch, but the Quickcam Pro 9000 is not (usb id 046d:0990) but we can't be sure it's affected by the bug unless we hear about it. For now I added the Webcam C600 (046d:0808).
>
>
> --- /home/alx/quirks.c 2011-10-14 12:48:20.000000000 -0700
> +++ quirks.c 2011-10-14 13:09:09.000000000 -0700
> @@ -38,6 +38,18 @@ static const struct usb_device_id usb_qu
> /* Creative SB Audigy 2 NX */
> { USB_DEVICE(0x041e, 0x3020), .driver_info = USB_QUIRK_RESET_RESUME },
>
> + /* Logitech Webcam C600 */
> + { USB_DEVICE(0x046d, 0x0808), .driver_info = USB_QUIRK_RESET_RESUME },
> +
> + /* Logitech Webcam Pro 9000 */
> + { USB_DEVICE(0x046d, 0x0809), .driver_info = USB_QUIRK_RESET_RESUME },
> +
> + /* Logitech Webcam C310 */
> + { USB_DEVICE(0x046d, 0x081b), .driver_info = USB_QUIRK_RESET_RESUME },
> +
> + /* Logitech Webcam C270 */
> + { USB_DEVICE(0x046d, 0x0825), .driver_info = USB_QUIRK_RESET_RESUME },
> +
> /* Logitech Harmony 700-series */
> { USB_DEVICE(0x046d, 0xc122), .driver_info = USB_QUIRK_DELAY_INIT },
>