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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [usb/] [nec_upd985xx/] [v2_0/] [ChangeLog] - Diff between revs 27 and 174

Only display areas with differences | Details | Blame | View Log

Rev 27 Rev 174
2003-02-25  Jonathan Larmour  
2003-02-25  Jonathan Larmour  
        * doc/usbs_upd985xx.sgml: Declare as  not  to get
        * doc/usbs_upd985xx.sgml: Declare as  not  to get
        correct TOC numbering.
        correct TOC numbering.
2003-02-24  Jonathan Larmour  
2003-02-24  Jonathan Larmour  
        * cdl/usbs_upd985xx.cdl: Fix doc link.
        * cdl/usbs_upd985xx.cdl: Fix doc link.
        * doc/usbs_upd985xx.sgml: Comment out DOCTYPE for now to allow building
        * doc/usbs_upd985xx.sgml: Comment out DOCTYPE for now to allow building
        with standard doc build.
        with standard doc build.
        Add an enclosing  so it's structured better with standard
        Add an enclosing  so it's structured better with standard
        doc build.
        doc build.
2003-01-22  Anssi Pulkkinen 
2003-01-22  Anssi Pulkkinen 
        * src/usbs_upd985xx.c (ep0_rx_dsr): After sending a stall response
        * src/usbs_upd985xx.c (ep0_rx_dsr): After sending a stall response
        on ep0, start a new receive process for the next control message.
        on ep0, start a new receive process for the next control message.
2002-12-01  Bart Veer  
2002-12-01  Bart Veer  
        * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
        * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
        Make the control packet size configurable, to work around a
        Make the control packet size configurable, to work around a
        problem detected by USB compliance testing. Based on work
        problem detected by USB compliance testing. Based on work
        by Clark Williams and Andrew Lunn.
        by Clark Williams and Andrew Lunn.
2002-10-26  Bart Veer  
2002-10-26  Bart Veer  
        * src/usbs_upd985xx.c (ep0_rx_dsr):
        * src/usbs_upd985xx.c (ep0_rx_dsr):
        Fix typo in expression, reported by Andrew Lunn. The system's
        Fix typo in expression, reported by Andrew Lunn. The system's
        behaviour should not be affected.
        behaviour should not be affected.
2001-09-20  Bart Veer  
2001-09-20  Bart Veer  
        * src/usbs_upd985xx.c (ep0_init):
        * src/usbs_upd985xx.c (ep0_init):
        During a reset, also reset the tx_in_progress and
        During a reset, also reset the tx_in_progress and
        tx_pending locks. Otherwise if there are ongoing
        tx_pending locks. Otherwise if there are ongoing
        transmits while the host is issuing a reset no
        transmits while the host is issuing a reset no
        further transmits would be possible.
        further transmits would be possible.
2001-09-14  Bart Veer  
2001-09-14  Bart Veer  
        * src/usbs_upd985xx.c:
        * src/usbs_upd985xx.c:
        Various changes related to USB testing. Also include
        Various changes related to USB testing. Also include
        potential work-arounds for some unconfirmed hardware
        potential work-arounds for some unconfirmed hardware
        problems, but these are disabled for now.
        problems, but these are disabled for now.
        * src/usbs_upd985xx.c:
        * src/usbs_upd985xx.c:
        Change how the reset signal interrupt bit gets masked, to
        Change how the reset signal interrupt bit gets masked, to
        cope with the way Windows initializes a new USB device.
        cope with the way Windows initializes a new USB device.
2001-08-09  Bart Veer  
2001-08-09  Bart Veer  
        * doc/usbs_upd985xx.sgml, doc/*.html:
        * doc/usbs_upd985xx.sgml, doc/*.html:
        Updated to describe the driver's current behaviour.
        Updated to describe the driver's current behaviour.
        * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
        * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
        Implement workaround for some hardware problems,
        Implement workaround for some hardware problems,
        by serializing transmit operations.
        by serializing transmit operations.
2001-08-08  Bart Veer  
2001-08-08  Bart Veer  
        * cdl/usbs_upd985xx.cdl, include/usbs_upd985xx.h,
        * cdl/usbs_upd985xx.cdl, include/usbs_upd985xx.h,
          src/usbs_upd985xx.c, src/usbs_upd985xx.cxx:
          src/usbs_upd985xx.c, src/usbs_upd985xx.cxx:
        Implement workarounds for some hardware problems.
        Implement workarounds for some hardware problems.
        1) flush the ibus after every write operation.
        1) flush the ibus after every write operation.
        2) implement support for endpoint 5 transfers, and
        2) implement support for endpoint 5 transfers, and
           optionally for emulating bulk transfers over this
           optionally for emulating bulk transfers over this
           endpoint (normally this endpoint is used for interrupt
           endpoint (normally this endpoint is used for interrupt
           transfers).
           transfers).
        All under the control of suitable configuration options,
        All under the control of suitable configuration options,
        which by default are set to work around the hardware problems.
        which by default are set to work around the hardware problems.
2001-08-06  Bart Veer  
2001-08-06  Bart Veer  
        * src/usbs_upd985xx.c:
        * src/usbs_upd985xx.c:
        Add initial support for USB testing.
        Add initial support for USB testing.
2001-07-02  Bart Veer  
2001-07-02  Bart Veer  
        * doc/usbs_upd985xx.sgml:
        * doc/usbs_upd985xx.sgml:
        Document alignment restrictions for receive buffers, and
        Document alignment restrictions for receive buffers, and
        the optional platform-specific INIT macro.
        the optional platform-specific INIT macro.
        * doc/devs-usb-nec-upd985xx.html
        * doc/devs-usb-nec-upd985xx.html
        Regenerate following above change.
        Regenerate following above change.
        * src/usbs_upd985xx.c:
        * src/usbs_upd985xx.c:
        Remove FIXME related to cacheline alignment, not an issue
        Remove FIXME related to cacheline alignment, not an issue
        for MIPS.
        for MIPS.
        Remove FIXME related to platform-specific USB startup,
        Remove FIXME related to platform-specific USB startup,
        now implemented.
        now implemented.
2001-06-28  Bart Veer  
2001-06-28  Bart Veer  
        * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
        * src/usbs_upd985xx.c, cdl/usbs_upd985xx.cdl:
        Device driver now functional.
        Device driver now functional.
2001-05-22  Bart Veer  
2001-05-22  Bart Veer  
        * USB device driver work started.
        * USB device driver work started.
//===========================================================================
//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
//
//
// eCos is free software; you can redistribute it and/or modify it under
// 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
// 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.
// 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
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for more details.
// for more details.
//
//
// You should have received a copy of the GNU General Public License along
// You should have received a copy of the GNU General Public License along
// with eCos; if not, write to the Free Software Foundation, Inc.,
// with eCos; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
//
//
// As a special exception, if other files instantiate templates or use macros
// 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
// 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
// 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
// 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
// License. However the source code for this file must still be made available
// in accordance with section (3) of the GNU General Public License.
// 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 exception does not invalidate any other reasons why a work based on
// this file might be covered by the GNU General Public License.
// this file might be covered by the GNU General Public License.
//
//
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//####ECOSGPLCOPYRIGHTEND####
//===========================================================================
//===========================================================================
 
 

powered by: WebSVN 2.1.0

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