Changeset 33540 in vbox for trunk/src/VBox/Additions/x11/vboxmouse/pnp.c
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/pnp.c
r6202 r33540 59 59 /* PnP EISA/product IDs */ 60 60 static symtab_t pnpprod[] = { 61 { "KML0001", PROT_THINKING }, /* Kensi gnton ThinkingMouse */61 { "KML0001", PROT_THINKING }, /* Kensington ThinkingMouse */ 62 62 { "MSH0001", PROT_IMSERIAL }, /* MS IntelliMouse */ 63 63 { "MSH0004", PROT_IMSERIAL }, /* MS IntelliMouse TrackBall */ … … 92 92 { "PNP0F0A", PROT_MS }, /* MS PnP serial */ 93 93 { "PNP0F0B", PROT_MS }, /* MS PnP BallPoint serial */ 94 { "PNP0F0C", PROT_MS }, /* MS serial com atible */95 { "PNP0F0D", PROT_BM }, /* MS InPort com atible */96 { "PNP0F0E", PROT_PS2 }, /* MS PS/2 com atible */97 { "PNP0F0F", PROT_MS }, /* MS BallPoint com atible */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 */ 98 98 #ifdef notyet 99 99 { "PNP0F10", PROT_??? }, /* TI QuickPort */ 100 100 #endif 101 { "PNP0F11", PROT_BM }, /* MS bus com atible */101 { "PNP0F11", PROT_BM }, /* MS bus compatible */ 102 102 { "PNP0F12", PROT_PS2 }, /* Logitech PS/2 */ 103 103 { "PNP0F13", PROT_PS2 }, /* PS/2 */ … … 221 221 usleep(200000); 222 222 223 /* wait for respo se, 2nd phase (2.1.6) */223 /* wait for response, 2nd phase (2.1.6) */ 224 224 xf86FlushInput(pInfo->fd); 225 225 i = TIOCM_DTR | TIOCM_RTS; /* DTR = 1, RTS = 1 */ … … 246 246 xf86SetSerial(pInfo->fd, pnpOpts); 247 247 248 /* wait for respo se */248 /* wait for response */ 249 249 xf86FlushInput(pInfo->fd); 250 250 i = XF86_M_DTR | XF86_M_RTS; /* DTR = 1, RTS = 1 */
Note:
See TracChangeset
for help on using the changeset viewer.