Fix communication with devices

This commit is contained in:
2016-02-18 06:25:47 -08:00
parent 53fec8ac43
commit 5b552cdc5d
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ class HIDDeviceUdev final : public IHIDDevice
{
usbdevfs_bulktransfer xfer =
{
m_usbIntfOutPipe | USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE,
m_usbIntfOutPipe | USB_DIR_OUT,
(unsigned)length,
30,
(void*)data