]> git.ipfire.org Git - people/ms/u-boot.git/commit
Integrate USB gadget layer and USB CDC driver layer
authorRemy Bohmer <linux@bohmer.net>
Wed, 29 Jul 2009 16:18:43 +0000 (18:18 +0200)
committerRemy Bohmer <linux@bohmer.net>
Mon, 20 Sep 2010 19:57:16 +0000 (21:57 +0200)
commit23cd138503f90ff6af109c0096727ba641942614
tree9c9a9c4b109a4fc1f0ca989bf2b8fa3bfb23d279
parent70fccb3f2469f5cfd75ad17c6e452a382fbabbcf
Integrate USB gadget layer and USB CDC driver layer

Derived from Linux kernel 2.6.27

Signed-off-by: Thomas Smits <ts.smits@gmail.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
drivers/usb/gadget/Makefile
drivers/usb/gadget/config.c [new file with mode: 0644]
drivers/usb/gadget/epautoconf.c [new file with mode: 0644]
drivers/usb/gadget/ether.c [new file with mode: 0644]
drivers/usb/gadget/gadget_chips.h [new file with mode: 0644]
drivers/usb/gadget/usbstring.c [new file with mode: 0644]
include/linux/usb/cdc.h [new file with mode: 0644]
include/linux/usb/ch9.h [new file with mode: 0644]
include/linux/usb/gadget.h [new file with mode: 0644]
include/net.h