diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-01 20:38:44 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-01 20:38:44 (GMT) |
commit | 58048a619b315549848b0676431729dc78dc499f (patch) | |
tree | 2f9f9cad1656a9b4e1d85a47595e32f58d9cf24d /abs/core-testing/LinHES-config-SVN/templates/remotes/tekram | |
parent | 2702cde8aa327363a6a24caf55e3f041d6a2232e (diff) | |
download | linhes_pkgbuild-58048a619b315549848b0676431729dc78dc499f.zip linhes_pkgbuild-58048a619b315549848b0676431729dc78dc499f.tar.gz linhes_pkgbuild-58048a619b315549848b0676431729dc78dc499f.tar.bz2 |
initial checkin of linhes-config for mythsvn.
Untested.
Diffstat (limited to 'abs/core-testing/LinHES-config-SVN/templates/remotes/tekram')
-rw-r--r-- | abs/core-testing/LinHES-config-SVN/templates/remotes/tekram/lircd.conf.m230 | 48 | ||||
-rw-r--r-- | abs/core-testing/LinHES-config-SVN/templates/remotes/tekram/lircmd.conf.m230 | 33 |
2 files changed, 81 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config-SVN/templates/remotes/tekram/lircd.conf.m230 b/abs/core-testing/LinHES-config-SVN/templates/remotes/tekram/lircd.conf.m230 new file mode 100644 index 0000000..9562f60 --- /dev/null +++ b/abs/core-testing/LinHES-config-SVN/templates/remotes/tekram/lircd.conf.m230 @@ -0,0 +1,48 @@ +# +# This is for the remote that Tekram bundles with its M230 card (Mach64) +# Commands from the remote are hardware-decoded +# +# contributed by Froenchenko Leonid <lfroen@galileo.co.il> +# +# brand: Tekram M230 (ATI Mach64) +# supported devices: This remote control comes with TV Tuner cards from +# Tekram based on ATI 264VT (btt829) +# + +begin remote + name M230 + bits 8 + begin codes + 0 0x00 + 1 0x01 + 2 0x02 + 3 0x03 + 4 0x04 + 5 0x05 + 6 0x06 + 7 0x07 + 8 0x08 + 9 0x09 + RECALL 0x0A + ENTER 0x17 + POWER 0x1C + SOURCE 0x15 + PC_VID 0x12 + STILL 0x11 + TTX 0x0F + FAV 0x13 + MUTE 0x10 + VOL_UP 0x1A + VOL_DN 0x1E + CH_UP 0x1B + CH_DN 0x1F + PLAY 0x0D + STOP 0x0E + REW 0x1D + FFW 0x19 + ADD_ER 0x16 + FUNC 0x14 + F_PLUS 0x18 + F_MINUS 0x0C + end codes +end remote diff --git a/abs/core-testing/LinHES-config-SVN/templates/remotes/tekram/lircmd.conf.m230 b/abs/core-testing/LinHES-config-SVN/templates/remotes/tekram/lircmd.conf.m230 new file mode 100644 index 0000000..0bacf5d --- /dev/null +++ b/abs/core-testing/LinHES-config-SVN/templates/remotes/tekram/lircmd.conf.m230 @@ -0,0 +1,33 @@ +# +# lircmd config file for Tekram remote control +# Contributed by Froenchenko Leonid <lfroen@galileo.co.il> +# + +PROTOCOL IntelliMouse + +# ACCELERATOR start max multiplier + +#ACCELERATOR 2 30 5 + +ACTIVATE * MOUSE_MODE + +MOVE_N * 2 +MOVE_NE * 3 +MOVE_E * 6 +MOVE_SE * 9 +MOVE_S * 8 +MOVE_SW * 7 +MOVE_W * 4 +MOVE_NW * 1 + +# These are lircmd-0.5.5 extensions +MOVE_IN * VOL_UP +MOVE_OUT * VOL_DN + +BUTTON1_CLICK * RECALL +BUTTON2_CLICK * 0 +BUTTON3_CLICK * ENTER + +BUTTON1_TOGGLE * PLAY +BUTTON2_TOGGLE * STOP +BUTTON3_TOGGLE * REW |