Changeset e5291e0 in mainline


Ignore:
Timestamp:
2011-10-18T20:41:25Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d75628da
Parents:
1f131fb9
Message:

Remove the superfluous usbmouse driver.

Files:
6 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    r1f131fb9 re5291e0  
    5151        bus/usb/usbmast \
    5252        bus/usb/usbmid \
    53         bus/usb/usbmouse \
    5453        bus/usb/vhc
    5554
  • uspace/Makefile

    r1f131fb9 re5291e0  
    116116        drv/bus/usb/usbmast \
    117117        drv/bus/usb/usbmid \
    118         drv/bus/usb/usbmouse \
    119118        drv/bus/usb/vhc \
    120119        drv/nic/lo \
  • uspace/doc/doxygroups.h

    r1f131fb9 re5291e0  
    272272
    273273        /**
    274          * @defgroup drvusbmouse USB mouse driver
    275          * @ingroup usb
    276          * @brief USB driver for mouse with boot protocol.
    277          */
    278 
    279         /**
    280274         * @defgroup drvusbmast USB mass storage driver
    281275         * @ingroup usb
Note: See TracChangeset for help on using the changeset viewer.