]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/usb/nec_upd985xx/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / usb / nec_upd985xx / v2_0 / ChangeLog
1 2003-02-25  Jonathan Larmour  <jifl@eCosCentric.com>
2
3         * doc/usbs_upd985xx.sgml: Declare as <part> not <reference> to get
4         correct TOC numbering.
5
6 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
7
8         * cdl/usbs_upd985xx.cdl: Fix doc link.
9
10         * doc/usbs_upd985xx.sgml: Comment out DOCTYPE for now to allow building
11         with standard doc build.
12         Add an enclosing <reference> so it's structured better with standard
13         doc build.
14
15 2003-01-22  Anssi Pulkkinen <anssi.pulkkinen@ascom.ch>
16
17         * src/usbs_upd985xx.c (ep0_rx_dsr): After sending a stall response
18         on ep0, start a new receive process for the next control message.
19
20 2002-12-01  Bart Veer  <bartv@ecoscentric.com>
21
22         * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
23         Make the control packet size configurable, to work around a
24         problem detected by USB compliance testing. Based on work
25         by Clark Williams and Andrew Lunn.
26
27 2002-10-26  Bart Veer  <bartv@ecoscentric.com>
28
29         * src/usbs_upd985xx.c (ep0_rx_dsr):
30         Fix typo in expression, reported by Andrew Lunn. The system's
31         behaviour should not be affected.
32
33 2001-09-20  Bart Veer  <bartv@redhat.com>
34
35         * src/usbs_upd985xx.c (ep0_init):
36         During a reset, also reset the tx_in_progress and
37         tx_pending locks. Otherwise if there are ongoing
38         transmits while the host is issuing a reset no
39         further transmits would be possible.
40
41 2001-09-14  Bart Veer  <bartv@redhat.com>
42
43         * src/usbs_upd985xx.c:
44         Various changes related to USB testing. Also include
45         potential work-arounds for some unconfirmed hardware
46         problems, but these are disabled for now.
47         
48         * src/usbs_upd985xx.c: 
49         Change how the reset signal interrupt bit gets masked, to
50         cope with the way Windows initializes a new USB device.
51
52 2001-08-09  Bart Veer  <bartv@redhat.com>
53
54         * doc/usbs_upd985xx.sgml, doc/*.html:
55         Updated to describe the driver's current behaviour.
56
57         * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
58         Implement workaround for some hardware problems,
59         by serializing transmit operations.
60
61 2001-08-08  Bart Veer  <bartv@redhat.com>
62
63         * cdl/usbs_upd985xx.cdl, include/usbs_upd985xx.h,
64           src/usbs_upd985xx.c, src/usbs_upd985xx.cxx:
65         Implement workarounds for some hardware problems.
66         1) flush the ibus after every write operation.
67         2) implement support for endpoint 5 transfers, and
68            optionally for emulating bulk transfers over this
69            endpoint (normally this endpoint is used for interrupt
70            transfers).
71         All under the control of suitable configuration options,
72         which by default are set to work around the hardware problems.
73
74 2001-08-06  Bart Veer  <bartv@redhat.com>
75
76         * src/usbs_upd985xx.c:
77         Add initial support for USB testing.
78
79 2001-07-02  Bart Veer  <bartv@redhat.com>
80
81         * doc/usbs_upd985xx.sgml:
82         Document alignment restrictions for receive buffers, and
83         the optional platform-specific INIT macro.
84
85         * doc/devs-usb-nec-upd985xx.html
86         Regenerate following above change.
87         
88         * src/usbs_upd985xx.c:
89         Remove FIXME related to cacheline alignment, not an issue
90         for MIPS.
91         Remove FIXME related to platform-specific USB startup,
92         now implemented.
93
94 2001-06-28  Bart Veer  <bartv@redhat.com>
95
96         * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
97         Device driver now functional.
98
99 2001-05-22  Bart Veer  <bartv@redhat.com>
100
101         * USB device driver work started.
102
103 //===========================================================================
104 //####ECOSGPLCOPYRIGHTBEGIN####
105 // -------------------------------------------
106 // This file is part of eCos, the Embedded Configurable Operating System.
107 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
108 //
109 // eCos is free software; you can redistribute it and/or modify it under
110 // the terms of the GNU General Public License as published by the Free
111 // Software Foundation; either version 2 or (at your option) any later version.
112 //
113 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
114 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
115 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
116 // for more details.
117 //
118 // You should have received a copy of the GNU General Public License along
119 // with eCos; if not, write to the Free Software Foundation, Inc.,
120 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
121 //
122 // As a special exception, if other files instantiate templates or use macros
123 // or inline functions from this file, or you compile this file and link it
124 // with other works to produce a work based on this file, this file does not
125 // by itself cause the resulting work to be covered by the GNU General Public
126 // License. However the source code for this file must still be made available
127 // in accordance with section (3) of the GNU General Public License.
128 //
129 // This exception does not invalidate any other reasons why a work based on
130 // this file might be covered by the GNU General Public License.
131 //
132 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
133 // at http://sources.redhat.com/ecos/ecos-license/
134 // -------------------------------------------
135 //####ECOSGPLCOPYRIGHTEND####
136 //===========================================================================