Changeset 6d605e6 in mainline for uspace/srv/hid/input/generic/input.c


Ignore:
Timestamp:
2011-08-16T16:47:38Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cce8a83
Parents:
1f419ecf
Message:

remove forgotten header include for debugging purposes
cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/generic/input.c

    r1f419ecf r6d605e6  
    488488 *
    489489 */
    490 #include <sys/typefmt.h>
    491490static int dev_discovery_fibril(void *arg)
    492491{
     
    615614        /* Add legacy keyboard devices. */
    616615        kbd_add_legacy_devs();
    617 
     616       
    618617        /* Add legacy mouse devices. */
    619618        mouse_add_legacy_devs();
Note: See TracChangeset for help on using the changeset viewer.