OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [io/] [usb/] [slave/] [current/] [ChangeLog] - Blame information for rev 825

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2010-10-26  John Dallaway  
2
 
3
        * src/usbs.c, include/usbs.h: Extend usbs_control_endpoint struct and
4
        provide usbs_get_*_endpoint() functions to facilitate dynamic data
5
        endpoint configuration. Contributed by Chris Holgate.
6
        [ Bugzilla 1001024]
7
        * doc/usbs.sgml: Document the above changes.
8
        * cdl/usbs.cdl: Fix erroneous CYGPKG_IO_USB_SLAVE_TESTS display
9
        string.
10
 
11
2008-08-28  Bart Veer  
12
 
13
        * host/configure: regenerate after update of Tcl macro
14
 
15
2008-08-20  Bart Veer  
16
 
17
        * host/configure: regenerate after update of Tcl macro
18
 
19
2008-08-18  Bart Veer  
20
 
21
        * host/Makefile.am, host/configure.in: update host-side configury
22
        * host/Makefile.in, host/aclocal.m4, host/config.h.in,
23
        host/configure, host/stamp-h.in: regenerate.
24
        * host/acconfig.h: removed, no longer needed.
25
 
26
2008-08-13  Bart Veer  
27
 
28
        * host/usbhost.c: insist on the GNU version of strerror_r().
29
        Use the right header file for current Linux systems.
30
        * host/usbchmod.c: avoid compiler warning.
31
 
32
2006-05-07  Andrew Lunn  
33
 
34
        * host/bulk-boundaries.tcl(New): test bulk transfers at
35
        boundary cases.
36
        * doc/usbs.sgml: Documentation of bulk-boundaries.tcl test.
37
 
38
2006-04-23  Andrew Lunn  
39
 
40
        * doc/usbs-testing.html: Correct "format" for "data" when
41
        specifiying what the data in the USB message will contain.
42
 
43
2006-04-16  Andrew Lunn  
44
 
45
        * host/usbhost.c (tcl_run): Fix compiler warnings
46
        * host/usbhost.c (pool_function): sem_wait can exit with a
47
        EINTR. If so loop and try again.
48
 
49
        * host/usbchmod.c (usb_scan_devices) propergate previous fix from
50
        usbhost.c
51
 
52
2006-04-16  Frank Pagliughi 
53
 
54
        *host/usbhost.c (usb_scan_devices) Fix parsing EOL for FC4 and
55
        others.
56
 
57
2006-03-10  Bart Veer  
58
 
59
        * src/usbs.c (usbs_devtab_cwrite, usbs_devtab_cwrite): add
60
        DSR locking
61
 
62
2005-06-26  Bart Veer  
63
 
64
        * host/usbhost.c, host/configure.in: cope with incompatible
65
        changes to the system header 
66
 
67
        * host/acconfig.h: new file to support the above
68
 
69
        * host/Makefile.in, host/aclocal.m4, host/config.h.in,
70
        host/configure, host/stamp-h.in: regenerate
71
 
72
2003-03-27  Bart Veer  
73
 
74
        * host/Makefile.am, host/Makefile.in:
75
        $(bindir) may not exist yet, so create it if necessary.
76
 
77
2003-02-25  Jonathan Larmour  
78
 
79
        * doc/usbs.sgml: Declare as  not  to get
80
        correct TOC numbering.
81
 
82
2003-02-24  Jonathan Larmour  
83
 
84
        * cdl/usbs.cdl: Update doc links.
85
 
86
        * doc/usbs.sgml: Comment out DOCTYPE for now to allow building
87
        with standard doc build.
88
 
89
2003-02-12  Bart Veer  
90
 
91
        * host/Makefile.in, host/configure:
92
        Regenerate after toplevel acinclude.m4 update
93
 
94
2002-09-23  Bart Veer  
95
 
96
        * host/configure.in:
97
        Only build if the required Linux kernel support is present.
98
 
99
2002-09-21  Bart Veer  
100
 
