Add raw_hid support to host driver (#25255)
This commit is contained in:
parent
c045c3e00c
commit
88c094908b
12 changed files with 95 additions and 36 deletions
|
@ -41,6 +41,7 @@ void host_mouse_send(report_mouse_t *report);
|
|||
void host_system_send(uint16_t usage);
|
||||
void host_consumer_send(uint16_t usage);
|
||||
void host_programmable_button_send(uint32_t data);
|
||||
void host_raw_hid_send(uint8_t *data, uint8_t length);
|
||||
|
||||
uint16_t host_last_system_usage(void);
|
||||
uint16_t host_last_consumer_usage(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue