summaryrefslogtreecommitdiffstats
path: root/drivers/usbtty.c
Commit message (Collapse)AuthorAgeFilesLines
* drivers/serial : move serial drivers to drivers/serialJean-Christophe PLAGNIOL-VILLARD2007-11-251-1012/+0
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Files include/linux/byteorder/{big,little}_endian.h defineRodolfo Giometti2007-06-061-3/+3
| | | | | | __BIG_ENDIAN and __LITTLE_ENDIAN. Signed-off-by: Rodolfo Giometti <giometti@linux.it>
* Code cleanupWolfgang Denk2006-06-141-82/+82
|
* Various USB related patchesWolfgang Denk2006-06-141-180/+527
| | | | | | | | | | | | | - 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
* Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340wdenk2004-03-141-1/+1
|
* SX1 patches: use "serial#" for USB serial #;wdenk2004-03-121-5/+23
| | | | | use redundand environment storage; auto-set console on USB port (using preboot command)
* Add support for Siemens SX1 mobile phone;LABEL_2004_03_12_0130wdenk2004-03-121-0/+647
add support for USB-based console (enable with "setenv stdout usbtty; setenv stdin usbtty")