On Tue, Apr 01, 2003 at 02:19:43PM -0800, Matthew Dharm wrote: > Greg -- > > Do you have any pointers on sysfs I could use to make such an interface?
Look at the module_param() function. I think you can create a boot paramater/module paramater/sysfs file all from that single function/macro. If that doesn't work out, a simple DRIVER_ATTR() declaration for the usb-storage driver should work out just fine. There are many examples in the kernel tree for this. Hope this helps, greg k-h ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
