USB: rename the usb misc class from "usb" to "usbmisc"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Apr 2012 00:22:37 +0000 (17:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Jun 2012 22:37:13 +0000 (15:37 -0700)
commit7e97243c2080ecae7129e83635227fdebd4feef6
tree774d9e24d5f975ec7cddbf8f1c76a2a68d542785
parentfc8ef481df1bd6dac5d9c44b744f8050fcb6a5fe
USB: rename the usb misc class from "usb" to "usbmisc"

This class was not named properly years ago, and it turns out that tools
like udev can't properly see the devices in this class after booting due
to the fact that there is a bus with the same name in the system.

Changing this to "usbmisc" fixes this problem, and it solves the problem
for the future when we want to unify classes and busses.

Reported-by: Kay Sievers <kay@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/file.c