summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/templates/remotes/favorites/streamzap/lircd.conf.streamzap
blob: a89ae7e652775b3d649ee49c924e6e83d187474f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
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