mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-29 18:31:44 +08:00
del: 移除安卓支持
This commit is contained in:
@@ -13,7 +13,11 @@ pub const DEFAULT_USB_BCD_DEVICE: u16 = 0x0100;
|
||||
pub const USB_BCD_USB: u16 = 0x0200;
|
||||
|
||||
pub fn is_configfs_available() -> bool {
|
||||
Path::new(CONFIGFS_PATH).exists()
|
||||
configfs_path().exists()
|
||||
}
|
||||
|
||||
pub fn configfs_path() -> &'static Path {
|
||||
Path::new(CONFIGFS_PATH)
|
||||
}
|
||||
|
||||
/// Loads `libcomposite` if needed; does not mount configfs.
|
||||
|
||||
Reference in New Issue
Block a user