Changeset 30595 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- Jul 4, 2010 12:54:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r30416 r30595 1487 1487 kbd_reset(pThis); 1488 1488 /* Activate the PS/2 keyboard by default. */ 1489 pThis->Keyboard.pDrv->pfnSetActive(pThis->Keyboard.pDrv, true); 1489 if (pThis->Keyboard.pDrv) 1490 pThis->Keyboard.pDrv->pfnSetActive(pThis->Keyboard.pDrv, true); 1490 1491 } 1491 1492
Note:
See TracChangeset
for help on using the changeset viewer.