Changeset 99d05e1 in mainline
- Timestamp:
- 2012-05-08T10:18:37Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8264867
- Parents:
- 88a6819
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r88a6819 r99d05e1 578 578 # USB settings 579 579 580 % USB release build (less logging)581 ! CONFIG_USB_ RELEASE_BUILD (y/n)580 % USB verbose messages 581 ! CONFIG_USB_VERBOSE (n/y) 582 582 583 583 % Start virtual USB host controller -
uspace/lib/usb/include/usb/debug.h
r88a6819 r99d05e1 81 81 82 82 /** Default log level. */ 83 #ifdef CONFIG_USB_RELEASE_BUILD 83 #ifdef CONFIG_USB_VERBOSE 84 # define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG 85 #else 84 86 # define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO 85 #else86 # define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG87 87 #endif 88 88
Note:
See TracChangeset
for help on using the changeset viewer.