summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/options1
-rw-r--r--sys/dev/usb/u3g.c1
3 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b17c280..4a7ddbe 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2419,7 +2419,7 @@ device uscanner
#
# USB serial support
device ucom
-# USB support for 3G modem cards by Option, Huawei and Sierra
+# USB support for 3G modem cards by Option, Novatel, Huawei and Sierra
device u3g
# USB support for Technologies ARK3116 based serial adapters
device uark
@@ -2486,6 +2486,7 @@ device rum
# debugging options for the USB subsystem
#
options USB_DEBUG
+options U3G_DEBUG
# options for ukbd:
options UKBD_DFLT_KEYMAP # specify the built-in keymap
diff --git a/sys/conf/options b/sys/conf/options
index b849a90..0823c82 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -618,6 +618,7 @@ BUS_DEBUG opt_bus.h
# options for USB support
USB_DEBUG opt_usb.h
USBVERBOSE opt_usb.h
+U3G_DEBUG opt_u3g.h
UKBD_DFLT_KEYMAP opt_ukbd.h
UPLCOM_INTR_INTERVAL opt_uplcom.h
UVSCOM_DEFAULT_OPKTSIZE opt_uvscom.h
diff --git a/sys/dev/usb/u3g.c b/sys/dev/usb/u3g.c
index 4305ab6..c8357a0 100644
--- a/sys/dev/usb/u3g.c
+++ b/sys/dev/usb/u3g.c
@@ -46,6 +46,7 @@
#include <dev/usb/ucomvar.h>
+#include "opt_u3g.h"
#include "usbdevs.h"
//#define U3G_DEBUG
OpenPOWER on IntegriCloud