Skip to content

Commit

Permalink
ALSA: usb-audio: Add quirk for Logitech Webcam C500
Browse files Browse the repository at this point in the history
Logitech C500 (046d:0807) needs the same workaround like other
Logitech Webcams.

Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Mar 5, 2014
1 parent f3e9b59 commit e805ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/usb/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ static void volume_control_quirks(struct usb_mixer_elem_info *cval,
}
break;

case USB_ID(0x046d, 0x0807): /* Logitech Webcam C500 */
case USB_ID(0x046d, 0x0808):
case USB_ID(0x046d, 0x0809):
case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
Expand Down

0 comments on commit e805ca8

Please sign in to comment.