Mercurial > ecos-v3_0-branch
view packages/io/usb/slave/current/ChangeLog @ 2863:7d8c61e6225c default tip
* Added execute permissions to files missed in conversion from CVS
| author | alexs |
|---|---|
| date | Thu, 26 Mar 2009 20:39:18 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
line wrap: on
line source
2008-08-28 Bart Veer <bartv@ecoscentric.com> * host/configure: regenerate after update of Tcl macro 2008-08-20 Bart Veer <bartv@ecoscentric.com> * host/configure: regenerate after update of Tcl macro 2008-08-18 Bart Veer <bartv@ecoscentric.com> * host/Makefile.am, host/configure.in: update host-side configury * host/Makefile.in, host/aclocal.m4, host/config.h.in, host/configure, host/stamp-h.in: regenerate. * host/acconfig.h: removed, no longer needed. 2008-08-13 Bart Veer <bartv@ecoscentric.com> * host/usbhost.c: insist on the GNU version of strerror_r(). Use the right header file for current Linux systems. * host/usbchmod.c: avoid compiler warning. 2006-05-07 Andrew Lunn <andrew.lunn@ascom.ch> * host/bulk-boundaries.tcl(New): test bulk transfers at boundary cases. * doc/usbs.sgml: Documentation of bulk-boundaries.tcl test. 2006-04-23 Andrew Lunn <andrew.lunn@ascom.ch> * doc/usbs-testing.html: Correct "format" for "data" when specifiying what the data in the USB message will contain. 2006-04-16 Andrew Lunn <andrew.lunn@ascom.ch> * host/usbhost.c (tcl_run): Fix compiler warnings * host/usbhost.c (pool_function): sem_wait can exit with a EINTR. If so loop and try again. * host/usbchmod.c (usb_scan_devices) propergate previous fix from usbhost.c 2006-04-16 Frank Pagliughi <fpagliughi@mindspring.com> *host/usbhost.c (usb_scan_devices) Fix parsing EOL for FC4 and others. 2006-03-10 Bart Veer <bartv@ecoscentric.com> * src/usbs.c (usbs_devtab_cwrite, usbs_devtab_cwrite): add DSR locking 2005-06-26 Bart Veer <bartv@ecoscentric.com> * host/usbhost.c, host/configure.in: cope with incompatible changes to the system header <linux/usbdevice_fs.h> * host/acconfig.h: new file to support the above * host/Makefile.in, host/aclocal.m4, host/config.h.in, host/configure, host/stamp-h.in: regenerate 2003-03-27 Bart Veer <bartv@ecoscentric.com> * host/Makefile.am, host/Makefile.in: $(bindir) may not exist yet, so create it if necessary. 2003-02-25 Jonathan Larmour <jifl@eCosCentric.com> * doc/usbs.sgml: Declare as <part> not <reference> to get correct TOC numbering. 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> * cdl/usbs.cdl: Update doc links. * doc/usbs.sgml: Comment out DOCTYPE for now to allow building with standard doc build. 2003-02-12 Bart Veer <bartv@ecoscentric.com> * host/Makefile.in, host/configure: Regenerate after toplevel acinclude.m4 update 2002-09-23 Bart Veer <bartv@ecoscentric.com> * host/configure.in: Only build if the required Linux kernel support is present. 2002-09-21 Bart Veer <bartv@ecoscentric.com> * host/usbhost.c: Avoid const compatibility problems with Tcl 8.4 2002-01-23 Bart Veer <bartv@redhat.com> * host/Makefile.am, host/Makefile.in, host/acinclude.m4, host/aclocal.m4, host/configure, host/configure.in, host/usbhost.c, host/usbhost.tcl, host/verbose.tcl Host-side support for USB testing * tests/usbtarget.c, tests/common.c, tests/protocol.h: New files containing the target-side testing support and support files. * cdl/usbs.cdl: Add a configuration option to build the target-side testing support. * doc/usbs.sgml, doc/*.html: Document the testing support. Regenerate html. 2001-09-14 Bart Veer <bartv@redhat.com> * doc/usbs.sgml, doc/*.html: Fix the example strings in the enumeration data. Regenerate html. * include/usbs.h: Update the USB testing data structure * src/usbs.c (usbs_handle_standard_control): Fix an assertion for the special case of a USB configuration that defines no endpoints. 2001-08-06 Bart Veer <bartv@redhat.com> * include/usbs.h: Define additional data structures required for USB testing. 2001-06-19 Bart Veer <bartv@redhat.com> * src/usbs.c, include/usbs.h (usbs_devtab_cread): read operations should not take a const buffer 2001-02-02 Bart Veer <bartv@redhat.com> * cdl/usbs.cdl: Add doc property to point at the HTML * doc/usbs.sgml, *.html: Incorporate changes from docs department, regenerate HTML 2001-01-25 Bart Veer <bartv@redhat.com> * src/usbs.c: * include/usbs.h: Only declare the devtab support functions if the I/O package is present, since that provides required data types. * cdl/usbs.cdl: devtab support should be enabled by default iff the I/O package is present. 2001-01-22 Bart Veer <bartv@redhat.com> * doc/usbs.sgml, doc/makefile: Added documentation 2001-01-16 Bart Veer <bartv@redhat.com> * include/usbs.h: * src/usbs.c: Update the start() and poll() functions to match the documentation. 2000-12-15 Bart Veer <bartv@redhat.com> * src/usbs.c: Fix missing return statements. 2000-11-28 Bart Veer <bartv@redhat.com> * cdl/usbs.cdl * include/usbs.h: * usbs.c Update interface to USB device drivers 2000-11-22 Bart Veer <bartv@redhat.com> * include/usbs.h: Fix nested #include protection 2000-11-21 Bart Veer <bartv@redhat.com> * First check-in of eCos USB support. //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 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#### //===========================================================================
