2010-10-27 John Dallaway * cdl/usb_serial.cdl: Place static endpoint struct options in a CDL component. * src/usbs_serial.c: Use usbs_get_[tr]x_endpoint() when static endpoint structs are disabled. [ Bugzilla 1001024 ] * tests/usbserial_echo.c, tests/usb2serial.c: Eliminate inclusion of the AT91 USB slave driver header file. * doc/usbs_serial.sgml: Mention the new static endpoint struct CDL component. 2009-11-13 John Dallaway * cdl/usb_serial.cdl: Specify test executable names for compatibility with the eCos Configuration Tool. 2008-11-03 Gabor Toeroek * cdl/usbs_serial.cdl: Fix typo introduced by Andrew Lunn in the previous patch when CYGBLD_IO_USB_SLAVE_SERIAL_BUSPOWERED as renamed CYGOPT_IO_USB_SLAVE_SERIAL_BUSPOWERED. 2008-11-03 Gabor Toeroek * cdl/usbs_serial.cdl: * src/usbs_serial.c (usb_configuration): Add to enumeration if the device is bus powered or self powered, and what power it will draw. 2008-08-09 Frank Pagliughi * host/linux/ecos_usbserial.c (ecos_usbserial_probe): fix compiling on older kernels. 2008-07-13 Andrew Lunn * host/linux/ecos_usbserial.c (ecos_usbserial_probe): new probe function so that we ignore the ACM interface, otherwise we end up with a useless /dev/ttyUSB device. Also allow to compile with kernel 2.6.26-rc9. 2008-07-12 Frank Pagliughi * Generic USB Serial package created. Some files were rearranged during the import and the Documentation written Andrew Lunn. //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 or (at your option) any // later version. // // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the // Free Software Foundation, Inc., 51 Franklin Street, // Fifth Floor, Boston, MA 02110-1301, USA. // ------------------------------------------- // ####GPLCOPYRIGHTEND#### //===========================================================================