Skip to content

Conversation

@ErwinTerpstra
Copy link
Contributor

Laptitude is a training system for laparoscopic surgery. You can find more information on the product website: https://grendelmedical.com/laptitude/. Note that this is a training tool and not used during medical procedures, and thus is not a medical device.

It uses the ESP32-S3 chip. We are using tinyusb for both CDC and HID endpoints, but for the HID endpoint we'd like a custom PID to automatically identify the device on the desktop training application. We also would like a separate PID to identify the device in bootloader mode, and reserve two extra to keep major product revisions sequential.

Let me know if you have any questions.

@Spritetm
Copy link
Member

I am not a fan of 'reserved' entries... I'm okay with merging the first two entries if you change your merge request, but I'd rather have you request any new PIDs as you need them. Reason is that I'd really like to try to make the list append-only, meaning something marked as 'reserved' wouldn't be able to change.

@ErwinTerpstra
Copy link
Contributor Author

Noted. I've removed the reserved entries

@Spritetm
Copy link
Member

Thanks, merged!

(Dat is trouwens de meest unieke game controller die ik tot nu toe gezien heb. Gaaf werk!)

@Spritetm Spritetm merged commit 1b1365b into espressif:main Jul 16, 2025
1 check passed
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