• USB HID Joystick OutPut implementation
    I need confirmation if I have correctly implemented an output report. My descriptor looks like this: /*Endpoint*/ 0x07, /*bLength: Endpoint Descriptor size*/ USB_ENDPOINT_DESCRIPTOR_TYPE, /*bDescriptorType...
  • Host driver for HID device
    Hi I want to interface to a HID USB device. I had thought that I could use the Standard HID driver within the RL-USB library, but it seems that my device does not work with this as the usb_hid_status...
  • composite device msd+hid
    hello my friends! I want to implement Atmel composite device code (msd+hid) on at91sam7s256 . I downloaded the software package and tried to implement usb mass storage first, it worked correctly...