Changeset fd5fed8 in mainline


Ignore:
Timestamp:
2011-03-02T19:15:08Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
103ae7f8
Parents:
8d4b844
Message:

USB mouse driver in mouse class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbmouse/init.c

    r8d4b844 rfd5fed8  
    149149        }
    150150
     151        /* Add the function to mouse class. */
     152        rc = ddf_fun_add_to_class(mouse->mouse_fun, "mouse");
     153        if (rc != EOK) {
     154                goto leave;
     155        }
     156
    151157        /* Everything allright. */
    152158        dev->driver_data = mouse;
Note: See TracChangeset for help on using the changeset viewer.