• Asymmetric sized USB HID IN and OUT reports
    I trying to make the OUT report size 1 while the IN report size 2 or more. Can this be done? Right now I have modified the descriptors and the client. The client sends the messages AFAIK. But device...
  • Asymmetric sized USB HID IN and OUT reports
    I trying to make the OUT report size 1 while the IN report size 2 or more. Can this be done? Right now I have modified the descriptors and the client. The client sends the messages AFAIK. But device...
  • USB HID IN & OUT Reports through Control & Interrupt transfer
    Hi, dig around with/for HID reports, i ran into a strange problem within a WinXP test application that i wrote. Following configuration: 1 (non compound) device with 1 config with 1 interface...
  • USB HID IN & OUT Reports through Control & Interrupt transfer
    Hi, dig around with/for HID reports, i ran into a strange problem within a WinXP test application that i wrote. Following configuration: 1 (non compound) device with 1 config with 1 interface...
  • USB HID - Control Transfer - How to send an IN Report
    Hi, I'm trying to modify the HID example in order to send IN Report in control transfer mode. So I change this : /* Endpoint, HID Interrupt In */ USB_ENDPOINT_DESC_SIZE, /* bLength */ USB_ENDPOINT_DESCRIPTOR_TYPE...