diff options
author | James Meyer <james.meyer@operamail.com> | 2009-04-01 03:08:46 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-04-01 03:08:46 (GMT) |
commit | 35cac9daefef0c409dd7144e8448b138c1d077a6 (patch) | |
tree | 9901471bbecf377672b636f42b65a7d6839cd4a0 /abs/core-testing/system-templates/templates/transmit/skyplus | |
parent | 2e3d0d812bc9459adea4b0dbf1b038dbd1e79dc0 (diff) | |
download | linhes_pkgbuild-35cac9daefef0c409dd7144e8448b138c1d077a6.zip linhes_pkgbuild-35cac9daefef0c409dd7144e8448b138c1d077a6.tar.gz linhes_pkgbuild-35cac9daefef0c409dd7144e8448b138c1d077a6.tar.bz2 |
system-templates: Added more STB and did some hauppauge work for the remotes.
the STB were snagged from Mythdora.
Diffstat (limited to 'abs/core-testing/system-templates/templates/transmit/skyplus')
-rwxr-xr-x | abs/core-testing/system-templates/templates/transmit/skyplus/lircd.conf | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/abs/core-testing/system-templates/templates/transmit/skyplus/lircd.conf b/abs/core-testing/system-templates/templates/transmit/skyplus/lircd.conf new file mode 100755 index 0000000..c8c6876 --- /dev/null +++ b/abs/core-testing/system-templates/templates/transmit/skyplus/lircd.conf @@ -0,0 +1,74 @@ +# +# this config file was automatically generated +# using lirc-0.8.0(userspace) on Fri Jul 28 02:45:39 2006 +# +# contributed by Lloyd Williams <binary_frog|chatcircuit.com> +# +# brand: SKY +# model no. of remote control: URC 1650-00 B00 - 9RC16P-1014 Sky+ Rev 6 +# devices being controlled by this remote: SKY+ DVB-S receiver & PVR +# + +begin remote + + name SKY+_DVB-S + bits 8 + flags RC6|CONST_LENGTH + eps 30 + aeps 100 + + header 2691 890 + one 427 460 + zero 427 460 + pre_data_bits 17 + pre_data 0x3FF3 + gap 149845 + min_repeat 2 + toggle_bit 0 + + rc6_mask 0x100000 + + begin codes + POWER 0xF3 + TV_GUIDE 0x33 + BOX_OFFICE 0x82 + SERVICES 0x81 + INTERACTIVE 0x0A + INFO 0x34 + UP 0xA7 + LEFT 0xA5 + RIGHT 0xA4 + DOWN 0xA6 + SELECT 0xA3 + CH+ 0xDF + CH- 0xDE + TEXT 0xC3 + BACK_UP 0x7C + HELP 0x7E + FREV 0xC2 + FFWD 0xD7 + PLAY 0xC1 + PAUSE 0xDB + RECORD 0xBF + STOP 0xC0 + RED 0x92 + GREEN 0x91 + YELLOW 0x90 + BLUE 0x8F + 1 0xFE + 2 0xFD + 3 0xFC + 4 0xFB + 5 0xFA + 6 0xF9 + 7 0xF8 + 8 0xF7 + 9 0xF6 + 0 0xFF + SKY 0x7F + TV 0x7B + end codes + +end remote + + |