diff options
author | Patrick Boettcher <pboettcher@kernellabs.com> | 2012-10-01 04:26:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-05 21:26:26 -0300 |
commit | 1309b33683addabe4700e0bcce422de70f6dc4c8 (patch) | |
tree | abc1597b57c496935b016a5b7936650d39051e70 | |
parent | e32087bcc4daa29fd30cf7742ef9b522625a1690 (diff) | |
download | linux-3.10-1309b33683addabe4700e0bcce422de70f6dc4c8.tar.gz linux-3.10-1309b33683addabe4700e0bcce422de70f6dc4c8.tar.bz2 linux-3.10-1309b33683addabe4700e0bcce422de70f6dc4c8.zip |
[media] technisat-usb2: add a MODULE_DEVICE_TABLE for udev autoload
This patch adds a module-device-table-entry to the
technisat-usb2-driver which will help udev to on-demand load the
driver. This was obviously forgotten during initial commit.
Signed-off-by: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/usb/dvb-usb/technisat-usb2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb/technisat-usb2.c b/drivers/media/usb/dvb-usb/technisat-usb2.c index acefaa89cc5..7a8c8c18590 100644 --- a/drivers/media/usb/dvb-usb/technisat-usb2.c +++ b/drivers/media/usb/dvb-usb/technisat-usb2.c @@ -677,6 +677,7 @@ static struct usb_device_id technisat_usb2_id_table[] = { { USB_DEVICE(USB_VID_TECHNISAT, USB_PID_TECHNISAT_USB2_DVB_S2) }, { 0 } /* Terminating entry */ }; +MODULE_DEVICE_TABLE(usb, technisat_usb2_id_table); /* device description */ static struct dvb_usb_device_properties technisat_usb2_devices = { |