diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-02-08 17:25:59 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-03 08:28:41 -0300 |
commit | 449c1fcd86f5077d5076a955e65c07a7c4cbbf9d (patch) | |
tree | 9a430bdd64f68372ff995ee22e1600a57861cad2 /kernel/module.c | |
parent | 5ed08a8649ddb95860fcf6d8d2e0f34b338043a5 (diff) | |
download | blackbird-op-linux-449c1fcd86f5077d5076a955e65c07a7c4cbbf9d.tar.gz blackbird-op-linux-449c1fcd86f5077d5076a955e65c07a7c4cbbf9d.zip |
[media] media: rc: nuvoton: support reading / writing wakeup sequence via sysfs
This patch adds a binary attribute /sys/class/rc/rc?/wakeup_data which
allows to read / write the wakeup sequence.
In combination with the core extension for exposing the most recent raw
packet this allows to easily define and set a wakeup sequence.
At least on my Zotac CI321 the BIOS resets the wakeup sequence at each boot
to a factory default. Therefore I use a udev rule
SUBSYSTEM=="rc", DRIVERS=="nuvoton-cir", ACTION=="add", RUN+="<script>"
with the script basically doing
cat <stored wakeup sequence> >/sys${DEVPATH}/wakeup_data
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'kernel/module.c')
0 files changed, 0 insertions, 0 deletions