Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265043
b: refs/heads/master
c: 5b253d8
h: refs/heads/master
i:
  265041: 122ed99
  265039: d1a7f69
v: v3
  • Loading branch information
Jon Levell authored and Greg Kroah-Hartman committed Sep 29, 2011
1 parent 9ca2e60 commit 932736f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d178bc3a708f39cbfefc3fab37032d3f2511b4ec
refs/heads/master: 5b253d88cc6c65a23cefc457a5a4ef139913c5fc
3 changes: 3 additions & 0 deletions trunk/drivers/usb/core/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ static const struct usb_device_id usb_quirk_list[] = {
/* Logitech Webcam C250 */
{ USB_DEVICE(0x046d, 0x0804), .driver_info = USB_QUIRK_RESET_RESUME },

/* Logitech Webcam C300 */
{ USB_DEVICE(0x046d, 0x0805), .driver_info = USB_QUIRK_RESET_RESUME },

/* Logitech Webcam B/C500 */
{ USB_DEVICE(0x046d, 0x0807), .driver_info = USB_QUIRK_RESET_RESUME },

Expand Down

0 comments on commit 932736f

Please sign in to comment.