Changeset 36421 in vbox
- Timestamp:
- Mar 25, 2011 3:17:58 AM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/UsbKbd.cpp
r36322 r36421 1226 1226 1227 1227 /** 1228 * @copydoc PDMUSBREG::pfn Queue1228 * @copydoc PDMUSBREG::pfnUrbQueue 1229 1229 */ 1230 1230 static DECLCALLBACK(int) usbHidQueue(PPDMUSBINS pUsbIns, PVUSBURB pUrb) … … 1475 1475 /* pfnUrbNew */ 1476 1476 NULL/*usbHidUrbNew*/, 1477 /* pfn Queue */1477 /* pfnUrbQueue */ 1478 1478 usbHidQueue, 1479 1479 /* pfnUrbCancel */ -
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r36322 r36421 1084 1084 1085 1085 /** 1086 * @copydoc PDMUSBREG::pfn Queue1086 * @copydoc PDMUSBREG::pfnUrbQueue 1087 1087 */ 1088 1088 static DECLCALLBACK(int) usbHidQueue(PPDMUSBINS pUsbIns, PVUSBURB pUrb) … … 1339 1339 /* pfnUrbNew */ 1340 1340 NULL/*usbHidUrbNew*/, 1341 /* pfn Queue */1341 /* pfnUrbQueue */ 1342 1342 usbHidQueue, 1343 1343 /* pfnUrbCancel */
Note:
See TracChangeset
for help on using the changeset viewer.