]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
Various USB related patches
authorWolfgang Denk <wd@pollux.denx.de>
Wed, 14 Jun 2006 15:45:53 +0000 (17:45 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Wed, 14 Jun 2006 15:45:53 +0000 (17:45 +0200)
commit16c8d5e76ae0f78f39a60608574adfe0feb9cc70
tree3b5d071b5fd9f34044ff154437f92149edf6105f
parent81d72d7e2e7996c6c4e60985dbcc84afe5ed816c
Various USB related patches
- Add support for mpc8xx USB device.
- Add support for Common Device Class - Abstract Control Model USB console.
- Add support for flow control in USB slave devices.
- Add support for switching between gserial and cdc_acm using environment.
- Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
- Update usbcore slightly to ease host enumeration.
- Fix non-portable endian problems in usbdcore and usbdcore_ep0.
- Add AdderUSB_config as a defconfig to enable usage of the USB console
  by default with the Adder87x U-Boot port.
Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
15 files changed:
CHANGELOG
Makefile
README
drivers/Makefile
drivers/usbdcore_ep0.c
drivers/usbdcore_mpc8xx.c [new file with mode: 0644]
drivers/usbdcore_omap1510.c
drivers/usbtty.c
drivers/usbtty.h
include/configs/AdderUSB.h [new file with mode: 0644]
include/usb_cdc_acm.h [new file with mode: 0644]
include/usbdcore.h
include/usbdcore_mpc8xx.h [new file with mode: 0644]
include/usbdcore_omap1510.h
include/usbdescriptors.h