Skip to content

Emulating HID with usbds #695

@yjun123

Description

@yjun123

I want to emulate a HID device using usbds.

The key requirements are:

  • Add the HID descriptor to the configuration descriptor. (Done. ✔)
  • Implement the GetDescriptor request to return the HID report descriptor.
  • Handle SetIdle and other class-specific request.

I’m unable to find how to handle standard control requests(EP0).
Could anyone provide guidance or examples on achieving this?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions