summaryrefslogtreecommitdiff
path: root/ecos/packages/devs/usb/nec_upd985xx/current/ChangeLog
blob: 1cc1ef172ba0feb28a04f35f40a92c04be6ff13e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
2003-02-25  Jonathan Larmour  <jifl@eCosCentric.com>

	* doc/usbs_upd985xx.sgml: Declare as <part> not <reference> to get
	correct TOC numbering.

2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/usbs_upd985xx.cdl: Fix doc link.

	* doc/usbs_upd985xx.sgml: Comment out DOCTYPE for now to allow building
	with standard doc build.
	Add an enclosing <reference> so it's structured better with standard
	doc build.

2003-01-22  Anssi Pulkkinen <anssi.pulkkinen@ascom.ch>

	* src/usbs_upd985xx.c (ep0_rx_dsr): After sending a stall response
	on ep0, start a new receive process for the next control message.

2002-12-01  Bart Veer  <bartv@ecoscentric.com>

	* src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
	Make the control packet size configurable, to work around a
	problem detected by USB compliance testing. Based on work
	by Clark Williams and Andrew Lunn.

2002-10-26  Bart Veer  <bartv@ecoscentric.com>

	* src/usbs_upd985xx.c (ep0_rx_dsr):
	Fix typo in expression, reported by Andrew Lunn. The system's
	behaviour should not be affected.

2001-09-20  Bart Veer  <bartv@redhat.com>

	* src/usbs_upd985xx.c (ep0_init):
	During a reset, also reset the tx_in_progress and
	tx_pending locks. Otherwise if there are ongoing
	transmits while the host is issuing a reset no
	further transmits would be possible.

2001-09-14  Bart Veer  <bartv@redhat.com>

	* src/usbs_upd985xx.c:
	Various changes related to USB testing. Also include
	potential work-arounds for some unconfirmed hardware
	problems, but these are disabled for now.
	
	* src/usbs_upd985xx.c: 
	Change how the reset signal interrupt bit gets masked, to
	cope with the way Windows initializes a new USB device.

2001-08-09  Bart Veer  <bartv@redhat.com>

	* doc/usbs_upd985xx.sgml, doc/*.html:
	Updated to describe the driver's current behaviour.

	* src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
	Implement workaround for some hardware problems,
	by serializing transmit operations.

2001-08-08  Bart Veer  <bartv@redhat.com>

	* cdl/usbs_upd985xx.cdl, include/usbs_upd985xx.h,
	  src/usbs_upd985xx.c, src/usbs_upd985xx.cxx:
	Implement workarounds for some hardware problems.
	1) flush the ibus after every write operation.
	2) implement support for endpoint 5 transfers, and
	   optionally for emulating bulk transfers over this
	   endpoint (normally this endpoint is used for interrupt
	   transfers).
        All under the control of suitable configuration options,
	which by default are set to work around the hardware problems.

2001-08-06  Bart Veer  <bartv@redhat.com>

	* src/usbs_upd985xx.c:
	Add initial support for USB testing.

2001-07-02  Bart Veer  <bartv@redhat.com>

	* doc/usbs_upd985xx.sgml:
	Document alignment restrictions for receive buffers, and
	the optional platform-specific INIT macro.

	* doc/devs-usb-nec-upd985xx.html
	Regenerate following above change.
	
	* src/usbs_upd985xx.c:
	Remove FIXME related to cacheline alignment, not an issue
	for MIPS.
	Remove FIXME related to platform-specific USB startup,
	now implemented.

2001-06-28  Bart Veer  <bartv@redhat.com>

	* src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
	Device driver now functional.

2001-05-22  Bart Veer  <bartv@redhat.com>

	* USB device driver work started.

//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
//
// eCos 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.
//
// eCos 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 eCos; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
//
// As a special exception, if other files instantiate templates or use macros
// or inline functions from this file, or you compile this file and link it
// with other works to produce a work based on this file, this file does not
// by itself cause the resulting work to be covered by the GNU General Public
// License. However the source code for this file must still be made available
// in accordance with section (3) of the GNU General Public License.
//
// This exception does not invalidate any other reasons why a work based on
// this file might be covered by the GNU General Public License.
//
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//===========================================================================