Ignore:
File:
1 edited

Legend:

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

    r31cfee16 r62bd8d3  
    9191       
    9292        /** HID Report parser. */
    93         usb_hid_report_t *report;
    94        
    95         uint8_t *input_report;
    96        
    97         size_t input_report_size;
     93        usb_hid_report_parser_t *parser;
    9894       
    9995        /** Arbitrary data (e.g. a special structure for handling keyboard). */
     
    124120     void *arg);
    125121
    126 //const char *usb_hid_get_function_name(const usb_hid_dev_t *hid_dev);
     122const char *usb_hid_get_function_name(const usb_hid_dev_t *hid_dev);
    127123
    128 //const char *usb_hid_get_class_name(const usb_hid_dev_t *hid_dev);
     124const char *usb_hid_get_class_name(const usb_hid_dev_t *hid_dev);
    129125
    130126void usb_hid_free(usb_hid_dev_t **hid_dev);
Note: See TracChangeset for help on using the changeset viewer.