VirtualBox

Changeset 7261 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 4, 2008 9:07:03 AM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: ifdef-ed some unnecessary debug logging in the mouse drivers

Location:
trunk/src/VBox/Additions/x11/xmouse
Files:
3 edited

Legend:

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

    r6202 r7261  
    596596    int i,j;
    597597
    598 #ifdef DEBUG
     598#ifdef MOUSE_DEBUG
    599599    xf86ErrorF("Ps/2 data package:");
    600600    for (i = 0; i < len; i++)
     
    608608            usleep(10000);
    609609            if (!readMouse(pInfo,&c)) {
    610 #ifdef DEBUG
     610#ifdef MOUSE_DEBUG
    611611                xf86ErrorF("sending 0x%x to PS/2 unsuccessful\n",*(bytes + i));
    612612#endif
    613613                return FALSE;
    614614            }
    615 #ifdef DEBUG
     615#ifdef MOUSE_DEBUG
    616616            xf86ErrorF("Recieved: 0x%x\n",c);
    617617#endif
     
    670670            break;
    671671    }
    672 #ifdef DEBUG
     672#ifdef MOUSE_DEBUG
    673673    xf86ErrorF("Obtained Mouse Type: %x\n",u);
    674674#endif
     
    683683    unsigned char reply[] = { 0xaa, 0x00 };
    684684    unsigned int i;
    685 #ifdef DEBUG
     685#ifdef MOUSE_DEBUG
    686686   xf86ErrorF("PS/2 Mouse reset\n");
    687687#endif
  • trunk/src/VBox/Additions/x11/xmouse/xorg70/pnp.c

    r6202 r7261  
    589589    int i,j;
    590590
    591 #ifdef DEBUG
     591#ifdef MOUSE_DEBUG
    592592    xf86ErrorF("Ps/2 data package:");
    593593    for (i = 0; i < len; i++)
     
    601601            usleep(10000);
    602602            if (!readMouse(pInfo,&c)) {
    603 #ifdef DEBUG
     603#ifdef MOUSE_DEBUG
    604604                xf86ErrorF("sending 0x%x to PS/2 unsuccessful\n",*(bytes + i));
    605605#endif
    606606                return FALSE;
    607607            }
    608 #ifdef DEBUG
     608#ifdef MOUSE_DEBUG
    609609            xf86ErrorF("Recieved: 0x%x\n",c);
    610610#endif
     
    663663            break;
    664664    }
    665 #ifdef DEBUG
     665#ifdef MOUSE_DEBUG
    666666    xf86ErrorF("Obtained Mouse Type: %x\n",u);
    667667#endif
     
    676676    unsigned char reply[] = { 0xaa, 0x00 };
    677677    unsigned int i;
    678 #ifdef DEBUG
     678#ifdef MOUSE_DEBUG
    679679   xf86ErrorF("PS/2 Mouse reset\n");
    680680#endif
  • trunk/src/VBox/Additions/x11/xmouse/xorg71/pnp.c

    r6202 r7261  
    596596    int i,j;
    597597
    598 #ifdef DEBUG
     598#ifdef MOUSE_DEBUG
    599599    xf86ErrorF("Ps/2 data package:");
    600600    for (i = 0; i < len; i++)
     
    608608            usleep(10000);
    609609            if (!readMouse(pInfo,&c)) {
    610 #ifdef DEBUG
     610#ifdef MOUSE_DEBUG
    611611                xf86ErrorF("sending 0x%x to PS/2 unsuccessful\n",*(bytes + i));
    612612#endif
    613613                return FALSE;
    614614            }
    615 #ifdef DEBUG
     615#ifdef MOUSE_DEBUG
    616616            xf86ErrorF("Recieved: 0x%x\n",c);
    617617#endif
     
    670670            break;
    671671    }
    672 #ifdef DEBUG
     672#ifdef MOUSE_DEBUG
    673673    xf86ErrorF("Obtained Mouse Type: %x\n",u);
    674674#endif
     
    683683    unsigned char reply[] = { 0xaa, 0x00 };
    684684    unsigned int i;
    685 #ifdef DEBUG
     685#ifdef MOUSE_DEBUG
    686686   xf86ErrorF("PS/2 Mouse reset\n");
    687687#endif
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