mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
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>
This commit is contained in:
parent
3131f7b0ab
commit
aa5380b904
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ static struct usb_device_id wdm_ids[] = {
|
|||
{ }
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE (usb, wdm_ids);
|
||||
|
||||
#define WDM_MINOR_BASE 176
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue