Skip to content

Commit

Permalink
USB: cdc-wdm: make module autoload work
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent 3131f7b commit aa5380b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/class/cdc-wdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ static struct usb_device_id wdm_ids[] = {
{ }
};

MODULE_DEVICE_TABLE (usb, wdm_ids);

#define WDM_MINOR_BASE 176


Expand Down

0 comments on commit aa5380b

Please sign in to comment.