Hi, I am trying to analyze the flow of jsr80. Please correct me if I am wrong at any point:
I study javax-usb, javax-usb-ri and javax-usb-ri-linux packages. javax-usb-ri implements javax-usb interfaces(classes that are defined as interfaces) by assigning *Imp.java(in javax-usb-ri package). Then javax-usb-ri-linux contains linux implementation which connects javax-usb-ri(common reference implementation) to Linux USB stack. com.ibm.jusb.os.linux.LinuxUsbServices class which is available in javax-usb-ri-linux is the mandatory class which uses native methods that are implemented in libJavaxUsb.so file. The libJavaxUsb.so file interacts with the driver of the USB device and the driver performs the requested operation. Thanks and Regards, Amee ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ javax-usb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/javax-usb-devel
