diff options
| author | Darryl Green <darryl.green@aanet.com.au> | 2008-03-29 20:47:43 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:57 -0400 |
| commit | 5da4e2c645e4324f63fd87a0f93e3d0ad6619798 (patch) | |
| tree | fd9f59e11bc72bfdca449d5d3137f90a377dceb5 | |
| parent | dc88807ed61ed0fc0d57bd80a92508b9de638f5d (diff) | |
V4L/DVB (7476): New USB ID for Leadtek DVB-T USB
Detect Leadtek Winfast USB DTV Dongle with ID of 0x6f01
Signed-off-by: Darryl Green <darryl.green@aanet.com.au>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
| -rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 3 | ||||
| -rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index e052e89bfb34..6477fc66cc23 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c | |||
| @@ -1115,6 +1115,7 @@ struct usb_device_id dib0700_usb_id_table[] = { | |||
| 1115 | { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_EC372S) }, | 1115 | { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_EC372S) }, |
| 1116 | { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_HT_EXPRESS) }, | 1116 | { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_HT_EXPRESS) }, |
| 1117 | { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_XXS) }, | 1117 | { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_XXS) }, |
| 1118 | { USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_STK7700P_2) }, | ||
| 1118 | { 0 } /* Terminating entry */ | 1119 | { 0 } /* Terminating entry */ |
| 1119 | }; | 1120 | }; |
| 1120 | MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); | 1121 | MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); |
| @@ -1179,7 +1180,7 @@ struct dvb_usb_device_properties dib0700_devices[] = { | |||
| 1179 | { NULL }, | 1180 | { NULL }, |
| 1180 | }, | 1181 | }, |
| 1181 | { "Leadtek Winfast DTV Dongle (STK7700P based)", | 1182 | { "Leadtek Winfast DTV Dongle (STK7700P based)", |
| 1182 | { &dib0700_usb_id_table[8], NULL }, | 1183 | { &dib0700_usb_id_table[8], &dib0700_usb_id_table[34] }, |
| 1183 | { NULL }, | 1184 | { NULL }, |
| 1184 | }, | 1185 | }, |
| 1185 | { "AVerMedia AVerTV DVB-T Express", | 1186 | { "AVerMedia AVerTV DVB-T Express", |
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index 9757fb2c3b4c..34245d1b7dd9 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |||
| @@ -180,6 +180,7 @@ | |||
| 180 | #define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025 | 180 | #define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025 |
| 181 | #define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026 | 181 | #define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026 |
| 182 | #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00 | 182 | #define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00 |
| 183 | #define USB_PID_WINFAST_DTV_DONGLE_STK7700P_2 0x6f01 | ||
| 183 | #define USB_PID_GENPIX_8PSK_REV_1_COLD 0x0200 | 184 | #define USB_PID_GENPIX_8PSK_REV_1_COLD 0x0200 |
| 184 | #define USB_PID_GENPIX_8PSK_REV_1_WARM 0x0201 | 185 | #define USB_PID_GENPIX_8PSK_REV_1_WARM 0x0201 |
| 185 | #define USB_PID_GENPIX_8PSK_REV_2 0x0202 | 186 | #define USB_PID_GENPIX_8PSK_REV_2 0x0202 |
