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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [usb/] [nec_upd985xx/] [current/] [ChangeLog] - Blame information for rev 856

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

Line No. Rev Author Line
1 786 skrzyp
2003-02-25  Jonathan Larmour  
2
 
3
        * doc/usbs_upd985xx.sgml: Declare as  not  to get
4
        correct TOC numbering.
5
 
6
2003-02-24  Jonathan Larmour  
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  so it's structured better with standard
13
        doc build.
14
 
15
2003-01-22  Anssi Pulkkinen 
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  
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  
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  
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  
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  
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  
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  
75
 
76
        * src/usbs_upd985xx.c:
77
        Add initial support for USB testing.
78
 
79
2001-07-02  Bart Veer  
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  
95
 
96
        * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
97
        Device driver now functional.
98
 
99
2001-05-22  Bart Veer  
100
 
101
        * USB device driver work started.
102
 
103
//===========================================================================
104
// ####GPLCOPYRIGHTBEGIN####
105
// -------------------------------------------
106
// This file is part of eCos, the Embedded Configurable Operating System.
107
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
108
//
109
// This program is free software; you can redistribute it and/or modify
110
// it under the terms of the GNU General Public License as published by
111
// the Free Software Foundation; either version 2 or (at your option) any
112
// later version.
113
//
114
// This program is distributed in the hope that it will be useful, but
115
// WITHOUT ANY WARRANTY; without even the implied warranty of
116
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
117
// General Public License for more details.
118
//
119
// You should have received a copy of the GNU General Public License
120
// along with this program; if not, write to the
121
// Free Software Foundation, Inc., 51 Franklin Street,
122
// Fifth Floor, Boston, MA  02110-1301, USA.
123
// -------------------------------------------
124
// ####GPLCOPYRIGHTEND####
125
//===========================================================================

powered by: WebSVN 2.1.0

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