1 |
27 |
unneback |
2003-02-25 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* doc/usbs.sgml: Declare as not to get
|
4 |
|
|
correct TOC numbering.
|
5 |
|
|
|
6 |
|
|
2003-02-24 Jonathan Larmour
|
7 |
|
|
|
8 |
|
|
* cdl/usbs.cdl: Update doc links.
|
9 |
|
|
|
10 |
|
|
* doc/usbs.sgml: Comment out DOCTYPE for now to allow building
|
11 |
|
|
with standard doc build.
|
12 |
|
|
|
13 |
|
|
2003-02-12 Bart Veer
|
14 |
|
|
|
15 |
|
|
* host/Makefile.in, host/configure:
|
16 |
|
|
Regenerate after toplevel acinclude.m4 update
|
17 |
|
|
|
18 |
|
|
2002-09-23 Bart Veer
|
19 |
|
|
|
20 |
|
|
* host/configure.in:
|
21 |
|
|
Only build if the required Linux kernel support is present.
|
22 |
|
|
|
23 |
|
|
2002-09-21 Bart Veer
|
24 |
|
|
|
25 |
|
|
* host/usbhost.c:
|
26 |
|
|
Avoid const compatibility problems with Tcl 8.4
|
27 |
|
|
|
28 |
|
|
2002-01-23 Bart Veer
|
29 |
|
|
|
30 |
|
|
* host/Makefile.am, host/Makefile.in, host/acinclude.m4,
|
31 |
|
|
host/aclocal.m4, host/configure, host/configure.in,
|
32 |
|
|
host/usbhost.c, host/usbhost.tcl, host/verbose.tcl
|
33 |
|
|
Host-side support for USB testing
|
34 |
|
|
|
35 |
|
|
* tests/usbtarget.c, tests/common.c, tests/protocol.h:
|
36 |
|
|
New files containing the target-side testing support and
|
37 |
|
|
support files.
|
38 |
|
|
|
39 |
|
|
* cdl/usbs.cdl:
|
40 |
|
|
Add a configuration option to build the target-side testing
|
41 |
|
|
support.
|
42 |
|
|
|
43 |
|
|
* doc/usbs.sgml, doc/*.html:
|
44 |
|
|
Document the testing support. Regenerate html.
|
45 |
|
|
|
46 |
|
|
2001-09-14 Bart Veer
|
47 |
|
|
|
48 |
|
|
* doc/usbs.sgml, doc/*.html:
|
49 |
|
|
Fix the example strings in the enumeration data.
|
50 |
|
|
Regenerate html.
|
51 |
|
|
|
52 |
|
|
* include/usbs.h:
|
53 |
|
|
Update the USB testing data structure
|
54 |
|
|
|
55 |
|
|
* src/usbs.c (usbs_handle_standard_control):
|
56 |
|
|
Fix an assertion for the special case of a USB configuration that
|
57 |
|
|
defines no endpoints.
|
58 |
|
|
|
59 |
|
|
2001-08-06 Bart Veer
|
60 |
|
|
|
61 |
|
|
* include/usbs.h:
|
62 |
|
|
Define additional data structures required for USB testing.
|
63 |
|
|
|
64 |
|
|
2001-06-19 Bart Veer
|
65 |
|
|
|
66 |
|
|
* src/usbs.c, include/usbs.h (usbs_devtab_cread):
|
67 |
|
|
read operations should not take a const buffer
|
68 |
|
|
|
69 |
|
|
2001-02-02 Bart Veer
|
70 |
|
|
|
71 |
|
|
* cdl/usbs.cdl:
|
72 |
|
|
Add doc property to point at the HTML
|
73 |
|
|
|
74 |
|
|
* doc/usbs.sgml, *.html:
|
75 |
|
|
Incorporate changes from docs department, regenerate HTML
|
76 |
|
|
|
77 |
|
|
2001-01-25 Bart Veer
|
78 |
|
|
|
79 |
|
|
* src/usbs.c:
|
80 |
|
|
* include/usbs.h:
|
81 |
|
|
Only declare the devtab support functions if the I/O package is
|
82 |
|
|
present, since that provides required data types.
|
83 |
|
|
|
84 |
|
|
* cdl/usbs.cdl:
|
85 |
|
|
devtab support should be enabled by default iff the I/O package is
|
86 |
|
|
present.
|
87 |
|
|
|
88 |
|
|
2001-01-22 Bart Veer
|
89 |
|
|
|
90 |
|
|
* doc/usbs.sgml, doc/makefile:
|
91 |
|
|
Added documentation
|
92 |
|
|
|
93 |
|
|
2001-01-16 Bart Veer
|
94 |
|
|
|
95 |
|
|
* include/usbs.h:
|
96 |
|
|
* src/usbs.c:
|
97 |
|
|
Update the start() and poll() functions to match the documentation.
|
98 |
|
|
|
99 |
|
|
2000-12-15 Bart Veer
|
100 |
|
|
|
101 |
|
|
* src/usbs.c:
|
102 |
|
|
Fix missing return statements.
|
103 |
|
|
|
104 |
|
|
2000-11-28 Bart Veer
|
105 |
|
|
|
106 |
|
|
* cdl/usbs.cdl
|
107 |
|
|
* include/usbs.h:
|
108 |
|
|
* usbs.c
|
109 |
|
|
Update interface to USB device drivers
|
110 |
|
|
|
111 |
|
|
2000-11-22 Bart Veer
|
112 |
|
|
|
113 |
|
|
* include/usbs.h: Fix nested #include protection
|
114 |
|
|
|
115 |
|
|
2000-11-21 Bart Veer
|
116 |
|
|
|
117 |
|
|
* First check-in of eCos USB support.
|
118 |
|
|
|
119 |
|
|
//===========================================================================
|
120 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
121 |
|
|
// -------------------------------------------
|
122 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
123 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
124 |
|
|
//
|
125 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
126 |
|
|
// the terms of the GNU General Public License as published by the Free
|
127 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
128 |
|
|
//
|
129 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
130 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
131 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
132 |
|
|
// for more details.
|
133 |
|
|
//
|
134 |
|
|
// You should have received a copy of the GNU General Public License along
|
135 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
136 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
137 |
|
|
//
|
138 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
139 |
|
|
// or inline functions from this file, or you compile this file and link it
|
140 |
|
|
// with other works to produce a work based on this file, this file does not
|
141 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
142 |
|
|
// License. However the source code for this file must still be made available
|
143 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
144 |
|
|
//
|
145 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
146 |
|
|
// this file might be covered by the GNU General Public License.
|
147 |
|
|
//
|
148 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
149 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
150 |
|
|
// -------------------------------------------
|
151 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
152 |
|
|
//===========================================================================
|