[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>
This commit is contained in:
Mauro Carvalho Chehab 2011-11-30 13:26:10 -03:00
parent 4a83b01150
commit 8afc539c4a
1 changed files with 1 additions and 0 deletions

View File

@ -640,6 +640,7 @@ static struct usb_device_id tm6000_id_table[] = {
{ USB_DEVICE(0x6000, 0xdec3), .driver_info = TM6010_BOARD_BEHOLD_VOYAGER_LITE }, { 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 */ /* Control power led for show some activity */
void tm6000_flash_led(struct tm6000_core *dev, u8 state) void tm6000_flash_led(struct tm6000_core *dev, u8 state)