Changeset 7261 in vbox for trunk/src/VBox/Additions/x11/xmouse/xorg70/pnp.c
- Timestamp:
- Mar 4, 2008 9:07:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xmouse/xorg70/pnp.c
r6202 r7261 589 589 int i,j; 590 590 591 #ifdef DEBUG591 #ifdef MOUSE_DEBUG 592 592 xf86ErrorF("Ps/2 data package:"); 593 593 for (i = 0; i < len; i++) … … 601 601 usleep(10000); 602 602 if (!readMouse(pInfo,&c)) { 603 #ifdef DEBUG603 #ifdef MOUSE_DEBUG 604 604 xf86ErrorF("sending 0x%x to PS/2 unsuccessful\n",*(bytes + i)); 605 605 #endif 606 606 return FALSE; 607 607 } 608 #ifdef DEBUG608 #ifdef MOUSE_DEBUG 609 609 xf86ErrorF("Recieved: 0x%x\n",c); 610 610 #endif … … 663 663 break; 664 664 } 665 #ifdef DEBUG665 #ifdef MOUSE_DEBUG 666 666 xf86ErrorF("Obtained Mouse Type: %x\n",u); 667 667 #endif … … 676 676 unsigned char reply[] = { 0xaa, 0x00 }; 677 677 unsigned int i; 678 #ifdef DEBUG678 #ifdef MOUSE_DEBUG 679 679 xf86ErrorF("PS/2 Mouse reset\n"); 680 680 #endif
Note:
See TracChangeset
for help on using the changeset viewer.