Ignore:
File:
1 edited

Legend:

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

    r19e0560e r8fb45e08  
    5555                                         bool reason);
    5656
     57// TODO: add function and class name??
    5758typedef struct usb_hid_subdriver {     
    5859        /** Function to be called when initializing HID device. */
     
    125126     void *arg);
    126127
     128//const char *usb_hid_get_function_name(const usb_hid_dev_t *hid_dev);
     129
     130//const char *usb_hid_get_class_name(const usb_hid_dev_t *hid_dev);
     131
    127132void usb_hid_new_report(usb_hid_dev_t *hid_dev);
    128133
    129134int usb_hid_report_number(usb_hid_dev_t *hid_dev);
     135
     136//void usb_hid_report_received(void);
     137
     138//bool usb_hid_report_ready(void);
    130139
    131140void usb_hid_free(usb_hid_dev_t **hid_dev);
Note: See TracChangeset for help on using the changeset viewer.