Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb more debug flags.
details: https://anonhg.NetBSD.org/src/rev/c605549c9946
branches: trunk
changeset: 783750:c605549c9946
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 07 15:14:17 2013 +0000
description:
more debug flags.
diffstat:
sys/dev/usb/usb.h | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diffs (79 lines):
diff -r 8215eecb54ca -r c605549c9946 sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Mon Jan 07 15:07:40 2013 +0000
+++ b/sys/dev/usb/usb.h Mon Jan 07 15:14:17 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.h,v 1.97 2013/01/05 23:34:19 christos Exp $ */
+/* $NetBSD: usb.h,v 1.98 2013/01/07 15:14:17 christos Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */
/*
@@ -58,6 +58,7 @@
#ifdef USB_DEBUG
#define ATU_DEBUG 1
#define AUE_DEBUG 1
+#define AUVITEK_I2C_DEBUG 1
#define AXE_DEBUG 1
#define CUE_DEBUG 1
#define EHCI_DEBUG 1
@@ -67,39 +68,61 @@
#define OTUS_DEBUG 1
#define RUM_DEBUG 1
#define RUN_DEBUG 1
+#define UARK_DEBUG 1
+#define UATP_DEBUG 1
#define UAUDIO_DEBUG 1
+#define UBERRY_DEBUG 1
+#define UBSA_DEBUG 1
#define UBT_DEBUG 1
+#define UCHCOM_DEBUG 1
#define UCOM_DEBUG 1
#define UCYCOM_DEBUG 1
+#define UDAV_DEBUG 1
+#define UDL_DEBUG 1
#define UDSBR_DEBUG 1
#define UFTDI_DEBUG 1
+#define UGENSA_DEBUG 1
#define UGEN_DEBUG 1
#define UHCI_DEBUG 1
#define UHIDEV_DEBUG 1
#define UHID_DEBUG 1
+#define UHMODEM_DEBUG 1
#define UHSO_DEBUG 1
#define UHUB_DEBUG 1
+#define UIPAD_DEBUG 1
#define UIPAQ_DEBUG 1
#define UIRDA_DEBUG 1
#define UISDATA_DEBUG 1
#define UKBD_DEBUG 1
+#define UKYOPON_DEBUG 1
#define ULPT_DEBUG 1
+#define UMASS_DEBUG 1
#define UMCT_DEBUG 1
+#define UMIDIQUIRK_DEBUG 1
+#define UMIDI_DEBUG 1
#define UMODEM_DEBUG 1
#define UMS_DEBUG 1
+#define UPGT_DEBUG 1
#define UPLCOM_DEBUG 1
#define UPL_DEBUG 1
#define URAL_DEBUG 1
#define URIO_DEBUG 1
#define URL_DEBUG 1
+#define URNDIS_DEBUG 1
#define URTWN_DEBUG 1
#define URTW_DEBUG 1
+#define USB_DEBUG 1
#define USCANNER_DEBUG 1
+#define USLSA_DEBUG 1
#define USSCANNER_DEBUG 1
#define USTIR_DEBUG 1
+#define USTIR_DEBUG_IOCTLS 1
#define UTHUM_DEBUG 1
+#define UTOPPY_DEBUG 1
#define UTS_DEBUG 1
+#define UVIDEO_DEBUG 1
#define UVISOR_DEBUG 1
+#define UVSCOM_DEBUG 1
#define UYUREX_DEBUG 1
#define UZCOM_DEBUG 1
#define ZYD_DEBUG 1
Home |
Main Index |
Thread Index |
Old Index