From: Patrick Boettcher Date: Sat, 18 Mar 2006 17:13:22 +0000 (-0300) Subject: V4L/DVB (3549): Make hotplug automatically load the b2c2-flexcop-usb module X-Git-Tag: v2.6.17-rc1~739^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6637e6fd2a930567f1878e4585d70b444a9cb3b3;p=karo-tx-linux.git 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 Signed-off-by: Mauro Carvalho Chehab --- 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 [] = { { 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 = {