Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181680
b: refs/heads/master
c: 3c3233e
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 13657fa commit 306ee2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bafa50ffb11eca44496332f3ee742144f097f29b
refs/heads/master: 3c3233ec76118634cfd74d35c45d984e74acfc37
7 changes: 4 additions & 3 deletions trunk/drivers/media/dvb/dvb-usb/az6027.c
Original file line number Diff line number Diff line change
Expand Up @@ -1038,9 +1038,10 @@ int az6027_identify_state(struct usb_device *udev, struct dvb_usb_device_propert


static struct usb_device_id az6027_usb_table [] = {
{ USB_DEVICE(USB_VID_TERRATEC, USB_PID_AZUREWAVE_AZ6027) },
// { USB_DEVICE(0x0fd9, 0x002a) },
{ 0 },
{ USB_DEVICE(USB_VID_AZUREWAVE, USB_PID_AZUREWAVE_AZ6027) },
{ USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_DVBS2CI) },
{ USB_DEVICE(USB_VID_TECHNISAT, USB_PID_TECHNISAT_USB2_HDCI) },
{ },
};

MODULE_DEVICE_TABLE(usb, az6027_usb_table);
Expand Down

0 comments on commit 306ee2b

Please sign in to comment.