ChangeSet 1.1339, 2003/10/09 10:29:53-07:00, adobriyan@mail.ru [PATCH] USB: Correct module names in drivers/usb/*/Kconfig Module names in Kconfig help texts should match those in Makefiles. Please apply. drivers/usb/class/Kconfig | 2 +- drivers/usb/misc/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/class/Kconfig b/drivers/usb/class/Kconfig --- a/drivers/usb/class/Kconfig Fri Oct 10 16:02:52 2003 +++ b/drivers/usb/class/Kconfig Fri Oct 10 16:02:52 2003 @@ -71,7 +71,7 @@ driver. To compile this driver as a module, choose M here: the - module will be called acm. + module will be called cdc-acm. config USB_PRINTER tristate "USB Printer support" diff -Nru a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig --- a/drivers/usb/misc/Kconfig Fri Oct 10 16:02:52 2003 +++ b/drivers/usb/misc/Kconfig Fri Oct 10 16:02:52 2003 @@ -15,7 +15,7 @@ USB Audio driver. To compile this driver as a module, choose M here: the - module will be called audio. + module will be called emi26. config USB_TIGL tristate "Texas Instruments Graph Link USB (aka SilverLink) cable support"