From 3da99f727d20137ee119ad1def8b52bc1387c8cd Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Thu, 13 May 2010 20:48:39 +0000 Subject: [PATCH] Allow the USB_REQ_DEBUG to be enabled in the kernel conf. Requested by: HPS --- sys/conf/options | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/options b/sys/conf/options index 8f1dcaaa90b..8995b4dfef2 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -639,6 +639,7 @@ BUS_DEBUG opt_bus.h # options for USB support USB_DEBUG opt_usb.h +USB_REQ_DEBUG opt_usb.h USB_VERBOSE opt_usb.h USB_EHCI_BIG_ENDIAN_DESC opt_usb.h U3G_DEBUG opt_u3g.h