- Timestamp:
- Jun 27, 2011 12:16:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r37388 r37646 963 963 switch (pSetup->wValue >> 8) 964 964 { 965 uint32_t cbCopy; 966 uint32_t cbDesc; 967 const uint8_t *pDesc; 968 965 969 case DT_IF_HID_DESCRIPTOR: 966 970 { 967 uint32_t cbCopy;968 uint32_t cbDesc;969 const uint8_t *pDesc;970 971 971 if (pThis->isAbsolute) 972 972 { … … 989 989 case DT_IF_HID_REPORT: 990 990 { 991 uint32_t cbCopy;992 uint32_t cbDesc;993 const uint8_t *pDesc;994 995 991 if (pThis->isAbsolute) 996 992 {
Note:
See TracChangeset
for help on using the changeset viewer.