summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/ubsa.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-03-02 05:37:05 +0000
committerthompsa <thompsa@FreeBSD.org>2009-03-02 05:37:05 +0000
commit9e91847c9e6e7aa453de1b4e8105de8356a58ec9 (patch)
treec25b21c438a6bfae8a28f00336f6daa59d35074b /sys/dev/usb/serial/ubsa.c
parent2719e794c06a3a9aca8bd6446633d90efd96e6d5 (diff)
downloadFreeBSD-src-9e91847c9e6e7aa453de1b4e8105de8356a58ec9.zip
FreeBSD-src-9e91847c9e6e7aa453de1b4e8105de8356a58ec9.tar.gz
Rename the ushub device class back to uhub as it was in the old usb stack,
moused(8) looks for "uhub/ums" to decide if needs to load the module. Reported by: Garrett Cooper
Diffstat (limited to 'sys/dev/usb/serial/ubsa.c')
-rw-r--r--sys/dev/usb/serial/ubsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/serial/ubsa.c b/sys/dev/usb/serial/ubsa.c
index 788e536..244ca65 100644
--- a/sys/dev/usb/serial/ubsa.c
+++ b/sys/dev/usb/serial/ubsa.c
@@ -259,7 +259,7 @@ static driver_t ubsa_driver = {
.size = sizeof(struct ubsa_softc),
};
-DRIVER_MODULE(ubsa, ushub, ubsa_driver, ubsa_devclass, NULL, 0);
+DRIVER_MODULE(ubsa, uhub, ubsa_driver, ubsa_devclass, NULL, 0);
MODULE_DEPEND(ubsa, ucom, 1, 1, 1);
MODULE_DEPEND(ubsa, usb, 1, 1, 1);
OpenPOWER on IntegriCloud