summaryrefslogtreecommitdiff
path: root/sys/dev/usb/misc
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-03-02 05:37:05 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-03-02 05:37:05 +0000
commit9aef556d71ad24c9e8003fbeba60cb0eabd38487 (patch)
treec25b21c438a6bfae8a28f00336f6daa59d35074b /sys/dev/usb/misc
parent5f6a680157541d0a973c7dbeb2986aaa217ee087 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/misc')
-rw-r--r--sys/dev/usb/misc/udbp.c2
-rw-r--r--sys/dev/usb/misc/ufm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/misc/udbp.c b/sys/dev/usb/misc/udbp.c
index b519058f7b01..2b40ff1d15c5 100644
--- a/sys/dev/usb/misc/udbp.c
+++ b/sys/dev/usb/misc/udbp.c
@@ -246,7 +246,7 @@ static driver_t udbp_driver = {
.size = sizeof(struct udbp_softc),
};
-DRIVER_MODULE(udbp, ushub, udbp_driver, udbp_devclass, udbp_modload, 0);
+DRIVER_MODULE(udbp, uhub, udbp_driver, udbp_devclass, udbp_modload, 0);
MODULE_DEPEND(udbp, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION);
MODULE_DEPEND(udbp, usb, 1, 1, 1);
diff --git a/sys/dev/usb/misc/ufm.c b/sys/dev/usb/misc/ufm.c
index 7f85b4fa4485..f33065fa0eee 100644
--- a/sys/dev/usb/misc/ufm.c
+++ b/sys/dev/usb/misc/ufm.c
@@ -104,7 +104,7 @@ static driver_t ufm_driver = {
.size = sizeof(struct ufm_softc),
};
-DRIVER_MODULE(ufm, ushub, ufm_driver, ufm_devclass, NULL, 0);
+DRIVER_MODULE(ufm, uhub, ufm_driver, ufm_devclass, NULL, 0);
MODULE_DEPEND(ufm, usb, 1, 1, 1);
static int