14 Apr, 2011

1 commit


31 Mar, 2011

1 commit


12 Nov, 2009

1 commit


18 Oct, 2008

2 commits

  • The original code didn't respond correctly to get status request on
    device and endpoint. Although normal operations can work without the
    fix. It is not compliant with USB spec chapter9 and fails USBCV ch9
    tests. The patch fix this and a few style/typo problems.

    Signed-off-by: Li Yang
    Signed-off-by: Greg Kroah-Hartman

    Li Yang
     
  • Some of Freescale SoC chips have a QE or CPM co-processor which
    supports full speed USB. The driver adds device mode support
    of both QE and CPM USB controller to Linux USB gadget. The
    driver is tested with MPC8360 and MPC8272, and should work with
    other models having QE/CPM given minor tweaks.

    Signed-off-by: Xie Xiaobo
    Signed-off-by: Li Yang
    Acked-by: Arnd Bergmann
    Cc: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    Li Yang