diff options
author | Antti Palosaari <crope@iki.fi> | 2008-09-22 11:32:37 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:03 -0400 |
commit | 05c1cab55c282199b85138dc1900b5d9bd6fb32a (patch) | |
tree | 8817a86672772b936aac84414eb2560a1fbe7c4f | |
parent | a3765888a7edc4efe54293d8f7c6676cae61057e (diff) |
V4L/DVB (8976): af9015: Add USB ID for AVerMedia A309
- AVerMedia A309 Mini Card (07ca:a309)
Thanks-to: Dirk Vornheder <dirk_vornheder@yahoo.de>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/dvb-usb/af9015.c | 8 | ||||
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers/media/dvb/dvb-usb/af9015.c index f962d89db134..3f6217bd0638 100644 --- a/drivers/media/dvb/dvb-usb/af9015.c +++ b/drivers/media/dvb/dvb-usb/af9015.c | |||
@@ -1197,6 +1197,7 @@ static struct usb_device_id af9015_usb_table[] = { | |||
1197 | {USB_DEVICE(USB_VID_MSI_2, USB_PID_MSI_DIGIVOX_DUO)}, | 1197 | {USB_DEVICE(USB_VID_MSI_2, USB_PID_MSI_DIGIVOX_DUO)}, |
1198 | {USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR_X_2)}, | 1198 | {USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR_X_2)}, |
1199 | {USB_DEVICE(USB_VID_TELESTAR, USB_PID_TELESTAR_STARSTICK_2)}, | 1199 | {USB_DEVICE(USB_VID_TELESTAR, USB_PID_TELESTAR_STARSTICK_2)}, |
1200 | {USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A309)}, | ||
1200 | {0}, | 1201 | {0}, |
1201 | }; | 1202 | }; |
1202 | MODULE_DEVICE_TABLE(usb, af9015_usb_table); | 1203 | MODULE_DEVICE_TABLE(usb, af9015_usb_table); |
@@ -1347,7 +1348,7 @@ static struct dvb_usb_device_properties af9015_properties[] = { | |||
1347 | 1348 | ||
1348 | .i2c_algo = &af9015_i2c_algo, | 1349 | .i2c_algo = &af9015_i2c_algo, |
1349 | 1350 | ||
1350 | .num_device_descs = 4, | 1351 | .num_device_descs = 5, |
1351 | .devices = { | 1352 | .devices = { |
1352 | { | 1353 | { |
1353 | .name = "Xtensions XD-380", | 1354 | .name = "Xtensions XD-380", |
@@ -1369,6 +1370,11 @@ static struct dvb_usb_device_properties af9015_properties[] = { | |||
1369 | .cold_ids = {&af9015_usb_table[13], NULL}, | 1370 | .cold_ids = {&af9015_usb_table[13], NULL}, |
1370 | .warm_ids = {NULL}, | 1371 | .warm_ids = {NULL}, |
1371 | }, | 1372 | }, |
1373 | { | ||
1374 | .name = "AVerMedia A309", | ||
1375 | .cold_ids = {&af9015_usb_table[14], NULL}, | ||
1376 | .warm_ids = {NULL}, | ||
1377 | }, | ||
1372 | } | 1378 | } |
1373 | } | 1379 | } |
1374 | }; | 1380 | }; |
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index 66dc000d4e49..7ae262e08f8f 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |||
@@ -158,6 +158,7 @@ | |||
158 | #define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R_DVBT 0x2039 | 158 | #define USB_PID_AVERMEDIA_HYBRID_ULTRA_USB_M039R_DVBT 0x2039 |
159 | #define USB_PID_AVERMEDIA_VOLAR_X 0xa815 | 159 | #define USB_PID_AVERMEDIA_VOLAR_X 0xa815 |
160 | #define USB_PID_AVERMEDIA_VOLAR_X_2 0x8150 | 160 | #define USB_PID_AVERMEDIA_VOLAR_X_2 0x8150 |
161 | #define USB_PID_AVERMEDIA_A309 0xa309 | ||
161 | #define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006 | 162 | #define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006 |
162 | #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a | 163 | #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a |
163 | #define USB_PID_TERRATEC_CINERGY_HT_USB_XE 0x0058 | 164 | #define USB_PID_TERRATEC_CINERGY_HT_USB_XE 0x0058 |