Add U3G_DEBUG to LINT

This commit is contained in:
Nick Hibma 2008-10-24 07:16:13 +00:00
parent c781627992
commit fe75118b0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184220
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -46,6 +46,7 @@
#include <dev/usb/ucomvar.h>
#include "opt_u3g.h"
#include "usbdevs.h"
//#define U3G_DEBUG