VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

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

    r6202 r33540  
    5959/* PnP EISA/product IDs */
    6060static symtab_t pnpprod[] = {
    61     { "KML0001",  PROT_THINKING },      /* Kensignton ThinkingMouse */
     61    { "KML0001",  PROT_THINKING },      /* Kensington ThinkingMouse */
    6262    { "MSH0001",  PROT_IMSERIAL },      /* MS IntelliMouse */
    6363    { "MSH0004",  PROT_IMSERIAL },      /* MS IntelliMouse TrackBall */
     
    9292    { "PNP0F0A",  PROT_MS },            /* MS PnP serial */
    9393    { "PNP0F0B",  PROT_MS },            /* MS PnP BallPoint serial */
    94     { "PNP0F0C",  PROT_MS },            /* MS serial comatible */
    95     { "PNP0F0D",  PROT_BM },            /* MS InPort comatible */
    96     { "PNP0F0E",  PROT_PS2 },           /* MS PS/2 comatible */
    97     { "PNP0F0F",  PROT_MS },            /* MS BallPoint comatible */
     94    { "PNP0F0C",  PROT_MS },            /* MS serial compatible */
     95    { "PNP0F0D",  PROT_BM },            /* MS InPort compatible */
     96    { "PNP0F0E",  PROT_PS2 },           /* MS PS/2 compatible */
     97    { "PNP0F0F",  PROT_MS },            /* MS BallPoint compatible */
    9898#ifdef notyet
    9999    { "PNP0F10",  PROT_??? },           /* TI QuickPort */
    100100#endif
    101     { "PNP0F11",  PROT_BM },            /* MS bus comatible */
     101    { "PNP0F11",  PROT_BM },            /* MS bus compatible */
    102102    { "PNP0F12",  PROT_PS2 },           /* Logitech PS/2 */
    103103    { "PNP0F13",  PROT_PS2 },           /* PS/2 */
     
    221221        usleep(200000);
    222222
    223         /* wait for respose, 2nd phase (2.1.6) */
     223        /* wait for response, 2nd phase (2.1.6) */
    224224        xf86FlushInput(pInfo->fd);
    225225        i = TIOCM_DTR | TIOCM_RTS;      /* DTR = 1, RTS = 1 */
     
    246246    xf86SetSerial(pInfo->fd, pnpOpts);
    247247
    248     /* wait for respose */
     248    /* wait for response */
    249249    xf86FlushInput(pInfo->fd);
    250250    i = XF86_M_DTR | XF86_M_RTS;        /* DTR = 1, RTS = 1 */
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