More debug.
This commit is contained in:
parent
3237209fe3
commit
219f3c9ccf
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: usb_port.h,v 1.29 2000/03/30 17:04:47 augustss Exp $ */
|
||||
/* $NetBSD: usb_port.h,v 1.30 2000/04/14 14:41:35 augustss Exp $ */
|
||||
/* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -64,7 +64,10 @@
|
|||
#define CUE_DEBUG 1
|
||||
#define KUE_DEBUG 1
|
||||
#define UMASS_DEBUG 1
|
||||
#define UVISOR_DEBUG 1
|
||||
#define UPL_DEBUG 1
|
||||
#define UZCOM_DEBUG 1
|
||||
#define URIO_DEBUG 1
|
||||
#define UFTDI_DEBUG 1
|
||||
#define Static
|
||||
#else
|
||||
#define Static static
|
||||
|
@ -184,6 +187,10 @@ __CONCAT(dname,_detach)(self, flags) \
|
|||
#define KUE_DEBUG 1
|
||||
#define UMASS_DEBUG 1
|
||||
#define UVISOR_DEBUG 1
|
||||
#define UPL_DEBUG 1
|
||||
#define UZCOM_DEBUG 1
|
||||
#define URIO_DEBUG 1
|
||||
#define UFTDI_DEBUG 1
|
||||
#endif
|
||||
|
||||
#define Static
|
||||
|
|
Loading…
Reference in New Issue