From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/Documentation/ABI/testing/sysfs-platform-at91 | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/kernel/Documentation/ABI/testing/sysfs-platform-at91 b/kernel/Documentation/ABI/testing/sysfs-platform-at91 index 4cc6a86..b146be7 100644 --- a/kernel/Documentation/ABI/testing/sysfs-platform-at91 +++ b/kernel/Documentation/ABI/testing/sysfs-platform-at91 @@ -18,8 +18,10 @@ In order to use an extended can_id add the CAN_EFF_FLAG (0x80000000U) to the can_id. Example: - - standard id 0x7ff: - echo 0x7ff > /sys/class/net/can0/mb0_id + - standard id 0x7ff:: - - extended id 0x1fffffff: - echo 0x9fffffff > /sys/class/net/can0/mb0_id + echo 0x7ff > /sys/class/net/can0/mb0_id + + - extended id 0x1fffffff:: + + echo 0x9fffffff > /sys/class/net/can0/mb0_id -- Gitblit v1.6.2