Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-12 | USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h> | David Brownell | |
Make sure gadgetfs userspace interface is properly exported: - Move <linux/usb_gadgetfs.h> to <linux/usb/gadgetfs.h>; - Export it using Kbuild; - Add an #include guard; - Correct some internal documentation; - Update struct layout so it's the same on 32/64 bit kernels. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2007-02-07 | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> | David Brownell | |
This moves <linux/usb_ch9.h> to <linux/usb/ch9.h> to reduce some of the clutter of usb header files. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |