Changeset 33540 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r30595 r33540 495 495 break; 496 496 /* Make OS/2 happy. */ 497 /* The 8042 RAM is read ble using commands 0x20 thru 0x3f, and writable497 /* The 8042 RAM is readable using commands 0x20 thru 0x3f, and writable 498 498 by 0x60 thru 0x7f. Now days only the firs byte, the mode, is used. 499 499 We'll ignore the writes (0x61..7f) and return 0 for all the reads -
trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp
r30594 r33540 127 127 128 128 /** 129 * Pass LED status changes from the guest thru to the fronten tdriver.129 * Pass LED status changes from the guest thru to the frontend driver. 130 130 * 131 131 * @param pInterface Pointer to the keyboard connector interface structure. … … 139 139 140 140 /** 141 * Pass keyboard state changes from the guest thru to the fronten tdriver.141 * Pass keyboard state changes from the guest thru to the frontend driver. 142 142 * 143 143 * @param pInterface Pointer to the keyboard connector interface structure.
Note:
See TracChangeset
for help on using the changeset viewer.