diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-30 11:26:10 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-30 11:54:19 -0500 |
| commit | 8afc539c4a3df5da4e90c36cf21e2bc7a2572149 (patch) | |
| tree | d379c6b6bda97a03e200930e43444c8ce6cf56ab | |
| parent | 4a83b0115066ae5a8111938df97231e65d0f88e3 (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>
| -rw-r--r-- | drivers/media/video/tm6000/tm6000-cards.c | 1 |
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 0b54132911f..3873ce4dfdd 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[] = { | |||
| 640 | { USB_DEVICE(0x6000, 0xdec3), .driver_info = TM6010_BOARD_BEHOLD_VOYAGER_LITE }, | 640 | { USB_DEVICE(0x6000, 0xdec3), .driver_info = TM6010_BOARD_BEHOLD_VOYAGER_LITE }, |
| 641 | { } | 641 | { } |
| 642 | }; | 642 | }; |
| 643 | MODULE_DEVICE_TABLE(usb, tm6000_id_table); | ||
| 643 | 644 | ||
| 644 | /* Control power led for show some activity */ | 645 | /* Control power led for show some activity */ |
| 645 | void tm6000_flash_led(struct tm6000_core *dev, u8 state) | 646 | void tm6000_flash_led(struct tm6000_core *dev, u8 state) |
