[PATCH] USB gadget: gadget zero, simplified controller-specific configuration
commit3e4a8764a93e314e5f989175d13bd6a17d29a5c8
authorDavid Brownell <david-b@pacbell.net>
Wed, 10 Mar 2004 05:32:02 +0000 (9 21:32 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 10 Mar 2004 05:32:02 +0000 (9 21:32 -0800)
treed45909d5522e6e0b4488b83fc908de51dccb2f32
parent29a611ab51e01eecca6f87ba6aa55b0ad6cc40d0
[PATCH] USB gadget: gadget zero, simplified controller-specific configuration

This removes several controller-specific #define, and
converts to using the config_buf utilities.  Depends
on the patch I submitted yesterday.  Looking simpler!

Simplify "gadget zero" compile-time configuration.

This removes several controller-specific compile-time config options;
the others are about to be autoconfigured.

 - HIGHSPEED replaced by CONFIG_USB_GADGET_DUALSPEED
 - Default to self-powered operation
 - There's no UI for remote wakeup

It also uses the new config_buf utilities, so it's a bit easier to see
what's really going on (this driver implements four configurations).
drivers/usb/gadget/Makefile
drivers/usb/gadget/zero.c