/usr/share/lirc/remotes/philips/lircd.conf.srm7500libusb is in lirc-compat-remotes 0.9.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | # Philips SRM-7500 RF configuration for use with the srm7500libusb driver
#
# The remote and the dongle communicate with each other over ieee 802.15.4
# a few extra network parameters are needed (via lircd's --device option).
#
# lircd --driver=srm7500libusb lircd.conf.srm7500libusb \
# --device=macShortAddress=12:34,remoteShortAddress=56:78,macPANId=9a:bc
#
# explanation:
# mandatory parameters:
# macShortAddress: 802.15.4 short address (2 byte hex)
# to be assigned to the receiver
# remoteShortAddress: 802.15.4 short address (2 byte hex)
# to be assigned to the remote
# macPANId: 802.15.4 numeric network id (2 byte hex)
# optional parameters:
# remoteExtendedAddress: 802.15.4 extended address (8 byte hex)
# of the remote. when given, ignores all other
# 802.15.4 rf communication. lircd writes your
# remotes address to the logs when pairing
# macBeaconPayload: 802.15.4 network name (ASCII string)
# defaults to PHILIPS+your hostname. remote will not
# pair unless it starts with PHILIPS.
# LogicalChannel: 802.15.4 channel number (1 byte hex)
# defaults to 19
# other channels than 19 do not work on my remote
# usb: USB bus and device number (2 integer decimal)
# bind to a specific USB device, e.g. 003:002
#
# Things that work using this driver:
# - pairing
# - reception of all keypresses except for the 'music' button
# Things that do not work yet
# - signal strength monitoring (via 'rf settings' in the remotes setup menu)
# - displaying infos on the remote's display
#
begin remote
name SRM-7500
bits 16
eps 30
aeps 100
one 0 0
zero 0 0
gap 132799
toggle_bit_mask 0x0
post_data_bits 8
post_data 0x01
begin codes
Power 0x0035
Back 0x0024
More 0x0033
Up 0x0023
Down 0x0011
Left 0x0029
Right 0x0031
Ok 0x0039
Vol+ 0x0027
Vol- 0x002A
Mute 0x0028
Ch+ 0x0037
Ch- 0x003A
Windows 0x0015
Rec 0x0012
Stop 0x0017
Rew 0x0007
Play 0x001A
Fwd 0x0047
Prev 0x000A
Pause 0x0016
Next 0x004A
Guide 0x0022
LiveTV 0x0036
RecTV 0x0026
DVD 0x0032
1 0x0008
2 0x0018
3 0x0048
4 0x0009
5 0x0019
6 0x0049
7 0x0004
8 0x0014
9 0x0044
Star 0x0003
0 0x0013
Hash 0x0043
Text 0x0042
Clear 0x0001
Enter 0x0041
AspectRatio 0x0006
Red 0x0005
Green 0x0002
Yellow 0x0045
Blue 0x0046
end codes
end remote
begin remote
name SRM-7500_UP
bits 16
eps 30
aeps 100
one 0 0
zero 0 0
gap 132799
toggle_bit_mask 0x0
post_data_bits 8
post_data 0x03
begin codes
Power_UP 0x0035
Back_UP 0x0024
More_UP 0x0033
Up_UP 0x0023
Down_UP 0x0011
Left_UP 0x0029
Right_UP 0x0031
Ok_UP 0x0039
Vol+_UP 0x0027
Vol-_UP 0x002A
Mute_UP 0x0028
Ch+_UP 0x0037
Ch-_UP 0x003A
Windows_UP 0x0015
Rec_UP 0x0012
Stop_UP 0x0017
Rew_UP 0x0007
Play_UP 0x001A
Fwd_UP 0x0047
Prev_UP 0x000A
Pause_UP 0x0016
Next_UP 0x004A
Guide_UP 0x0022
LiveTV_UP 0x0036
RecTV_UP 0x0026
DVD_UP 0x0032
1_UP 0x0008
2_UP 0x0018
3_UP 0x0048
4_UP 0x0009
5_UP 0x0019
6_UP 0x0049
7_UP 0x0004
8_UP 0x0014
9_UP 0x0044
Star_UP 0x0003
0_UP 0x0013
Hash_UP 0x0043
Text_UP 0x0042
Clear_UP 0x0001
Enter_UP 0x0041
AspectRatio_UP 0x0006
Red_UP 0x0005
Green_UP 0x0002
Yellow_UP 0x0045
Blue_UP 0x0046
end codes
end remote
|