Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306119
b: refs/heads/master
c: b55b4b7
h: refs/heads/master
i:
  306117: 2cf58dd
  306115: dc942a5
  306111: a355205
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 1a8adc6 commit 6f57cde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: daacd5b27f8d5b19ea65dc4ad9929c94c0ef3e35
refs/heads/master: b55b4b7a109f218fc25b9451934ff4d9100e691c
16 changes: 8 additions & 8 deletions trunk/drivers/media/dvb/dvb-usb/af9035.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,9 +932,9 @@ static int af9035_tuner_attach(struct dvb_usb_adapter *adap)
}

enum af9035_id_entry {
AF9035_0CCD_0093,
AF9035_15A4_9035,
AF9035_15A4_1001,
AF9035_0CCD_0093,
AF9035_07CA_A835,
AF9035_07CA_B835,
AF9035_07CA_1867,
Expand All @@ -943,12 +943,12 @@ enum af9035_id_entry {
};

static struct usb_device_id af9035_id[] = {
[AF9035_0CCD_0093] = {
USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_STICK)},
[AF9035_15A4_9035] = {
USB_DEVICE(USB_VID_AFATECH, USB_PID_AFATECH_AF9035)},
[AF9035_15A4_1001] = {
USB_DEVICE(USB_VID_AFATECH, USB_PID_AFATECH_AF9035_2)},
[AF9035_0CCD_0093] = {
USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_STICK)},
[AF9035_07CA_A835] = {
USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A835)},
[AF9035_07CA_B835] = {
Expand Down Expand Up @@ -1004,15 +1004,15 @@ static struct dvb_usb_device_properties af9035_properties[] = {
.num_device_descs = 5,
.devices = {
{
.name = "TerraTec Cinergy T Stick",
.name = "Afatech AF9035 reference design",
.cold_ids = {
&af9035_id[AF9035_0CCD_0093],
&af9035_id[AF9035_15A4_9035],
&af9035_id[AF9035_15A4_1001],
},
}, {
.name = "Afatech Technologies DVB-T stick",
.name = "TerraTec Cinergy T Stick",
.cold_ids = {
&af9035_id[AF9035_15A4_9035],
&af9035_id[AF9035_15A4_1001],
&af9035_id[AF9035_0CCD_0093],
},
}, {
.name = "AVerMedia AVerTV Volar HD/PRO (A835)",
Expand Down

0 comments on commit 6f57cde

Please sign in to comment.