Changeset 99775 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- May 12, 2023 12:21:58 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2M.cpp
r98103 r99775 423 423 424 424 /* Determine whether a reporting rate is one of the valid ones. */ 425 bool ps2mIsRateSupported(uint8_t rate)425 static bool ps2mIsRateSupported(uint8_t rate) 426 426 { 427 427 static uint8_t aValidRates[] = { 10, 20, 40, 60, 80, 100, 200 };
Note:
See TracChangeset
for help on using the changeset viewer.