Changeset 31415 in vbox for trunk/src/VBox/Additions/x11/vboxmouse/xorg70/pnp.c
- Timestamp:
- Aug 5, 2010 3:49:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/xorg70/pnp.c
r7261 r31415 714 714 if (u == 0x03) { 715 715 /* 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))) { 718 718 u = ps2GetDeviceID(pInfo); 719 719 if (u == 0x04)
Note:
See TracChangeset
for help on using the changeset viewer.