[U-Boot] [PATCH 0/8] USB: gadget: fix porting bugs

Vitaly Kuzmichev vkuzmichev at mvista.com
Thu Aug 12 14:44:38 CEST 2010


1) Restuct Makefile to unable usage old and new stacks simultaneously
2) Add lost 'qmult' definition for High Speed devices
3) Take debug printout macros back and make them more useful
4) Fix in_ep, out_ep, ep0 and status_ep confusions
5) Replace 'strcpy' by 'strlcpy'
6) Fix possible oops on stat_req->buf initialization
7) 2 updates backported from linux-2.6.git

David Brownell (1):
  USB: gadget: ethernet error path potential oops fix

Julia Lawall (1):
  USB: gadget: change simple_strtol to simple_strtoul

Vitaly Kuzmichev (6):
  USB-CDC: Restuct USB gadget Makefile
  USB-CDC: Add lost 'qmult' definition
  USB-CDC: Linux-like debug printout
  USB-CDC: Correct freeing usb requests
  USB-CDC: Replace 'strcpy' by 'strlcpy'
  USB-CDC: Correct stat_req initialization

 drivers/usb/gadget/Makefile     |    9 +++-
 drivers/usb/gadget/epautoconf.c |    2 +-
 drivers/usb/gadget/ether.c      |   95 ++++++++++++++++++++++-----------------
 3 files changed, 61 insertions(+), 45 deletions(-)



More information about the U-Boot mailing list