Added sysdweb

This commit is contained in:
Martin Bauer
2020-05-02 11:21:52 +02:00
parent 4308dae03d
commit caf6232dfb
56 changed files with 243 additions and 386 deletions

View File

@@ -0,0 +1,3 @@
ACTION=="add", SUBSYSTEM=="lirc", DRIVERS=="gpio_ir_recv", SYMLINK+="lirc-rx"
ACTION=="add", SUBSYSTEM=="lirc", DRIVERS=="gpio-ir-tx", SYMLINK+="lirc-tx"
ACTION=="add", SUBSYSTEM=="lirc", DRIVERS=="pwm-ir-tx", SYMLINK+="lirc-tx"

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,79 @@
#
# this config file was automatically generated
# using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004
#
# contributed by
#
# brand: Hauppauge 350
# Created: G.J. Werler (The Netherlands)
# Project: Mythtv Fedora Pundit-R www.mythtvportal.com
# Date: 2004/11/28
# model no. of remote control: Hauppauge A415-HPG
# devices being controlled by this remote: PVR-350
#
begin remote
name Hauppauge
bits 13
flags RC5|CONST_LENGTH
eps 30
aeps 100
one 969 811
zero 969 811
plead 1097
gap 114605
toggle_bit 2
begin codes
KEY_GOTO 0x00000000000017BB
KEY_POWER 0x00000000000017BD
KEY_TV 0x000000000000179C
KEY_VIDEO 0x0000000000001798
KEY_MUSIC 0x0000000000001799
KEY_PICTURES 0x000000000000179A
KEY_EPG 0x000000000000179B
KEY_RADIO 0x000000000000178C
KEY_UP 0x0000000000001794
KEY_LEFT 0x0000000000001796
KEY_RIGHT 0x0000000000001797
KEY_DOWN 0x0000000000001795
KEY_OK 0x00000000000017A5
KEY_EXIT 0x000000000000179F
KEY_MENU 0x000000000000178D
KEY_VOLUMEUP 0x0000000000001790
KEY_VOLUMEDOWN 0x0000000000001791
KEY_CHANNEL 0x0000000000001792
KEY_MUTE 0x000000000000178F
KEY_CHANNELUP 0x00000000000017A0
KEY_CHANNELDOWN 0x00000000000017A1
KEY_RECORD 0x00000000000017B7
KEY_STOP 0x00000000000017B6
KEY_PREVIOUS 0x00000000000017B2
KEY_PLAY 0x00000000000017B5
KEY_FORWARD 0x00000000000017B4
KEY_REWIND 0x00000000000017A4
KEY_PAUSE 0x00000000000017B0
KEY_FASTFORWARD 0x000000000000179E
BTN_1 0x0000000000001781
BTN_2 0x0000000000001782
BTN_3 0x0000000000001783
BTN_4 0x0000000000001784
BTN_5 0x0000000000001785
BTN_6 0x0000000000001786
BTN_7 0x0000000000001787
BTN_8 0x0000000000001788
BTN_9 0x0000000000001789
KEY_NUMERIC_STAR 0x000000000000178A
BTN_0 0x0000000000001780
KEY_NUMERIC_POUND 0x000000000000178E
KEY_RED 0x000000000000178B
KEY_GREEN 0x00000000000017AE
KEY_YELLOW 0x00000000000017B8
KEY_BLUE 0x00000000000017A9
end codes
end remote

View File

@@ -0,0 +1,11 @@
[lircd]
nodaemon = False
driver = default
device = /dev/lirc0
listen = 0.0.0.0:2222
output = /var/run/lirc/lircd
pidfile = /var/run/lirc/lircd.pid
plugindir = /usr/lib/arm-linux-gnueabihf/lirc/plugins
permission = 666
allow-simulate = No
repeat-max = 600

View File

@@ -0,0 +1 @@
include "hauppauge.conf"

View File