From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/Documentation/ABI/stable/sysfs-firmware-efi-vars | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/ABI/stable/sysfs-firmware-efi-vars b/kernel/Documentation/ABI/stable/sysfs-firmware-efi-vars index 5def20b..46ccd23 100644 --- a/kernel/Documentation/ABI/stable/sysfs-firmware-efi-vars +++ b/kernel/Documentation/ABI/stable/sysfs-firmware-efi-vars @@ -17,6 +17,7 @@ directory has a name of the form "<key>-<vendor guid>" and contains the following files: + =============== ======================================== attributes: A read-only text file enumerating the EFI variable flags. Potential values include: @@ -59,12 +60,14 @@ size: As ASCII representation of the size of the variable's value. + =============== ======================================== In addition, two other magic binary files are provided in the top-level directory and are used for adding and removing variables: + =============== ======================================== new_var: Takes a "struct efi_variable" and instructs the EFI firmware to create a new variable. @@ -73,3 +76,4 @@ instructs the EFI firmware to remove any variable that has a matching vendor GUID and variable key name. + =============== ======================================== -- Gitblit v1.6.2