Changeset 0969e45e in mainline


Ignore:
Timestamp:
2011-03-07T18:27:04Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1d115c8
Parents:
3b271e3
Message:

Removal of UHCI comments from EHCI driver

Location:
uspace
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uspace/doc/doxygroups.h

    r3b271e3 r0969e45e  
    256256         */
    257257
     258        /**
     259         * @defgroup drvusbehci EHCI driver
     260         * @ingroup usb
     261         * @brief Driver for EHCI host controller.
     262         */
     263
     264
  • uspace/drv/ehci-hcd/main.c

    r3b271e3 r0969e45e  
    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>
  • uspace/drv/ehci-hcd/pci.c

    r3b271e3 r0969e45e  
    2727 */
    2828/**
    29  * @addtogroup drvusbuhci
     29 * @addtogroup drvusbehci
    3030 * @{
    3131 */
    3232/**
    3333 * @file
    34  * PCI related functions needed by the UHCI driver.
     34 * PCI related functions needed by the EHCI driver.
    3535 */
    3636#include <errno.h>
  • uspace/drv/ehci-hcd/pci.h

    r3b271e3 r0969e45e  
    11/*
    2  * Copyright (c) 2010 Vojtech Horky
     2 * Copyright (c) 2011 Vojtech Horky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup drvusbuhci
     29/** @addtogroup drvusbehci
    3030 * @{
    3131 */
    3232/** @file
    33  * @brief UHCI driver
     33 * PCI related functions needed by EHCI driver.
    3434 */
    35 #ifndef DRV_UHCI_PCI_H
    36 #define DRV_UHCI_PCI_H
     35#ifndef DRV_EHCI_PCI_H
     36#define DRV_EHCI_PCI_H
    3737
    3838#include <ddf/driver.h>
Note: See TracChangeset for help on using the changeset viewer.