aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/dvb-usb/dvb-usb-ids.h2
-rw-r--r--drivers/media/dvb/dvb-usb/gl861.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
index 0414ee354b58..c3a42c193509 100644
--- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
+++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
@@ -121,7 +121,7 @@
121#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0xdb55 121#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0xdb55
122#define USB_PID_MEDION_MD95700 0x0932 122#define USB_PID_MEDION_MD95700 0x0932
123#define USB_PID_MSI_MEGASKY580 0x5580 123#define USB_PID_MSI_MEGASKY580 0x5580
124#define USB_PID_MSI_MEGASKY55801 0x5581 124#define USB_PID_MSI_MEGASKY580_55801 0x5581
125#define USB_PID_KYE_DVB_T_COLD 0x701e 125#define USB_PID_KYE_DVB_T_COLD 0x701e
126#define USB_PID_KYE_DVB_T_WARM 0x701f 126#define USB_PID_KYE_DVB_T_WARM 0x701f
127#define USB_PID_PCTV_200E 0x020e 127#define USB_PID_PCTV_200E 0x020e
diff --git a/drivers/media/dvb/dvb-usb/gl861.c b/drivers/media/dvb/dvb-usb/gl861.c
index c16daf11a874..7562cc4c4827 100644
--- a/drivers/media/dvb/dvb-usb/gl861.c
+++ b/drivers/media/dvb/dvb-usb/gl861.c
@@ -157,7 +157,7 @@ static int gl861_probe(struct usb_interface *intf,
157} 157}
158 158
159static struct usb_device_id gl861_table [] = { 159static struct usb_device_id gl861_table [] = {
160 { USB_DEVICE(USB_VID_MSI, USB_PID_MSI_MEGASKY55801) }, 160 { USB_DEVICE(USB_VID_MSI, USB_PID_MSI_MEGASKY580_55801) },
161 {} /* Terminating entry */ 161 {} /* Terminating entry */
162}; 162};
163MODULE_DEVICE_TABLE (usb, gl861_table); 163MODULE_DEVICE_TABLE (usb, gl861_table);