Ignore:
Timestamp:
2011-05-27T09:27:02Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81d2f6a
Parents:
3c9eb46
Message:

Sending event number in get_event() interface + control in mkbd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usbhid_iface.h

    r3c9eb46 r266fcd8  
    109109         */
    110110        int (*get_event)(ddf_fun_t *fun, uint8_t *buffer, size_t size,
    111             size_t *act_size, unsigned int flags);
     111            size_t *act_size, int *event_nr, unsigned int flags);
    112112       
    113113        /** Get size of the report descriptor in bytes.
Note: See TracChangeset for help on using the changeset viewer.