|
From: Dan S. <dds...@us...> - 2007-07-17 20:03:56
|
Update of /cvsroot/javax-usb/javax-usb-ri-linux/jni In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4914 Modified Files: JavaxUsbKernel.c Log Message: defect 1192482 - 2.4 kernel no loner uses bulk-over-interrupt queueing starting with 2.4.30 kernel Index: JavaxUsbKernel.c =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-ri-linux/jni/JavaxUsbKernel.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JavaxUsbKernel.c 17 Jul 2007 20:01:37 -0000 1.3 --- JavaxUsbKernel.c 17 Jul 2007 20:03:51 -0000 1.4 *************** *** 20,24 **** // This is defined only in 2.4 kernels. #define QUEUE_BULK 0x10 ! #define QUEUE_BULK_LAST_KERNEL_VERSION KERNEL_VERSION(2,4,99) // 2.4 USB subsystems do not allow queued interrupt transfers but do allow (encourage?) interrupt-using-bulk --- 20,24 ---- // This is defined only in 2.4 kernels. #define QUEUE_BULK 0x10 ! #define QUEUE_BULK_LAST_KERNEL_VERSION KERNEL_VERSION(2,4,29) // 2.4 USB subsystems do not allow queued interrupt transfers but do allow (encourage?) interrupt-using-bulk |