Changeset bbfa425 in mainline for uspace/drv/usbhid/usbhid.h


Ignore:
Timestamp:
2011-06-01T16:12:03Z (14 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
662da50
Parents:
083adbc (diff), 49ba19d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

last changes from lelian: usb HID core sends parsed reports to HID subdrivers
in ohci root hub: changed message level from info to debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/usbhid.h

    r083adbc rbbfa425  
    5050typedef int (*usb_hid_driver_init_t)(struct usb_hid_dev *, void **data);
    5151typedef void (*usb_hid_driver_deinit_t)(struct usb_hid_dev *, void *data);
    52 typedef bool (*usb_hid_driver_poll_t)(struct usb_hid_dev *, void *data, uint8_t *,
    53                                     size_t);
     52typedef bool (*usb_hid_driver_poll_t)(struct usb_hid_dev *, void *data);
    5453typedef int (*usb_hid_driver_poll_ended_t)(struct usb_hid_dev *, void *data,
    5554                                         bool reason);
     
    9392        /** HID Report parser. */
    9493        usb_hid_report_t *report;
     94       
     95        uint8_t report_id;
    9596       
    9697        uint8_t *input_report;
Note: See TracChangeset for help on using the changeset viewer.