diff options
| -rwxr-xr-x | abs/core-testing/system-templates/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/core-testing/system-templates/templates/transmit/motorola_qip7100/lircd.conf | 81 | 
2 files changed, 82 insertions, 1 deletions
| diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD index 6e88b13..88e1835 100755 --- a/abs/core-testing/system-templates/PKGBUILD +++ b/abs/core-testing/system-templates/PKGBUILD @@ -1,6 +1,6 @@  pkgname=system-templates  pkgver=1.0 -pkgrel=44 +pkgrel=45  conflicts=( )  pkgdesc="Templates used for system configuration"  depends=() diff --git a/abs/core-testing/system-templates/templates/transmit/motorola_qip7100/lircd.conf b/abs/core-testing/system-templates/templates/transmit/motorola_qip7100/lircd.conf new file mode 100644 index 0000000..4bd3cd4 --- /dev/null +++ b/abs/core-testing/system-templates/templates/transmit/motorola_qip7100/lircd.conf @@ -0,0 +1,81 @@ +# +# this config file was automatically generated +# using lirc-0.8.3-CVS-pvr150-2(default) on Sun Nov 16 20:41:54 2008 +# +# contributed by Michael Hanson +# +# brand: Verizon (?) +# model no. of remote control: Verizon FiOS Universal +# 			       Inside battery compartment has the following +#			       information: +#				RC1445302/00B +#				3139 238 16051 REV 2 +#				MADE IN CHINA +#				CP02 50829 G 009840	  +# devices being controlled by this remote: Motorola QIP6200-2 +# + +begin remote + +  name  Motorola_QIP6200-2 +  bits           16 +  flags SPACE_ENC|CONST_LENGTH +  eps            30 +  aeps          100 + +  header       9028  4450 +  one           555  4433 +  zero          555  2181 +  ptrail        556 +  gap          99876 +  toggle_bit_mask 0x0 + +      begin codes +          power                    0x5006 +          menu                     0x9806 +          guide                    0x0C0B +          info                     0xCC05 +          up                       0x2C09 +          down                     0xAC01 +          left                     0x6C0E +          right                    0xEC06 +          ok                       0x8807 +          exit                     0x480B +          options                  0x4205 +          widgets                  0xC209 +          ondemand                 0x580A +          favorites                0xA805 +          last                     0xC803 +          fiostv                   0x7C0F +          ch+                      0xD00A +          ch-                      0x3002 +          previous                 0x3C08 +          dvr                      0xBC00 +          next                     0xFC07 +          rewind                   0x7808 +          play-pause               0xF800 +          fastforward              0xB804 +          stop                     0x380C +          record                   0x8C03 +          1                        0x800F +          2                        0x4007 +          3                        0xC00B +          4                        0x2003 +          5                        0xA00D +          6                        0x6005 +          7                        0xE009 +          8                        0x1001 +          9                        0x900E +          0                        0x0000 +          *                        0x2201 +          #                        0x0203 +          yellow                   0xE801 +          blue                     0xE40E +          red                      0x1406 +          green                    0x940A +          av                       0x280D +          pip                      0x4403 +          pip-change               0xC40D +      end codes + +end remote | 
