diff options
| author | Signed-off-by: Peter Stokes <linux@dadeos.co.uk> | 2009-01-14 03:47:57 -0500 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2009-01-14 03:47:57 -0500 |
| commit | 5c6c9e6feccf771d060708fbbba9e0f67f8e0e67 (patch) | |
| tree | 42c2b517eb2380b5f54ef549977fc363582f7030 /sound | |
| parent | 37a76bd4f1b716949fc38a6842e89f0ccb8384d0 (diff) | |
ALSA: USB quirk for Logitech Quickcam Pro 9000 name
The Logitech QuickCam Pro 9000 does not appear to any product identification
strings in its USB device descriptor. Therefore it receives a device name of
"USB Device 0x46d:0x990". Th e attached patch below adds a USB quirk to
provide a more friendly name.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/usb/usbquirks.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 92115755d98e..5d8ef09b9dcc 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
| @@ -128,6 +128,14 @@ | |||
| 128 | .bInterfaceClass = USB_CLASS_AUDIO, | 128 | .bInterfaceClass = USB_CLASS_AUDIO, |
| 129 | .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL | 129 | .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL |
| 130 | }, | 130 | }, |
| 131 | { | ||
| 132 | USB_DEVICE(0x046d, 0x0990), | ||
| 133 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | ||
| 134 | .vendor_name = "Logitech, Inc.", | ||
| 135 | .product_name = "QuickCam Pro 9000", | ||
| 136 | .ifnum = QUIRK_NO_INTERFACE | ||
| 137 | } | ||
| 138 | }, | ||
| 131 | 139 | ||
| 132 | /* | 140 | /* |
| 133 | * Yamaha devices | 141 | * Yamaha devices |
