diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-08 01:55:11 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-08 01:55:11 (GMT) |
commit | 6c8f178b6c8874623e780d2c049a49b780237654 (patch) | |
tree | 31cd168b3e87c9777dc1bcd5d57f4e806a3c97f7 /abs/core-testing/LinHES-config/templates/remotes/tekram | |
parent | 4287d6026a61f8760633574c059f6e2dead2619d (diff) | |
download | linhes_pkgbuild-6c8f178b6c8874623e780d2c049a49b780237654.zip linhes_pkgbuild-6c8f178b6c8874623e780d2c049a49b780237654.tar.gz linhes_pkgbuild-6c8f178b6c8874623e780d2c049a49b780237654.tar.bz2 |
rename live-installer to LinHES-config
Diffstat (limited to 'abs/core-testing/LinHES-config/templates/remotes/tekram')
-rw-r--r-- | abs/core-testing/LinHES-config/templates/remotes/tekram/lircd.conf.m230 | 48 | ||||
-rw-r--r-- | abs/core-testing/LinHES-config/templates/remotes/tekram/lircmd.conf.m230 | 33 |
2 files changed, 81 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/templates/remotes/tekram/lircd.conf.m230 b/abs/core-testing/LinHES-config/templates/remotes/tekram/lircd.conf.m230 new file mode 100644 index 0000000..9562f60 --- /dev/null +++ b/abs/core-testing/LinHES-config/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/templates/remotes/tekram/lircmd.conf.m230 b/abs/core-testing/LinHES-config/templates/remotes/tekram/lircmd.conf.m230 new file mode 100644 index 0000000..0bacf5d --- /dev/null +++ b/abs/core-testing/LinHES-config/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 |