changeset 402 | 7efee6e36f00 |
parent 401 | 19f9079728f9 |
child 403 | 8d431937739d |
401:19f9079728f9 | 402:7efee6e36f00 |
---|---|
1571 #include <libusbhid.h> |
1571 #include <libusbhid.h> |
1572 #endif |
1572 #endif |
1573 ],[ |
1573 ],[ |
1574 struct report_desc *repdesc; |
1574 struct report_desc *repdesc; |
1575 struct usb_ctl_report *repbuf; |
1575 struct usb_ctl_report *repbuf; |
1576 enum hid_kind hidkind; |
1576 hid_kind_t hidkind; |
1577 ],[ |
1577 ],[ |
1578 have_usbhid=yes |
1578 have_usbhid=yes |
1579 ]) |
1579 ]) |
1580 AC_MSG_RESULT($have_usbhid) |
1580 AC_MSG_RESULT($have_usbhid) |
1581 |
1581 |