[media] tm6000: Allow auto-detecting tm6000 devices
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 30 Nov 2011 16:26:10 +0000 (13:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 30 Nov 2011 16:54:19 +0000 (14:54 -0200)
Now that the tm6000 driver is on a good shape, we can enable
device autodetection, based on the USB ID.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tm6000/tm6000-cards.c

index 0b54132..3873ce4 100644 (file)
@@ -640,6 +640,7 @@ static struct usb_device_id tm6000_id_table[] = {
        { USB_DEVICE(0x6000, 0xdec3), .driver_info = TM6010_BOARD_BEHOLD_VOYAGER_LITE },
        { }
 };
+MODULE_DEVICE_TABLE(usb, tm6000_id_table);
 
 /* Control power led for show some activity */
 void tm6000_flash_led(struct tm6000_core *dev, u8 state)