Skip to content

Commit

Permalink
usb gadget zero: split out source/sink config
Browse files Browse the repository at this point in the history
This splits the gadget zero "source/sink" configuration into a standalone
"configuration driver", building on the composite gadget framework code.
It doesn't yet pull the original code out of gadget zero or update how
that driver is built.

Neither this, nor its sibling "loopback" configuration, is a function
driver that can be combined with other functions.  (The host "usbtest"
driver wouldn't know how to deal with that!)  However the code becomes
simpler because of this conversion, so it's a net win.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jul 21, 2008
1 parent 40982be commit a400cad
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 0 deletions.
Loading

0 comments on commit a400cad

Please sign in to comment.