mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-13 02:54:26 +08:00
feat: 增加 OTG HID 远程唤醒和 OTG MSD 设备名称配置
- 在补丁内核上启用 HID 写入唤醒及 USB 远程唤醒描述符 - 支持全局配置 Flash 和 CD-ROM INQUIRY 字符串 - 兼容普通内核的通用 INQUIRY 属性 - 调整 OTG 功能布局并更新大容量 DVD 镜像提示
This commit is contained in:
@@ -409,7 +409,7 @@ export default {
|
||||
download: 'Download',
|
||||
downloadComplete: 'Download complete',
|
||||
largeFileWarning: '>2.2GB',
|
||||
largeFileTooltip: 'File is larger than 2.2GB, please use Flash mode to mount',
|
||||
largeFileTooltip: 'If DVD image support is not enabled in the kernel, only the first 2.2 GB is accessible after mounting.',
|
||||
operationInProgress: 'Operation in progress, please wait',
|
||||
selectDriveSize: 'Select virtual drive size',
|
||||
driveSpaceUnknown: 'Unable to read available space for the MSD directory filesystem',
|
||||
@@ -644,6 +644,8 @@ export default {
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
msdDir: 'MSD directory',
|
||||
msdFlashInquiryString: 'Flash device name',
|
||||
msdCdromInquiryString: 'CD-ROM device name',
|
||||
atxPowerButton: 'Power Button',
|
||||
atxResetButton: 'Reset Button',
|
||||
atxPowerManagement: 'Power Management',
|
||||
|
||||
Reference in New Issue
Block a user