Changeset b6933f3 in mainline
- Timestamp:
- 2012-09-07T07:21:25Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 131d9a4
- Parents:
- 53d6b4aa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r53d6b4aa rb6933f3 579 579 # USB settings 580 580 581 % USB verbose messages582 ! CONFIG_USB_VERBOSE (n/y)583 584 581 % Start virtual USB host controller 585 582 ! CONFIG_RUN_VIRTUAL_USB_HC (n/y) -
uspace/lib/usb/include/usb/debug.h
r53d6b4aa rb6933f3 51 51 #define USB_LOG_LEVEL_DEBUG2 LVL_DEBUG2 52 52 53 /** Default log level. */54 #ifdef CONFIG_USB_VERBOSE55 #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG56 #else57 #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO58 #endif59 60 53 #define usb_log_printf(level, format, ...) \ 61 54 log_msg(LOG_DEFAULT, level, format, ##__VA_ARGS__)
Note:
See TracChangeset
for help on using the changeset viewer.