Changeset 36322 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- Mar 21, 2011 10:53:25 AM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/UsbKbd.cpp
r35438 r36322 1465 1465 /* pfnUsbReset */ 1466 1466 usbHidUsbReset, 1467 /* pfnUsbGet CachedDescriptors*/1467 /* pfnUsbGetDescriptorCache */ 1468 1468 usbHidUsbGetDescriptorCache, 1469 1469 /* pfnUsbSetConfiguration */ -
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r35428 r36322 1329 1329 /* pfnUsbReset */ 1330 1330 usbHidUsbReset, 1331 /* pfnUsbGet CachedDescriptors*/1331 /* pfnUsbGetDescriptorCache */ 1332 1332 usbHidUsbGetDescriptorCache, 1333 1333 /* pfnUsbSetConfiguration */
Note:
See TracChangeset
for help on using the changeset viewer.