aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/dvb-usb')
-rw-r--r--drivers/media/dvb/dvb-usb/umt-010.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/umt-010.c b/drivers/media/dvb/dvb-usb/umt-010.c
index 07dec099c754..9705e9c64f81 100644
--- a/drivers/media/dvb/dvb-usb/umt-010.c
+++ b/drivers/media/dvb/dvb-usb/umt-010.c
@@ -82,8 +82,8 @@ static int umt_probe(struct usb_interface *intf,
82 82
83/* do not change the order of the ID table */ 83/* do not change the order of the ID table */
84static struct usb_device_id umt_table [] = { 84static struct usb_device_id umt_table [] = {
85/* 00 */ { USB_DEVICE(USB_VID_HANFTEK, USB_PID_HANFTEK_UMT_010_COLD) }, 85/* 00 */ { USB_DEVICE(USB_VID_HANFTEK, USB_PID_HANFTEK_UMT_010_COLD) },
86/* 01 */ { USB_DEVICE(USB_VID_HANFTEK, USB_PID_HANFTEK_UMT_010_WARM) }, 86/* 01 */ { USB_DEVICE(USB_VID_HANFTEK, USB_PID_HANFTEK_UMT_010_WARM) },
87 { } /* Terminating entry */ 87 { } /* Terminating entry */
88}; 88};
89MODULE_DEVICE_TABLE (usb, umt_table); 89MODULE_DEVICE_TABLE (usb, umt_table);