On Thu, Oct 24, 2002 at 06:42:44PM -0700, David Brownell wrote: > > It does so by creating a new <linux/usb_ch9.h> file that defines > common constants and descriptor structures that are now found in > <linux/usb.h> but which are (a) not exported to userspace, making > programming with "usbfs" awkward, and (b) needlessly mixed up with > the usb master/host-only side APIs, which a slave/target-only side > API will not want to require. These definitions are just moved out > of <linux/usb.h>, so they can be accessed safely.
Yeah! I've discussed this with the ARM Linux people before, to make USB client code easier, and agree that this is the right thing to do, nice job. thanks, greg k-h ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
