diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2023-03-21 11:36:38 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-21 14:06:11 +0100 |
commit | 213acadd21a080fc8cda8eebe6d14cc2d4ad1332 (patch) | |
tree | 40bc7cc9082bc149752c7c524dde60075597e989 /drivers/usb/misc | |
parent | dt-bindings: usb: Drop unneeded quotes (diff) | |
download | linux-213acadd21a080fc8cda8eebe6d14cc2d4ad1332.tar.xz linux-213acadd21a080fc8cda8eebe6d14cc2d4ad1332.zip |
usb: host: u132-hcd: Delete driver
This driver got its last actual change in 2006 and is probably unused as
nowbody should use a cardbus to USB adapter any more.
If it were still used, the driver was in urgent need for maintainer
love. (Explicit kref handling, underdocumented locking, .remove() can
return errors ...)
Also the link in the (now removed) help text doesn't look actively
maintained. According to archive.org it forwarded to
http://www.copenhagen-hotel.net/ already back in 2018.
So don't waste more time on this driver and just delete it.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20230321103638.343886-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc')
-rw-r--r-- | drivers/usb/misc/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index a5f7652db7da..c873cfd4ee86 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig @@ -126,8 +126,6 @@ config USB_FTDI_ELAN worked with a USB PEN Drive inserted into the first USB port of the PCCARD. A rather pointless thing to do, but useful for testing. - See also the USB_U132_HCD entry "Elan U132 Adapter Host Controller" - It is safe to say M here. config USB_APPLEDISPLAY |