Changeset af897ff0 in mainline for uspace/srv/hid/kbd/include


Ignore:
Timestamp:
2011-06-12T14:51:24Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f88293
Parents:
f2f99ae
Message:

Let kbd server discover new devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/kbd/include/kbd.h

    rf2f99ae raf897ff0  
    4242#include <bool.h>
    4343
     44#define NAME       "kbd"
     45#define NAMESPACE  "hid_in"
     46
    4447struct kbd_port_ops;
    4548struct kbd_ctl_ops;
     
    4851        /** Link to kbd_devs list */
    4952        link_t kbd_devs;
     53
     54        /** Path to the device (only for kbdev devices) */
     55        const char *dev_path;
    5056
    5157        /** Port ops */
Note: See TracChangeset for help on using the changeset viewer.