Hier die X10 Config
/*
infrared codes for X10 remote control
Copyright (C) 2009 <
telekatz@gmx.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*pre_data*/ 0x00000000,
/*post_data*/ 0x00000000,
/*toggle_bit_mask*/ 0x80800000,
/*gap*/ 4500,
/*repeat_gap*/ 0,
/*bits*/ 16,
/*pre_data_bits*/ 0,
/*post_data_bits*/ 5,
/*rc6_bit*/ 0,
/*frequency*/ 0x00101234, // 433,9198 MHz
/*flags*/ LIRC_RF,
/*header*/ 2600,1600,
/*three*/ 0,0,
/*two*/ 0,0,
/*one*/ 500,1600,
/*zero*/ 500,500,
/*plead*/ 0,
/*ptrail*/ 0,
/*foot*/ 0,0,
/*pre*/ 0,0,
/*post*/ 0,0,
/*repeat*/ 0,0,
/*min_repeat*/ 0,
/*duty cycle*/ 0,
{
0x0000, // A ->
0x0000, // B ->
0x0000, // C ->
0x0000, // D ->
0x0000, // Betty ->
0xF520, // Exit -> Back
0x6F9A, // Up -> UP
0xF722, // Down -> Down
0x729D, // Left -> Left
0xF41F, // Right -> Right
0x739E, // OK -> OK
0x5E89, // Vol+ -> Vol+
0xDD08, // Vol- -> Vol-
0xD500, // Mute -> Mute
0x608B, // Prog+ -> Prog+
0xE10C, // Prog- -> Prog-
0x628D, // 1 -> 1
0xE30E, // 2 -> 2
0x648F, // 3 -> 3
0xE510, // 4 -> 4
0x6691, // 5 -> 5
0xE712, // 6 -> 6
0x6893, // 7 -> 7
0xE914, // 8 -> 8
0x6A95, // 9 -> 9
0xEC17, // 0 -> 0
0xF520, // -/-- -> back
0x6D98, // AV -> Rec TV
0xD904, // Menu -> DVD-Menue
0x88B3, // PiP -> subtitle
0xD0F2, // A/B -> Input TBD
0x0934, // 16:9 -> Angle
0x84AF, // Info -> Info
0x86B1, // VTX1 -> Guide
0x58A7, // VTX2 -> q.view TBD
0x8AB5, // VTX3 -> Title
0xFD28, // Blue -> STOP
0x7EA9, // Yello -> Pause
0x7AA5, // Green -> Play
0x7CA7, // Red -> Record
0xF11C, // TV -> LifeTV
0xD702 // Power -> Power
},
Gruss
Axel