|
From: Mike C. <mc...@us...> - 2008-08-05 16:30:54
|
Update of /cvsroot/javax-usb/javax-usb-libusb/lib In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29277 Modified Files: javax.usb.properties Log Message: decreased delay when using with linux system as libusb sees the entire bus rather than with the windows implemntation which only sees selected interfaces Index: javax.usb.properties =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-libusb/lib/javax.usb.properties,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** javax.usb.properties 9 Jan 2006 21:11:55 -0000 1.1.1.1 --- javax.usb.properties 5 Aug 2008 16:30:50 -0000 1.2 *************** *** 18,22 **** # milliseconds between two polls of the usb bus ! com.ibm.jusb.os.windows.WindowsUsbServices.topologyUpdateDelay=5000 com.ibm.jusb.os.windows.WindowsUsbServices.JNI.trace_level=5 --- 18,23 ---- # milliseconds between two polls of the usb bus ! #com.ibm.jusb.os.windows.WindowsUsbServices.topologyUpdateDelay=5000 ! com.ibm.jusb.os.windows.WindowsUsbServices.topologyUpdateDelay=100 com.ibm.jusb.os.windows.WindowsUsbServices.JNI.trace_level=5 |