Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6637e6fd authored by Patrick Boettcher's avatar Patrick Boettcher Committed by Mauro Carvalho Chehab
Browse files

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: default avatarPatrick Boettcher <pb@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 09df1c16
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -541,6 +541,7 @@ static struct usb_device_id flexcop_usb_table [] = {
	    { USB_DEVICE(0x0af7, 0x0101) },
	    { USB_DEVICE(0x0af7, 0x0101) },
	    { }
	    { }
};
};
MODULE_DEVICE_TABLE (usb, flexcop_usb_table);


/* usb specific object needed to register this driver with the usb subsystem */
/* usb specific object needed to register this driver with the usb subsystem */
static struct usb_driver flexcop_usb_driver = {
static struct usb_driver flexcop_usb_driver = {