Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: cdc-wdm: make module autoload work

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

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Oliver Neukum and committed by
Greg Kroah-Hartman
aa5380b9 3131f7b0

+2
+2
drivers/usb/class/cdc-wdm.c
··· 42 42 { } 43 43 }; 44 44 45 + MODULE_DEVICE_TABLE (usb, wdm_ids); 46 + 45 47 #define WDM_MINOR_BASE 176 46 48 47 49