diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-03-18 12:13:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-24 14:26:51 -0500 |
commit | 6637e6fd2a930567f1878e4585d70b444a9cb3b3 (patch) | |
tree | 780f54e243695c30677c0eb1bf9d7c52ded2403e /drivers/media/dvb/b2c2 | |
parent | 09df1c163adcf43e2c4234b52985f34b95b7634e (diff) |
V4L/DVB (3549): Make hotplug automatically load the b2c2-flexcop-usb module
There was no MODULE_DEVICE_TABLE for the b2c2-flexcop-usb module. This makes it
impossible for hotplug to load the module automatically, when such a device is
connected.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/b2c2')
-rw-r--r-- | drivers/media/dvb/b2c2/flexcop-usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop-usb.c b/drivers/media/dvb/b2c2/flexcop-usb.c index a6c91db40ad6..06ec9fff0ec1 100644 --- a/drivers/media/dvb/b2c2/flexcop-usb.c +++ b/drivers/media/dvb/b2c2/flexcop-usb.c | |||
@@ -541,6 +541,7 @@ static struct usb_device_id flexcop_usb_table [] = { | |||
541 | { USB_DEVICE(0x0af7, 0x0101) }, | 541 | { USB_DEVICE(0x0af7, 0x0101) }, |
542 | { } | 542 | { } |
543 | }; | 543 | }; |
544 | MODULE_DEVICE_TABLE (usb, flexcop_usb_table); | ||
544 | 545 | ||
545 | /* usb specific object needed to register this driver with the usb subsystem */ | 546 | /* usb specific object needed to register this driver with the usb subsystem */ |
546 | static struct usb_driver flexcop_usb_driver = { | 547 | static struct usb_driver flexcop_usb_driver = { |