mirror of
https://github.com/yawut/SDL.git
synced 2026-06-21 11:59:49 -05:00
*** empty log message ***
This commit is contained in:
parent
3e37cc966f
commit
e9dcc98479
|
|
@ -1573,7 +1573,7 @@ CheckUSBHID()
|
|||
],[
|
||||
struct report_desc *repdesc;
|
||||
struct usb_ctl_report *repbuf;
|
||||
enum hid_kind hidkind;
|
||||
hid_kind_t hidkind;
|
||||
],[
|
||||
have_usbhid=yes
|
||||
])
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ struct report {
|
|||
|
||||
static struct {
|
||||
int uhid_report;
|
||||
enum hid_kind kind;
|
||||
hid_kind_t kind;
|
||||
const char *name;
|
||||
} const repinfo[] = {
|
||||
{ UHID_INPUT_REPORT, hid_input, "input" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user