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-opal-dump | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/ABI/stable/sysfs-firmware-opal-dump b/kernel/Documentation/ABI/stable/sysfs-firmware-opal-dump index 32fe7f5..1f74f45 100644 --- a/kernel/Documentation/ABI/stable/sysfs-firmware-opal-dump +++ b/kernel/Documentation/ABI/stable/sysfs-firmware-opal-dump @@ -7,6 +7,7 @@ This is only for the powerpc/powernv platform. + =============== =============================================== initiate_dump: When '1' is written to it, we will initiate a dump. Read this file for supported commands. @@ -19,8 +20,11 @@ and ID of the dump, use the id and type files. Do not rely on any particular size of dump type or dump id. + =============== =============================================== Each dump has the following files: + + =============== =============================================== id: An ASCII representation of the dump ID in hex (e.g. '0x01') type: An ASCII representation of the type of @@ -39,3 +43,4 @@ inaccessible. Reading this file will get a list of supported actions. + =============== =============================================== -- Gitblit v1.6.2