From ea3bccf31cd39956e4db356cd0070707fcea302a Mon Sep 17 00:00:00 2001 From: Javier Juana Pradel <185687643+Javiju555@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:27:20 +0100 Subject: [PATCH] Add PID request for DIY Sim-Racing Ecosystem (0x8329) Hello, This PR requests the next available PID (0x8329) for a new hardware project, as per the repository instructions: 1. **Device Description:** An ecosystem of DIY sim-racing peripherals, including a steering wheel, pedals, and shifters. 2. **Chip Used:** The devices are based on the **ESP32-S3**. 3. **Reason for Custom PID:** A custom PID is required to serve as a stable "umbrella" identifier for all devices in the ecosystem. This is critical for host-side application and custom `.inf` file to reliably identify all peripherals (which are composite HID + CDC devices) and avoid driver conflicts with other generic TinyUSB devices. 4. **Company:** This request is from an individual developer for a DIY project. 5. **Website:** N/A for now Thank you! --- allocated-pids.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/allocated-pids.txt b/allocated-pids.txt index e4de3f1..ba00ff7 100644 --- a/allocated-pids.txt +++ b/allocated-pids.txt @@ -814,3 +814,4 @@ PID | Product name 0x8326 | Waveshare ESP32-S3-TOUCH-LCD-1.47 - UF2 Bootloader 0x8327 | JoLaBi SonicSense Ultrasonic Microphone 0x8328 | Robotic Sports Games - Pocorobo +0x8329 | Javiju555 DIY SimRacing Peripheral Ecosystem (umbrella PID)