From: M. M. <mma...@gm...> - 2008-02-26 13:55:06
|
Hi. I did change atp_probe to always set 81 as datalen but that didn't help :( By hexdump of "data received by atp_complete" you mean something like this: unigned char *p; p=(unsigned char*)urb; forI(i1=0;i1<sizeof(struct urb);i1++) { printk(KERN_INFO "%X\n",p[i1]); } Will that be okay? Regads Michal. |