Ignore:
File:
1 edited

Legend:

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

    r5a6cc679 rb7fd2a0  
    4343#include <usb/dev/pipes.h>
    4444#include <usb/dev/driver.h>
    45 #include <usb/dev/poll.h>
    4645#include <usb/hid/hid.h>
    4746#include <stdbool.h>
     
    107106        usb_endpoint_mapping_t *poll_pipe_mapping;
    108107
    109         /** Device polling structure. */
    110         usb_polling_t polling;
    111 
    112108        /** Subdrivers. */
    113109        usb_hid_subdriver_t *subdrivers;
     
    142138void usb_hid_deinit(usb_hid_dev_t *hid_dev);
    143139
     140bool usb_hid_polling_callback(usb_device_t *dev,
     141    uint8_t *buffer, size_t buffer_size, void *arg);
     142
     143void usb_hid_polling_ended_callback(usb_device_t *dev, bool reason, void *arg);
     144
    144145void usb_hid_new_report(usb_hid_dev_t *hid_dev);
    145146
Note: See TracChangeset for help on using the changeset viewer.