VirtualBox

Ignore:
Timestamp:
Aug 5, 2010 3:49:48 PM (14 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxmouse: fix some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxmouse/xorg70/pnp.c

    r7261 r31415  
    714714            if (u == 0x03) {
    715715                /* found IntelliMouse now try IntelliExplorer */
    716                 unsigned char seq[] = { 243, 200, 243, 200, 243, 80 };
    717                 if (ps2SendPacket(pInfo,seq,sizeof(seq))) {
     716                unsigned char seq2[] = { 243, 200, 243, 200, 243, 80 };
     717                if (ps2SendPacket(pInfo,seq2,sizeof(seq2))) {
    718718                    u = ps2GetDeviceID(pInfo);
    719719                    if (u == 0x04)
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