Ignore:
Timestamp:
2011-06-11T22:06:47Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f3f9659
Parents:
56ad818
Message:

Allow keyboard server to handle more than one driver at the same time.

File:
1 edited

Legend:

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

    r56ad818 r9be360ee  
    4040#include <kbd_port.h>
    4141
    42 typedef struct {
     42struct kbd_dev;
     43
     44typedef struct kbd_ctl_ops {
    4345        void (*parse_scancode)(int);
    44         int (*init)(kbd_port_ops_t *);
     46        int (*init)(struct kbd_dev *);
    4547        void (*set_ind)(unsigned);
    4648} kbd_ctl_ops_t;
Note: See TracChangeset for help on using the changeset viewer.