VirtualBox

Ignore:
Timestamp:
Feb 26, 2010 5:33:33 PM (15 years ago)
Author:
vboxsync
Message:

UsbKbd: Avoided warning, but Pause key handling still needs to be implemented and tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/UsbKbd.cpp

    r26870 r26875  
    413413            usage = aScancode2Hid[scanCode & 0x7F];
    414414            *pUsage = usage | keyUp;
     415            /* Remain in SS_IDLE state. */
    415416        }
    416417        break;
     
    418419        usage = aExtScan2Hid[scanCode & 0x7F];
    419420        *pUsage = usage | keyUp;
     421        state = SS_IDLE;
     422        break;
     423    case SS_EXT1:
     424        Assert(0);  //@todo - sort out the Pause key
     425        *pUsage = 0;
    420426        state = SS_IDLE;
    421427        break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette