Changeset 83301 in vbox
- Timestamp:
- Mar 16, 2020 5:14:44 PM (5 years ago)
- Location:
- trunk/src/VBox/Devices/Input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2K.cpp
r83299 r83301 485 485 * The keyboard controller disabled the keyboard serial line. 486 486 * 487 * @param pDevIns The device instance. 488 * @param pThis The PS/2 auxiliary device shared instance data. 487 * @param pThis The keyboard device shared instance data. 489 488 */ 490 489 void PS2KLineDisable(PPS2K pThis) … … 496 495 * The keyboard controller enabled the keyboard serial line. 497 496 * 498 * @param pDevIns The device instance. 499 * @param pThis The PS/2 auxiliary device shared instance data. 497 * @param pThis The keyboard device shared instance data. 500 498 */ 501 499 void PS2KLineEnable(PPS2K pThis) -
trunk/src/VBox/Devices/Input/DevPS2M.cpp
r83299 r83301 424 424 * The keyboard controller disabled the auxiliary serial line. 425 425 * 426 * @param pDevIns The device instance.427 426 * @param pThis The PS/2 auxiliary device shared instance data. 428 427 */ … … 435 434 * The keyboard controller enabled the auxiliary serial line. 436 435 * 437 * @param pDevIns The device instance.438 436 * @param pThis The PS/2 auxiliary device shared instance data. 439 437 */
Note:
See TracChangeset
for help on using the changeset viewer.