diff options
Diffstat (limited to 'sys/dev/usb/uplcom.c')
-rw-r--r-- | sys/dev/usb/uplcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index d6bf054..cc017c8 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -220,7 +220,7 @@ Static device_method_t uplcom_methods[] = { }; Static driver_t uplcom_driver = { - "uplcom", + "ucom", uplcom_methods, sizeof (struct uplcom_softc) }; |