Changeset 43780 in vbox
- Timestamp:
- Oct 31, 2012 10:43:40 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r43387 r43780 338 338 /** USB keyboard device group. */ 339 339 LOG_GROUP_USB_KBD, 340 /** USB mouse/tablet device group. */ 341 LOG_GROUP_USB_MOUSE, 340 342 /** MSD USB device group. */ 341 343 LOG_GROUP_USB_MSD, -
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r43605 r43780 18 18 * Header Files * 19 19 *******************************************************************************/ 20 #define LOG_GROUP LOG_GROUP_USB_M SD20 #define LOG_GROUP LOG_GROUP_USB_MOUSE 21 21 #include <VBox/vmm/pdmusb.h> 22 22 #include <VBox/log.h>
Note:
See TracChangeset
for help on using the changeset viewer.