Changeset 0c0f5a5d in mainline for uspace/drv/ehci-hcd/main.c


Ignore:
Timestamp:
2011-03-08T21:30:48Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0964800
Parents:
18e9eeb (diff), a8e98498 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Development branch changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ehci-hcd/main.c

    r18e9eeb r0c0f5a5d  
    11/*
    2  * Copyright (c) 2011 Vojtech Horky, Jan Vesely
     2 * Copyright (c) 2011 Jan Vesely
     3 * Copyright (c) 2011 Vojtech Horky
    34 * All rights reserved.
    45 *
     
    2627 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2728 */
    28 /** @addtogroup usb
     29/** @addtogroup usbdrvehci
    2930 * @{
    3031 */
    3132/** @file
    32  * @brief UHCI driver
     33 * Main routines of EHCI driver.
    3334 */
    3435#include <ddf/driver.h>
Note: See TracChangeset for help on using the changeset viewer.