]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] USB: always export interface information for modalias
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 9 Nov 2005 18:22:09 +0000 (10:22 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2005 05:18:55 +0000 (21:18 -0800)
commit0b7a194cceea9ac1c2cf9de3cffc5b735773c451
tree6d5d4204e31a448ec26c3ed8a609a1303c14c68e
parentd47698c7ff2a71160e1095161e841af1ddd9fe8b
[PATCH] USB: always export interface information for modalias

This fixes a problem with some cdc acm devices that were not getting
automatically loaded as the module alias was not being reported
properly.

This check was for back in the days when we only reported hotplug events
for the main usb device, not the interfaces.  We should always give the
interface information for MODALIAS/modalias as it can be needed.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/sysfs.c
drivers/usb/core/usb.c