mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 12:14:10 +08:00
a5d01b5fce
An "N" upper letter is not a wildcard, nor can easily be identified by script, specially since the USB sysfs define things like. bNumInterfaces. Use, instead, <N>, in order to let script/get_abi.pl to convert it into a Regex. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/8cfb786e625bfe8f1c73837cf76107af187c9d85.1631782432.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
594 B
Plaintext
16 lines
594 B
Plaintext
What: /sys/class/rc/rc<N>/wakeup_data
|
|
Date: Mar 2016
|
|
KernelVersion: 4.6
|
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
|
Description:
|
|
Reading this file returns the stored CIR wakeup sequence.
|
|
It starts with a pulse, followed by a space, pulse etc.
|
|
All values are in microseconds.
|
|
The same format can be used to store a wakeup sequence
|
|
in the Nuvoton chip by writing to this file.
|
|
|
|
Note: Some systems reset the stored wakeup sequence to a
|
|
factory default on each boot. On such systems store the
|
|
wakeup sequence in a file and set it on boot using e.g.
|
|
a udev rule.
|