|
From: Dan S. <dds...@us...> - 2009-09-25 14:18:36
|
Update of /cvsroot/javax-usb/javax-usb-ri-linux/jni In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25535 Modified Files: JavaxUsb.h Log Message: Add debugging to show URB address Index: JavaxUsb.h =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-ri-linux/jni/JavaxUsb.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** JavaxUsb.h 11 Feb 2008 20:22:20 -0000 1.19 --- JavaxUsb.h 25 Sep 2009 14:18:24 -0000 1.20 *************** *** 264,267 **** --- 264,268 ---- //FIXME - add device number and/or other dev info + log( LOG_URB_METADATA, "%s : URB address = %p", calling_method, urb ); log( LOG_URB_METADATA, "%s : URB endpoint = %x status = %d signal = %x", calling_method, urb->endpoint, urb->status, urb->signr ); log( LOG_URB_METADATA, "%s : URB buffer length = %d actual length = %d", calling_method, urb->buffer_length, urb->actual_length ); |