Changeset 5f9b81af in mainline


Ignore:
Timestamp:
2011-05-25T19:11:14Z (13 years ago)
Author:
Matej Klonfar <maklf@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19a09d2d, 8d3f198
Parents:
1d10ca1
Message:

get report_id function renamed

Location:
uspace/lib/usbhid
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/include/usb/hid/hidparser.h

    r1d10ca1 r5f9b81af  
    8282
    8383/** */
    84 uint8_t usb_hid_report_get_next_report_id(usb_hid_report_t *report,
     84uint8_t usb_hid_get_next_report_id(usb_hid_report_t *report,
    8585                                     uint8_t report_id,
    8686                                     usb_hid_report_type_t type);
  • uspace/lib/usbhid/src/hidparser.c

    r1d10ca1 r5f9b81af  
    570570 * @retval report_id otherwise
    571571 */
    572 uint8_t usb_hid_report_get_next_report_id(usb_hid_report_t *report,
     572uint8_t usb_hid_get_next_report_id(usb_hid_report_t *report,
    573573        uint8_t report_id, usb_hid_report_type_t type)
    574574{
Note: See TracChangeset for help on using the changeset viewer.