summaryrefslogtreecommitdiff
path: root/drivers/media/video/tm6000/tm6000-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-11-30 13:26:10 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-30 14:54:19 -0200
commit8afc539c4a3df5da4e90c36cf21e2bc7a2572149 (patch)
treed379c6b6bda97a03e200930e43444c8ce6cf56ab /drivers/media/video/tm6000/tm6000-cards.c
parent4a83b0115066ae5a8111938df97231e65d0f88e3 (diff)
[media] tm6000: Allow auto-detecting tm6000 devices
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>
Diffstat (limited to 'drivers/media/video/tm6000/tm6000-cards.c')
-rw-r--r--drivers/media/video/tm6000/tm6000-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tm6000/tm6000-cards.c b/drivers/media/video/tm6000/tm6000-cards.c
index 0b54132911fa..3873ce4dfdd7 100644
--- a/drivers/media/video/tm6000/tm6000-cards.c
+++ b/drivers/media/video/tm6000/tm6000-cards.c
@@ -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)