*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40403
This commit is contained in:
parent
f3f6cd3540
commit
2d3904c3e4
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue