]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
USB: cdc-wdm: make module autoload work
authorOliver Neukum <oliver@neukum.org>
Thu, 23 Oct 2008 17:35:11 +0000 (17:35 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 25 Oct 2008 21:32:37 +0000 (14:32 -0700)
commit aa5380b904e7f896db0931320160bdea93e41f6a upstream

this fixes an omission that led to no alias being computed for the
cdc-wdm module.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-wdm.c

index 7e8e1235e4e52d93cf3aa0ab930a7cce618bc7ea..023a4e988f399f6593ccc331c1172335b93493a1 100644 (file)
@@ -42,6 +42,8 @@ static struct usb_device_id wdm_ids[] = {
        { }
 };
 
+MODULE_DEVICE_TABLE (usb, wdm_ids);
+
 #define WDM_MINOR_BASE 176