VirtualBox

Changeset 36421 in vbox


Ignore:
Timestamp:
Mar 25, 2011 3:17:58 AM (14 years ago)
Author:
vboxsync
Message:

Input/Usb: typo (comments).

Location:
trunk/src/VBox/Devices/Input
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/UsbKbd.cpp

    r36322 r36421  
    12261226
    12271227/**
    1228  * @copydoc PDMUSBREG::pfnQueue
     1228 * @copydoc PDMUSBREG::pfnUrbQueue
    12291229 */
    12301230static DECLCALLBACK(int) usbHidQueue(PPDMUSBINS pUsbIns, PVUSBURB pUrb)
     
    14751475    /* pfnUrbNew */
    14761476    NULL/*usbHidUrbNew*/,
    1477     /* pfnQueue */
     1477    /* pfnUrbQueue */
    14781478    usbHidQueue,
    14791479    /* pfnUrbCancel */
  • trunk/src/VBox/Devices/Input/UsbMouse.cpp

    r36322 r36421  
    10841084
    10851085/**
    1086  * @copydoc PDMUSBREG::pfnQueue
     1086 * @copydoc PDMUSBREG::pfnUrbQueue
    10871087 */
    10881088static DECLCALLBACK(int) usbHidQueue(PPDMUSBINS pUsbIns, PVUSBURB pUrb)
     
    13391339    /* pfnUrbNew */
    13401340    NULL/*usbHidUrbNew*/,
    1341     /* pfnQueue */
     1341    /* pfnUrbQueue */
    13421342    usbHidQueue,
    13431343    /* pfnUrbCancel */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette