diff options
Diffstat (limited to 'linhes/linhes-templates/templates/remotes/favorites/streamzap/lircd.conf.streamzap')
-rw-r--r-- | linhes/linhes-templates/templates/remotes/favorites/streamzap/lircd.conf.streamzap | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/linhes/linhes-templates/templates/remotes/favorites/streamzap/lircd.conf.streamzap b/linhes/linhes-templates/templates/remotes/favorites/streamzap/lircd.conf.streamzap new file mode 100644 index 0000000..a89ae7e --- /dev/null +++ b/linhes/linhes-templates/templates/remotes/favorites/streamzap/lircd.conf.streamzap @@ -0,0 +1,119 @@ +# This config file was automatically generated +# using lirc-0.9.4b(default) on Thu Nov 3 19:55:19 2016 +# Command line used: --device=/dev/lirc0 --driver default Streamzap_PC_Remote +# Kernel version (uname -r): 4.8.6-1-custom +# +# Contributed by graysky (https://github.com/graysky2) +# +# You should specify the default driver in /etc/lirc/lirc_options.conf +# like this: driver = default +# +# Remote name : Streamzap PC Remote Control +# Brand of remote device : Streamzap +# Remote device model : USBIR2 +# Remote device info URL : http://www.streamzap.com/consumer/pc_remote +# USB dongle : Yes +# USB vendor ID : 0x0e9c Streamzap, Inc. +# Product ID : 0x0000 Streamzap Remote Control +# Devices controlled : HTPC +# Remote layout : Classic models have the word "streamzap" in white +# letters across the bottom of the remote. +# +# At least one newer model has the words, "TEMPEST +# microsystems" in white letters across the bottom of +# the remote with 3 additional keys in the bottom row. +# +# Both older and newer IR receivers and corresponding +# scancodes seem identical based on the two samples +# available to me. +# +# +-----------+ +# | | +# | x x | Power, Mute +# | | +# | x x x | 1, 2, 3 +# | | +# | x x x | 4, 5, 6 +# | | +# | x x x | 7, 8, 9 +# | | +# | x x x | Channelup, 0, Volumeup +# | | +# | x x | Channeldown, Volumedown +# | | +# | x | Up +# | | +# | x x x | Left, OK, Right +# | | +# | x | Down +# | | +# | x x | Menu, Exit +# | | +# | x x x | Play, Pause, Stop +# | | +# | x x x | Previous, Next, Record +# | | +# / x x \ Rewind, Forward +# | | +# | x x x x | Red, Green, Yellow, Blue +# | | +# | x x x | Disp, PTZ (Pan/Tilt/Zoom), Help +# +-------------+ + +begin remote + + name Streamzap_PC_Remote + bits 14 + flags RC5 + eps 30 + aeps 100 + + one 864 864 + zero 864 864 + plead 896 + gap 16777215 + toggle_bit_mask 0x1000 + frequency 38000 + + begin codes + 1 0x28C1 + 2 0x28C2 + 3 0x28C3 + 4 0x28C4 + 5 0x28C5 + 6 0x28C6 + 7 0x28C7 + 8 0x28C8 + 9 0x28C9 + 0 0x28C0 + POWER 0x28CA + MUTE 0x28CB + CH_UP 0x28CC + CH_DOWN 0x28CE + VOL_UP 0x28CD + VOL_DOWN 0x28CF + UP 0x28D0 + DOWN 0x28D4 + LEFT 0x28D1 + RIGHT 0x28D3 + OK 0x28D2 + MENU 0x28D5 + EXIT 0x28D6 + PLAY 0x28D7 + PAUSE 0x28D8 + STOP 0x28D9 + PREVIOUS 0x28DA + NEXT 0x28DB + RECORD 0x28DC + REWIND 0x28DD + FORWARD 0x28DE + RED 0x28E0 + GREEN 0x28E1 + YELLOW 0x28E2 + BLUE 0x28E3 + DISP 0x28E4 + PTZ 0x28E5 + HELP 0x28E6 + end codes + +end remote |