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


Ignore:
Timestamp:
2011-06-01T16:12:03Z (15 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/kbd/kbddev.h

    r083adbc rbbfa425  
    122122int usb_kbd_init(struct usb_hid_dev *hid_dev, void **data);
    123123
    124 bool usb_kbd_polling_callback(struct usb_hid_dev *hid_dev, void *data,
    125                               uint8_t *buffer, size_t buffer_size);
     124bool usb_kbd_polling_callback(struct usb_hid_dev *hid_dev, void *data/*,
     125                              uint8_t *buffer, size_t buffer_size*/);
    126126
    127127int usb_kbd_is_initialized(const usb_kbd_t *kbd_dev);
Note: See TracChangeset for help on using the changeset viewer.