Mercurial > ecos
view packages/io/usb/slave/current/ChangeLog @ 184:022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
| author | jlarmour |
|---|---|
| date | Tue, 02 Oct 2001 18:28:24 +0000 |
| parents | 4c750ce71ae3 |
| children | e0c0827131d1 |
line wrap: on
line source
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. //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 2000, 2001 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
