summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/ubsa.c')
-rw-r--r--sys/dev/usb/ubsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c
index 2835c9d..fa1232f 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -242,7 +242,7 @@ Static device_method_t ubsa_methods[] = {
};
Static driver_t ubsa_driver = {
- "ubsa",
+ "ucom",
ubsa_methods,
sizeof (struct ubsa_softc)
};
OpenPOWER on IntegriCloud