Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356991
b: refs/heads/master
c: ffc8098
h: refs/heads/master
i:
  356989: cc5e0f3
  356987: ae6bbd0
  356983: f68b3bc
  356975: 95c922a
  356959: ba32c2c
  356927: f9f9290
  356863: f7883c3
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Dec 17, 2012
1 parent 40afb8c commit 0681023
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: 49cc629df16f2a15917800a8579bd9c25c41b634
refs/heads/master: ffc809886b6cbeb0964130bdbcf62504ceeec18e
3 changes: 3 additions & 0 deletions trunk/drivers/media/usb/au0828/au0828-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ static void hauppauge_eeprom(struct au0828_dev *dev, u8 *eeprom_data)
case 72241: /* WinTV-HVR950q (OEM, No IR, ATSC/QAM and analog video */
case 72251: /* WinTV-HVR950q (Retail, IR, ATSC/QAM and analog video */
case 72261: /* WinTV-HVR950q (OEM, IR, ATSC/QAM and analog video */
case 72281: /* WinTV-HVR950q (OEM, No IR, ATSC/QAM */
case 72301: /* WinTV-HVR850 (Retail, IR, ATSC and analog video */
case 72500: /* WinTV-HVR950q (OEM, No IR, ATSC/QAM */
break;
Expand Down Expand Up @@ -333,6 +334,8 @@ struct usb_device_id au0828_usb_id_table[] = {
.driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q },
{ USB_DEVICE(0x2040, 0x7213),
.driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q },
{ USB_DEVICE(0x2040, 0x7270),
.driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q },
{ },
};

Expand Down

0 comments on commit 0681023

Please sign in to comment.