summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-03-18 18:13:22 +0100
committerPatrick Boettcher <pb@linuxtv.org>2006-03-18 18:13:22 +0100
commit62643984d9d829c44ce1848355c3d07930b54847 (patch)
treed23d289d17d95dfd087552ddea082a82a050f6d1 /linux/drivers/media/dvb
parent2d0abb67a8d568f7bfd5ae1814cf1f34757237da (diff)
downloadmediapointer-dvb-s2-62643984d9d829c44ce1848355c3d07930b54847.tar.gz
mediapointer-dvb-s2-62643984d9d829c44ce1848355c3d07930b54847.tar.bz2
Make hotplug automatically load the b2c2-flexcop-usb module
From: Patrick Boettcher <pb@linuxtv.org> 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>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/b2c2/flexcop-usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-usb.c b/linux/drivers/media/dvb/b2c2/flexcop-usb.c
index 78e0adf0f..c29abd803 100644
--- a/linux/drivers/media/dvb/b2c2/flexcop-usb.c
+++ b/linux/drivers/media/dvb/b2c2/flexcop-usb.c
@@ -541,6 +541,7 @@ static struct usb_device_id flexcop_usb_table [] = {
{ USB_DEVICE(0x0af7, 0x0101) },
{ }
};
+MODULE_DEVICE_TABLE (usb, flexcop_usb_table);
/* usb specific object needed to register this driver with the usb subsystem */
static struct usb_driver flexcop_usb_driver = {