fix: 完善前端 USB OTG 动态配置功能的选项

This commit is contained in:
mofeng
2026-01-27 22:16:45 +08:00
parent 9d5451f588
commit 46c2edeb96
5 changed files with 13 additions and 3 deletions

View File

@@ -58,6 +58,8 @@ export interface OtgDescriptorConfig {
export enum OtgHidProfile {
/** Full HID device set (keyboard + relative mouse + absolute mouse + consumer control) */
Full = "full",
/** Full HID device set without MSD */
FullNoMsd = "full_no_msd",
/** Legacy profile: only keyboard */
LegacyKeyboard = "legacy_keyboard",
/** Legacy profile: only relative mouse */