On Wed, Oct 26, 2005 at 09:59:40AM -0400, Alan Stern wrote:
> Besides, you've ignored a fundamental point.  Where did "path" come from 
> in the first place?  In any reasonable scenario, you will have something 
> like this:
> 
>       path="${intf_path}/ep_${address}"

No, it's more like:
        for endpoint in ep_??
        do
                print_endpoint $endpoint
        done

as taken directly from a bash script that I have.  Later parsing out the
endpoint number from $endpoint is harder than just reading the sysfs
file :)

thanks,

greg k-h


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to