On Wed, 3 Aug 2005, Nitin Mahajan wrote:

> Hello !
> 
>       I want to use the Linux USB subsystem along with the
> OHCI, HID, and Device class printer drivers, Storage
> drivers for memory stick into my kernel.
> 
> For this I wanted to test all these drivers which are
> already available in the Linux kernel. Could u please
> tell me what would be the best way to test the core
> driver , HID driver and the Device class printer
> driver.

The best way to test them depends on what you want to learn.  If all you 
care about is whether the drivers are free of bugs, then I can save you 
some trouble: The drivers _do_ have bugs.

> For testing the HC driver I am planning to use the
> test driver mentioned at
> http://www.linux-usb.org/usbtest/. However these tests
> do not seem to test the core driver completely but
> only the host side support from the core driver.

That's because the core driver only supports hosts.  OHCI is a host 
specification; it doesn't apply to peripherals.  In fact, the "H" in 
"OHCI" stands for "Host".

> Also out of curiosity I wanted to know all the updates
> and bug fixes to the USB subsystem or core  which are
> submitted to the kernel tree,how are they usually
> tested? 

Developers and users try them out and see if the system works better with 
the updates than without them.

Alan Stern



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to