nusb/kb: increase mouse packet buffer from 32 to 64 bytes for Microsoft Sidewinder X5 Mouse (thanks Rexford Gibbs for reporting and testing)

This commit is contained in:
cinap_lenrek 2012-08-13 10:41:02 +02:00
parent 73e924d847
commit 142a77c9dc

View file

@ -227,7 +227,7 @@ ptrwork(void* a)
static char maptab[] = {0x0, 0x1, 0x4, 0x5, 0x2, 0x3, 0x6, 0x7};
int x, y, b, c, ptrfd;
int mfd, nerrs;
char buf[32];
char buf[64];
char mbuf[80];
KDev* f = a;
int hipri;