Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update allocated-pids.txt #213

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Update allocated-pids.txt #213

merged 1 commit into from
Jan 20, 2025

Conversation

mitchellcairns
Copy link
Contributor

  • Give a short description of the device and its function,
    We are using ESP32 over Bluetooth HID (And perhaps USB in the future) to offer a gamepad protocol which has some features such as rumble and analog+digital triggers.
    See our repo here
  • We would like custom device identification across other host firmwares (recognize various devices by this custom PID)
  • I am making our baseband firmware under handheldlegend.com and our first project which will utilize this PID is GC Ultimate Controller

@Spritetm
Copy link
Member

Looks good, merged, sorry for the wait.

@Spritetm Spritetm merged commit 1edf19c into espressif:main Jan 20, 2025
1 check passed
@Spritetm
Copy link
Member

Spritetm commented Jan 20, 2025

Ah, this is merged under the assumption you will actually use an ESP32 with USB-OTG (like the ESP32-S2, -S3 or -P4); the original ESP32 does not support USB. As the rules specify, you need to use one of the PIDs you get here on such an ESP32; you cannot use it on USB connected to e.g. a Raspberry Pi Pico.

@mitchellcairns
Copy link
Contributor Author

Ah, this is merged under the assumption you will actually use an ESP32 with USB-OTG (like the ESP32-S2, -S3 or -P4); the original ESP32 does not support USB. As the rules specify, you need to use one of the PIDs you get here on such an ESP32; you cannot use it on USB connected to e.g. a Raspberry Pi Pico.

The primary use will be over Bluetooth HID (which still supports/utilizes PID/VID)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants