feat: 增加 OTG HID 远程唤醒和 OTG MSD 设备名称配置

- 在补丁内核上启用 HID 写入唤醒及 USB 远程唤醒描述符
  - 支持全局配置 Flash 和 CD-ROM INQUIRY 字符串
  - 兼容普通内核的通用 INQUIRY 属性
  - 调整 OTG 功能布局并更新大容量 DVD 镜像提示
This commit is contained in:
mofeng-git
2026-07-29 13:56:52 +08:00
parent e0bddc2faa
commit 887f29096f
12 changed files with 347 additions and 67 deletions

View File

@@ -408,7 +408,7 @@ export default {
download: '下载',
downloadComplete: '下载完成',
largeFileWarning: '>2.2GB',
largeFileTooltip: '文件大于 2.2GB,请使用 Flash 模式挂载',
largeFileTooltip: '若内核未启用 DVD 镜像支持,挂载后仅前 2.2 GB 可访问。',
operationInProgress: '操作进行中,请稍候',
selectDriveSize: '选择虚拟驱动器大小',
driveSpaceUnknown: '无法读取 MSD 目录所在储存空间的剩余可用空间',
@@ -643,6 +643,8 @@ export default {
username: '用户名',
password: '密码',
msdDir: 'MSD 目录',
msdFlashInquiryString: 'Flash 设备名称',
msdCdromInquiryString: 'CD-ROM 设备名称',
atxPowerButton: '电源按钮',
atxResetButton: '重启按钮',
atxPowerManagement: '电源管理',