101
        * host/usbhost.c:
102
        Avoid const compatibility problems with Tcl 8.4
103
 
104
2002-01-23  Bart Veer  
105
 
106
        * host/Makefile.am, host/Makefile.in, host/acinclude.m4,
107
          host/aclocal.m4, host/configure, host/configure.in,
108
          host/usbhost.c, host/usbhost.tcl, host/verbose.tcl
109
        Host-side support for USB testing
110
 
111
        * tests/usbtarget.c, tests/common.c, tests/protocol.h:
112
        New files containing the target-side testing support and
113
        support files.
114
 
115
        * cdl/usbs.cdl:
116
        Add a configuration option to build the target-side testing
117
        support.
118
 
119
        * doc/usbs.sgml, doc/*.html:
120
        Document the testing support. Regenerate html.
121
 
122
2001-09-14  Bart Veer  
123
 
124
        * doc/usbs.sgml, doc/*.html:
125
        Fix the example strings in the enumeration data.
126
        Regenerate html.
127
 
128
        * include/usbs.h:
129
        Update the USB testing data structure
130
 
131
        * src/usbs.c (usbs_handle_standard_control):
132
        Fix an assertion for the special case of a USB configuration that
133
        defines no endpoints.
134
 
135
2001-08-06  Bart Veer  
136
 
137
        * include/usbs.h:
138
        Define additional data structures required for USB testing.
139
 
140
2001-06-19  Bart Veer  
141
 
142
        * src/usbs.c, include/usbs.h (usbs_devtab_cread):
143
        read operations should not take a const buffer
144
 
145
2001-02-02  Bart Veer  
146
 
147
        * cdl/usbs.cdl:
148
        Add doc property to point at the HTML
149
 
150
        * doc/usbs.sgml, *.html:
151
        Incorporate changes from docs department, regenerate HTML
152
 
153
2001-01-25  Bart Veer  
154
 
155
        * src/usbs.c:
156
        * include/usbs.h:
157
        Only declare the devtab support functions if the I/O package is
158
        present, since that provides required data types.
159
 
160
        * cdl/usbs.cdl:
161
        devtab support should be enabled by default iff the I/O package is
162
        present.
163
 
164
2001-01-22  Bart Veer  
165
 
166
        * doc/usbs.sgml, doc/makefile:
167
        Added documentation
168
 
169
2001-01-16  Bart Veer  
170
 
171
        * include/usbs.h:
172
        * src/usbs.c:
173
        Update the start() and poll() functions to match the documentation.
174
 
175
2000-12-15  Bart Veer  
176
 
177
        * src/usbs.c:
178
        Fix missing return statements.
179
 
180
2000-11-28  Bart Veer  
181
 
182
        * cdl/usbs.cdl
183
        * include/usbs.h:
184
        * usbs.c
185
        Update interface to USB device drivers
186
 
187
2000-11-22  Bart Veer  
188
 
189
        * include/usbs.h: Fix nested #include protection
190
 
191
2000-11-21  Bart Veer  
192
 
193
        * First check-in of eCos USB support.
194
 
195
//===========================================================================
196
// ####GPLCOPYRIGHTBEGIN####
197
// -------------------------------------------
198
// This file is part of eCos, the Embedded Configurable Operating System.
199
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc.
200
//
201
// This program is free software; you can redistribute it and/or modify
202
// it under the terms of the GNU General Public License as published by
203
// the Free Software Foundation; either version 2 or (at your option) any
204
// later version.
205
//
206
// This program is distributed in the hope that it will be useful, but
207
// WITHOUT ANY WARRANTY; without even the implied warranty of
208
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
209
// General Public License for more details.
210
//
211
// You should have received a copy of the GNU General Public License
212
// along with this program; if not, write to the
213
// Free Software Foundation, Inc., 51 Franklin Street,
214
// Fifth Floor, Boston, MA  02110-1301, USA.
215
// -------------------------------------------
216
// ####GPLCOPYRIGHTEND####
217
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.