From 4f095425704d943afdaeac9ae0c972a988212f21 Mon Sep 17 00:00:00 2001 From: slothitude Date: Wed, 1 Jul 2026 23:49:29 +1000 Subject: [PATCH] =?UTF-8?q?Add=20PID=205017=20for=20Slothitude=20=E2=80=94?= =?UTF-8?q?=20SlothOS=20Controller=20(RG35XX=20H=20BT=20HID=20gamepad)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Requesting PID 0x5017 under VID 0x1209 for an open-source Bluetooth HID gamepad profile targeting the Anbernic RG35XX H handheld. - Project: SlothOS Controller - Source (firmware + Python HID stack): https://github.com/slothitude/slothos (specifically the bt_gamepad/ directory) - License: MIT (LICENSE file in repo root) - Device exposes itself as a standard HID-compliant game controller over classic BR/EDR Bluetooth. No closed components. First PID for this org. --- 1209/5017/index.md | 16 ++++++++++++++++ org/slothitude/index.md | 8 ++++++++ 2 files changed, 24 insertions(+) create mode 100644 1209/5017/index.md create mode 100644 org/slothitude/index.md diff --git a/1209/5017/index.md b/1209/5017/index.md new file mode 100644 index 00000000..4bf43dd2 --- /dev/null +++ b/1209/5017/index.md @@ -0,0 +1,16 @@ +--- +layout: pid +title: SlothOS Controller +owner: slothitude +license: MIT +site: https://github.com/slothitude/slothos +source: https://github.com/slothitude/slothos +--- + +Bluetooth HID gamepad profile for the Anbernic RG35XX H handheld (Allwinner +H700). Implements classic BR/EDR HID over L2CAP (PSM 17/19) via BlueZ --compat +and a custom Profile1 registration, exposing the device's evdev inputs as a +standard HID-compliant game controller to any paired host (Windows, macOS, +Android, Linux). 16 buttons, 4-bit hat, 6 axes, ~120 Hz report rate. Written +in Python 3, runs on-device alongside stock firmware. Includes a hand-built +HID Report Descriptor and SDP record. diff --git a/org/slothitude/index.md b/org/slothitude/index.md new file mode 100644 index 00000000..2cab498d --- /dev/null +++ b/org/slothitude/index.md @@ -0,0 +1,8 @@ +--- +layout: org +title: Slothitude +site: https://github.com/slothitude +--- + +Solo hobbyist building custom firmware and input stacks for Anbernic retro +handhelds. Projects are open-source under MIT.