Changeset 27188 in vbox
- Timestamp:
- Mar 8, 2010 9:41:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r27060 r27188 1056 1056 break; 1057 1057 } 1058 /** @todo this was unconditional before. That looks wrong to me, but I1059 * just can't believe that no one would have noticed before... */1060 1058 if (rc != VINF_IOM_HC_IOPORT_WRITE) 1061 1059 s->write_cmd = 0; … … 1293 1291 return VERR_SSM_DATA_UNIT_FORMAT_CHANGED; 1294 1292 } 1293 /* Resend a notification to Main if the device is active */ 1294 kbd_mouse_update_downstream_status(s); 1295 1295 return 0; 1296 1296 }
Note:
See TracChangeset
for help on using the changeset viewer.