summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/system-templates/templates/remotes/atiusb/lircd.conf.atiusb
blob: 4953bf269ba041442300e1160e5eface690a5101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
#
# this config file was automatically generated
# using lirc-0.7.0-CVS(atiusb) on Tue Apr 27 23:51:09 2004
#
# contributed by Paul Miller <pmiller9@users.sourceforge.net>
#
# brand: ATI Remote Wonder
# model no. of remote control: 5000015900A
# devices being controlled by this remote: ATI USB Receiver
#
# CHANNEL CODES
# To change your channel, hold the hand button down until the
# LED begins to blink.  Then enter the channel number
# (1 through 16) and press the hand again.
#
# NOTE!! The lirc_atiusb driver now removes the channel code
# from key-codes (by default).  This effectively outputs codes
# for remote channel 1.  You can change this behavior by
# loading the module with unique=1.  Type `modinfo lirc_atiusb`
# for details.

begin remote

  name  ATIUSB_5000015900A
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          139944
  toggle_bit      0


      begin codes
          A                        0x000000000000F500
          B                        0x000000000000F601
          C                        0x0000000000000E19
          D                        0x000000000000101B
          E                        0x0000000000001621
          F                        0x0000000000001823
          TV                       0x000000000000F803
          DVD                      0x000000000000F904
          WEB                      0x000000000000FA05
          BOOK                     0x000000000000FB06
          HAND                     0x000000000000FC07
          POWER                    0x000000000000F702
          MOUSE_LEFT_BTN           0x0000000000006D78
          MOUSE_RIGHT_BTN          0x000000000000717C
          MOUSE_UP                 0x0000000000006772
          MOUSE_DOWN               0x0000000000006B76
          MOUSE_LEFT               0x0000000000006C77
          MOUSE_RIGHT              0x0000000000006B76
          VOL_UP                   0x000000000000FD08
          VOL_DOWN                 0x000000000000FE09
          MUTE                     0x000000000000FF0A
          CH_UP                    0x000000000000000B
          CH_DOWN                  0x000000000000010C
          1                        0x000000000000020D
          2                        0x000000000000030E
          3                        0x000000000000040F
          4                        0x0000000000000510
          5                        0x0000000000000611
          6                        0x0000000000000712
          7                        0x0000000000000813
          8                        0x0000000000000914
          9                        0x0000000000000A15
          0                        0x0000000000000C17
          LIST                     0x0000000000000B16
          CHECK                    0x0000000000000D18
          UP                       0x0000000000000F1A
          DOWN                     0x0000000000001722
          LEFT                     0x000000000000121D
          RIGHT                    0x000000000000141F
          OK                       0x000000000000131E
          TIMER                    0x000000000000111C
          MAX                      0x0000000000001520
          REWIND                   0x0000000000001924
          PLAY                     0x0000000000001A25
          FFWD                     0x0000000000001B26
          REC                      0x0000000000001C27
          STOP                     0x0000000000001D28
          PAUSE                    0x0000000000001E29
      end codes

end remote


#
# this config file was automatically generated
# using lirc-0.7.0pre1(atiusb) on Fri Nov 28 16:56:46 2003
#
# contributed by Jason Piterak
#
# brand:                       ATI
# model no. of remote control: 5000022000
#
# devices being controlled by this remote:
# MythTV PVR using knopmyth by Cecil and Dale at
#  http://mysettopbox.tv
# Key map names are as per ATI's website:
# http://www.ati.com/support/connectors/remotecontrol/atiremotecontrolbutton=s.html
# Feel free to change them as you see fit :-)
#
# NOTE:  There are 16 channels for this remote; this file only
# supports one channel.  See the GATOS project for information
# on how to change the channel.  Not tested.  Unknown channel.
#
# also reported by Jeffrey Barnhill to work with model 5000023600 while
# the dedicated section below did not work

begin remote

  name  ATIUSB_5000022000
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0000
  gap          139891
  toggle_bit      0


      begin codes
          a                        0x000000000000C500
          b                        0x000000000000C601
          power                    0x000000000000C702
          tv                       0x000000000000C803
          dvd                      0x000000000000C904
          web                      0x000000000000CA05
          media_library            0x000000000000CB06
          drag                     0x000000000000CC07
          mouse-button_left        0x0000000000003D78
          mouse-button_right       0x000000000000417C
          mouse-up                 0x0000000000003772
          mouse-down               0x0000000000003873
          mouse-left               0x0000000000003570
          mouse-right              0x0000000000003671
          mouse-left_up            0x0000000000003974
          mouse-right_up           0x0000000000003A75
          mouse-left_down          0x0000000000003C77
          mouse-right_down         0x0000000000003B76
          vol-up                   0x000000000000CD08
          vol-down                 0x000000000000CE09
          mute                     0x000000000000CF0A
          chan-up                  0x000000000000D00B
          chan-down                0x000000000000D10C
          1                        0x000000000000D20D
          2                        0x000000000000D30E
          3                        0x000000000000D40F
          4                        0x000000000000D510
          5                        0x000000000000D611
          6                        0x000000000000D712
          7                        0x000000000000D813
          8                        0x000000000000D914
          9                        0x000000000000DA15
          0                        0x000000000000DC17
          dvd-root_menu            0x000000000000DB16
          launch_setup             0x000000000000DD18
          c                        0x000000000000DE19
          d                        0x000000000000E01B
          tv_on_demand             0x000000000000E11C
          max_window               0x000000000000E520
          cursor-up                0x000000000000DF1A
          cursor-down              0x000000000000E722
          cursor-left              0x000000000000E21D
          cursor-right             0x000000000000E41F
          ok                       0x000000000000E31E
          e                        0x000000000000E621
          f                        0x000000000000E823
          rewind                   0x000000000000E924
          play                     0x000000000000EA25
          fast_forward             0x000000000000EB26
          record                   0x000000000000EC27
          stop                     0x000000000000ED28
          pause                    0x000000000000EE29
      end codes

end remote

#
# this config file was automatically generated
# using lirc-0.7.0-CVS(atiusb) on Sat May 15 10:44:51 2004
#
# contributed by Jurgen Kramer 
#
# brand: ATI
# model no. of remote control: 5000023600
# devices being controlled by this remote: MythTV 0.14
#
# USB ID: 0bc7:0004
#

begin remote

  name  ATIUSB_5000023600
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          227972
  min_repeat      4
  toggle_bit      0


      begin codes
          1                        0x000000000000920D
          2                        0x000000000000930E
          3                        0x000000000000940F
          4                        0x0000000000009510
          5                        0x0000000000009611
          6                        0x0000000000009712
          7                        0x0000000000009813
          8                        0x0000000000009914
          9                        0x0000000000009A15
          a                        0x0000000000008500
          b                        0x0000000000008601
          power                    0x0000000000008702
          tv                       0x0000000000008803
          dvd                      0x0000000000008904
          web                      0x0000000000008A05
          media_library            0x0000000000008B06
          drag                     0x0000000000008C07
          0                        0x0000000000009C17
          c                        0x0000000000009E19
          d                        0x000000000000A01B
          mute                     0x0000000000008F0A
          tv_on_demand             0x000000000000A11C
          max_window               0x000000000000A520
          e                        0x000000000000A621
          f                        0x000000000000A823
          ok                       0x000000000000A31E
          left                     0x000000000000A21D
          right                    0x000000000000A41F
          up                       0x0000000000009F1A
          down                     0x000000000000A722
          rewind                   0x000000000000A924
          play                     0x000000000000AA25
          forward                  0x000000000000AB26
          record                   0x000000000000AC27
          stop                     0x000000000000AD28
          pause                    0x000000000000AE29
          mouse_button_left        0x000000000000FD78
          mouse_button_right       0x000000000000017C
          vol-down                 0x0000000000008E09
          vol-up                   0x0000000000008D08
          chan-down                0x000000000000910C
          chan-up                  0x000000000000900B
          mouse-up                 0x000000000000F772
          mouse-down               0x000000000000F873
          mouse-left               0x000000000000F570
          mouse-right              0x000000000000F671
          mouse-left_up            0x000000000000F974
          mouse-left_down          0x000000000000FC77
          mouse-right_up           0x000000000000FA75
          mouse-right_down         0x000000000000FB76
          dvd-root_menu            0x0000000000009B16
          launch_setup             0x0000000000009D18
      end codes

end remote


#
# this config file was automatically generated
# using lirc-0.7.0(any) on Tue Mar 29 17:33:06 2005
#
# contributed by Raphaël Doursenaud (rdoursenaud@free.fr)
#
# brand: Sapphire (ATI)
# model no. of remote control: 5000023600
# devices being controlled by this remote: xmms, tvtime
#

begin remote

  name  SAPPHIRE_ATIUSB_5000023600
  bits           40
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          227990
  toggle_bit      0


      begin codes
          1                        0x00000014E20D0000
          2                        0x00000014E30E0000
          3                        0x00000014E40F0000
          4                        0x00000014E5100000
          5                        0x00000014E6110000
          6                        0x00000014E7120000
          7                        0x00000014E8130000
          8                        0x00000014E9140000
          9                        0x00000014EA150000
          a                        0x00000014D5000000
          b                        0x00000014D6010000
          power                    0x00000014D7020000
          tv                       0x00000014D8030000
          dvd                      0x00000014D9040000
          web                      0x00000014DA050000
          media_library            0x00000014DB060000
          drag                     0x00000014DC070000
          0                        0x00000014EC170000
          c                        0x00000014EE190000
          d                        0x00000014F01B0000
          mute                     0x00000014DF0A0000
          tv_on_demand             0x00000014F11C0000
          max_window               0x00000014F5200000
          e                        0x00000014F6210000
          f                        0x00000014F8230000
          ok                       0x00000014F31E0000
          left                     0x00000014F21D0000
          right                    0x00000014F41F0000
          up                       0x00000014EF1A0000
          down                     0x00000014F7220000
          rewind                   0x00000014F9240000
          play                     0x00000014FA250000
          forward                  0x00000014FB260000
          record                   0x00000014FC270000
          stop                     0x00000014FD280000
          pause                    0x00000014FE290000
          mouse_button_left        0x000000144D780000
          mouse_button_right       0x00000014517C0000
          vol-down                 0x00000014DE090000
          vol-up                   0x00000014DD080000
          chan-down                0x00000014E10C0000
          chan-up                  0x00000014E00B0000
          mouse-up                 0x0000001447720000
          mouse-down               0x0000001448730000
          mouse-left               0x0000001445700000
          mouse-right              0x0000001446710000
          mouse-left_up            0x0000001449740000
          mouse-left_down          0x000000144C770000
          mouse-right_up           0x000000144A750000
          mouse-right_down         0x000000144B760000
          dvd-root_menu            0x00000014EB160000
          launch_setup             0x00000014ED180000
      end codes

end remote


# lircd.conf for X-10 Lola remote
#
# this config file was automatically generated
# using lirc-0.6.6(any) on Sat May 15 14:41:38 2004
# matching MythTV configuration file at http://wendy.seltzer.org/mythtv/lircrc
#
#
# brand:	X-10 Lola                       
# model no. of remote control:  UR89A
# devices being controlled by this remote: mythtv
#

begin remote

  name  X-10_Lola
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          219972
  toggle_bit      0


      begin codes
          up                       0x000000000000600B
          down                     0x000000000000610C
          left                     0x0000000000005D08
          right                    0x0000000000005E09
          M                        0x0000000000005F0A
          1                        0x000000000000620D
          2                        0x000000000000630E
          3                        0x000000000000640F
          4                        0x0000000000006510
          5                        0x0000000000006611
          6                        0x0000000000006712
          7                        0x0000000000006813
          8                        0x0000000000006914
          9                        0x0000000000006A15
          0                        0x0000000000006C17
          a-d                      0x0000000000006B16
          a-b                      0x0000000000006D18
          pageup                   0x000000000000711C
          pagedown                 0x0000000000007520
          T                        0x000000000000832E
          E                        0x000000000000842F
          F                        0x0000000000005C07
          S                        0x0000000000008530
          scan-                    0x000000000000802B
          rew                      0x0000000000007924
          play                     0x0000000000007A25
          ff                       0x0000000000007B26
          scan+                    0x0000000000007F2A
          rec                      0x0000000000007C27
          stop                     0x0000000000007D28
          pause                    0x0000000000007E29
          playlist                 0x0000000000005601
          playing                  0x000000000000822D
          enter                    0x000000000000731E
          eu                       0x0000000000006F1A
          ed                       0x0000000000007722
          el                       0x000000000000721D
          er                       0x000000000000741F
          alb                      0x0000000000006E19
          art                      0x000000000000701B
          gen                      0x0000000000007621
          trk                      0x0000000000007823
      end codes

end remote


#
# this config file was automatically generated
# using lirc-0.7.0pre6(atiusb) on Fri Jul  9 10:08:10 2004
#
# contributed by 		Julien Damon
#
# brand:                       microapp6in1
# see http://www.microapp.com/fiche_produit.cfm?ref_produit=4184
# distributed in France
# model no. of remote control: 4184(UR86E)
# devices being controlled by this remote:

#
# sold by Pearl as Q-Sonic Master Remote 6in1 PC
#

begin remote

  name  microapp6in1
  bits           40
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          203993
  toggle_bit      0


      begin codes
          num_1                    0x00000020EE11820D
          num_2                    0x00000020EE11420D
          num_3                    0x00000020EE11C20D
          num_4                    0x00000020EE11220D
          num_5                    0x00000020EE11A20D
          num_6                    0x00000020EE11620D
          num_7                    0x00000020EE11E20D
          num_8                    0x00000020EE11120D
          num_9                    0x00000020EE11920D
          num_0                    0x00000020EE11020D
          AV                       0x00000020EE11BA05
          ok                       0x00000020EE11520D
          up                       0x00000020EE11D50A
          left                     0x00000020EE11D20D
          right                    0x00000020EE11D10E
          down                     0x00000020EE11D30C
          exit                     0x00000020EE11C906
          menu                     0x00000020EE11B609
          mute                     0x00000020EE11A00F
          vol+                     0x00000020EE11600F
          vol-                     0x00000020EE11E00F
          ch+                      0x00000020EE11400F
          ch-                      0x00000020EE11C00F
          hand                     0x00000014307B0000
          skip_left                0x00000020EE113A05
          skip_right               0x00000020EE11D807
          play                     0x00000020EE11B00F
          backward                 0x00000020EE113807
          forward                  0x00000020EE11B807
          pause                    0x00000020EE11720D
          stop                     0x00000020EE11FF00
          record                   0x00000020EE11700F
          clic_left                0x000000142D780000
          clic_right               0x00000014317C0000
          mouse_up                 0x0000001427720000
          mouse_down               0x0000001428730000
          mouse_right              0x0000001426710000
          mouse_left               0x0000001425700000
          mouse_up_right           0x000000142A750000
          mouse_down_right         0x000000142B760000
          mouse_up_left            0x0000001429740000
          mouse_down_left          0x000000142C770000
          power                    0x00000020EE11F00F
# additional codes reported by Daniel Beyer for Q-Sonic Master Remote 6in1 PC
          leftbtn_up               0x000000142e790000
          rightbtn_up              0x00000014327d0000
          pc                       0x00000020ee11d40b

      end codes

end remote


# this config file was automatically generated
# using lirc-0.7.0pre7(atiusb) on Tue Aug 31 21:16:31 2004
#
# contributed by Martin Tomasek <mtd@centrum.cz>
#
# brand: ATI Remote Wonder
# model no. of remote control: 
# devices being controlled by this remote: ATI USB Receiver (X10).
#
# * remote is set to channel 1, driver reports channel 16. don't know 
# which is true.

#
# P:  Vendor=0bc7 ProdID=0004 Rev= 1.00
# S:  Manufacturer=X10 Wireless Technology Inc
# S:  Product=USB Receiver
#

begin remote

  name  atiusb_ch1
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          227933
  toggle_bit      0


      begin codes
          A                        0x000000000000D500
          B                        0x000000000000D601
          C                        0x000000000000EE19
          D                        0x000000000000F01B
          E                        0x000000000000F621
          F                        0x000000000000F823
          POWER                    0x000000000000D702
          TV                       0x000000000000D803
          DVD                      0x000000000000D904
          WEB                      0x000000000000DA05
          BOOK                     0x000000000000DB06
          HAND                     0x000000000000DC07
          MOUSE_LEFT_BTN           0x0000000000004D78
          MOUSE_RIGHT_BTN          0x000000000000517C
          MOUSE_LEFT               0x0000000000004570
          MOUSE_RIGHT              0x0000000000004671
          MOUSE_UP                 0x0000000000004772
          MOUSE_DOWN               0x0000000000004873
          VOL_UP                   0x000000000000DD08
          VOL_DOWN                 0x000000000000DE09
          MUTE                     0x000000000000DF0A
          CH_UP                    0x000000000000E00B
          CH_DOWN                  0x000000000000E10C
          1                        0x000000000000E20D
          2                        0x000000000000E30E
          3                        0x000000000000E40F
          4                        0x000000000000E510
          5                        0x000000000000E611
          6                        0x000000000000E712
          7                        0x000000000000E813
          8                        0x000000000000E914
          9                        0x000000000000EA15
          0                        0x000000000000EC17
          LIST                     0x000000000000EB16
          CHECK                    0x000000000000ED18
          UP                       0x000000000000EF1A
          DOWN                     0x000000000000F722
          LEFT                     0x000000000000F21D
          RIGHT                    0x000000000000F41F
          OK                       0x000000000000F31E
          TIMER                    0x000000000000F11C
          MAXIMIZE                 0x000000000000F520
          REW                      0x000000000000F924
          FFWD                     0x000000000000FB26
          PLAY                     0x000000000000FA25
          STOP                     0x000000000000FD28
          RECORD                   0x000000000000FC27
          PAUSE                    0x000000000000FE29
      end codes

end remote


#
# this config file was automatically generated
# using lirc-0.7.0pre4(atiusb) on Tue Nov  9 12:37:00 2004
#
# contributed by Phil Speights
#
# brand: nvidia
# model no. of remote control: UR88A 
# devices being controlled by this remote: nvidia personal cinema
#

begin remote

  name  ATIUSB_UR88A
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          243948
  toggle_bit      0


      begin codes
          mouse-up                 0x4A75
          mouse-right_up           0x4A75
          mouse-right              0x4671
          mouse-right_down         0x4B76
          mouse-down               0x4B76
          mouse-left_down          0x4873
          mouse-left               0x4C77
          mouse-left_up            0x4772
          esc                      0xDF0A
          mouse-button_left        0x4D78
          mouse-button_right       0x517C
          1                        0xE20D
          2                        0xE30E
          3                        0xE40F
          4                        0xE510
          5                        0xE611
          6                        0xE712
          7                        0xE813
          8                        0xE914
          9                        0xEA15
          0                        0xEC17
          stop                     0xFD28
          play                     0xFA25
          fastfoward               0xFB26
          rewind                   0xF924
          pause                    0xFE29
          record                   0xFC27
          previous                 0xF621
          next                     0xF823
          up                       0xEF1A
          down                     0xF722
          right                    0xF41F
          left                     0xF21D
          web                      0xDC07
          music                    0xDB06
          photo                    0xDA05
          dvd/vcd                  0xD904
          dvr                      0xD803
          mute                     0xD500
          playlist                 0xD601
          chsurf                   0xD702
          dvdmenu                  0xEE19
          txt                      0xEB16
          snapshots                0xED18
          setup                    0xF01B
          audio                    0xF11C
          slow                     0xF520
          ok                       0xF31E
          vol+                     0xDE09
          vol-                     0xDD08
          chan-                    0xE10C
          chan+                    0xE00B
          zoom                     0xFF2A
          angle                    0x002B
      end codes

end remote


#
# this config file was automatically generated
# using lirc-0.7.0(atiusb) on Sun Jan 23 11:18:36 2005
#
# contributed by Dirk Aust
#
# brand:	Medion, Made by X10, China
# Remote P/N:	20016398
# Receiver P/N:	20016397
#
# bundled with bundled with Titanium TD8008 and TD8080 Aldi PC

begin remote

  name  Medion
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          139873
  toggle_bit      0


      begin codes
          TV                       0x012C
          VCR                      0x022D
          DVD                      0xD904
          MUSIC                    0xDB06
          RADIO                    0x032E
          PHOTO                    0xDA05
          TV_PREVIEW               0x042F
          CHANNEL_LIST             0x0530
          SETUP                    0xF01B
          VIDEO_DESKTOP            0x0631
          CHAN+                    0xE00B
          VOL-                     0xDD08
          MUTE                     0xD500
          VOL+                     0xDE09
          CHAN-                    0xE10C
          RED                      0x0732
          GREEN                    0x0833
          YELLOW                   0x0934
          BLUE                     0x0A35
          TXT                      0xEB16
          1                        0xE20D
          2                        0xE30E
          3                        0xE40F
          4                        0xE510
          5                        0xE611
          6                        0xE712
          7                        0xE813
          8                        0xE914
          9                        0xEA15
          TV/RADIO                 0xF11C
          0                        0xEC17
          DELETE                   0xF520
          RENAME                   0x0B36
          SNAPSHOT                 0xED18
          UP                       0xEF1A
          LEFT                     0xF21D
          OK                       0xF31E
          RIGHT                    0xF41F
          DOWN                     0xF722
          ACQ_IMAGE                0x0C37
          EDIT_IMAGE               0x0D38
          REW                      0xF924
          PLAY                     0xFA25
          FFW                      0xFB26
          RECORD                   0xFC27
          STOP                     0xFD28
          PAUSE                    0xFE29
          PREV                     0xF621
          FULL                     0x0E39
          NEXT                     0xF823
          DVD_MENU                 0xEE19
          DVD_AUDIO                0x0F3A
          POWER                    0xD702
      end codes

end remote


# this config file was automatically generated
# using lirc-0.7.0(atiusb) on Sat Feb 12 13:22:29 2005
#
# contributed by Steffen <starv-lirc@juniks.org>
#
# brand: ATI Sapphire Remote Bob II USB
# model no. of remote control: 5000024400
# devices being controlled by this remote: ASUS Digimatrix MythTV PVR
#

begin remote

  name  5000024400
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x0
  post_data_bits  16
  post_data      0x0
  gap          299851
  toggle_bit      0


      begin codes
          aux1                     0x023F
          aux2                     0x023F
          aux3                     0x023F
          aux4                     0x023F
          leftmouse                0x02A9
          rightmouse               0x02AA
          a                        0x0278
          b                        0x0279
          power                    0x020C
          dvd                      0x0238
          tv                       0x0239
          help                     0x02BE
          pc                       0x023F
          resize                   0x02D5
          hand                     0x02D0
          ati                      0x028E
          vol-up                   0x0210
          vol-down                 0x0211
          mute                     0x020D
          chan-up                  0x0220
          chan-down                0x0221
          mouse-up                 0x013F
          mouse-down               0x013F
          mouse-left               0x013F
          mouse-right              0x013F
          1                        0x0201
          2                        0x0202
          3                        0x0203
          4                        0x0204
          5                        0x0205
          6                        0x0206
          7                        0x0207
          8                        0x0208
          9                        0x0209
          0                        0x0200
          list                     0x0254
          check                    0x0282
          info                     0x02F9
          timer                    0x0296
          up                       0x0258
          left                     0x025A
          right                    0x025B
          down                     0x0259
          ok                       0x025C
          c                        0x017A
          d                        0x027B
          play                     0x022C
          e                        0x027C
          f                        0x027D
          rewind                   0x0229
          rec                      0x0237
          stop                     0x0231
          pause                    0x0230
          ffwd                     0x0228
      end codes

end remote


#
# this config file was automatically generated
# using lirc-0.7.0(any) on Sun Jan 16 14:58:13 2005
#
# contributed by 
#
# brand:                       Niveus
# model no. of remote control: 
# devices being controlled by this remote: Niveus X10
#

begin remote

  name  Niveus_X10
  bits           40
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          203974
  toggle_bit      0


      begin codes
          power                    0x00000020EE11F00F
          mouse-up                 0x0000001447720000
          mouse-down               0x0000001448730000
          mouse-left               0x0000001445700000
          mouse-right              0x0000001446710000
          mouse-up-left            0x0000001449740000
          mouse-up-right           0x000000144A750000
          mouse-down-left          0x000000144C770000
          mouse-down-right         0x000000144B760000
          mouse-left-click         0x000000144D780000
          mouse-right-click        0x00000014517C0000
          mouse-drag               0x00000014507B0000
          vol-                     0x00000020EE01E00F
          vol+                     0x00000020EE81600F
          ch-                      0x00000020EEE1C00F
          ch+                      0x00000020EE61400F
          mute                     0x00000020EEC1A00F
          1                        0x00000020EEA1820D
          2                        0x00000020EE61420D
          3                        0x00000020EEE1C20D
          4                        0x00000020EE41220D
          5                        0x00000020EEC1A20D
          6                        0x00000020EE81620D
          7                        0x00000020EE01E20D
          8                        0x00000020EE31120D
          9                        0x00000020EEB1920D
          ent                      0x00000020EE71520D
          0                        0x00000020EE21020D
          a-b                      0x00000020EED1BA05
          a                        0x00000020EE513A05
          b                        0x00000020EEF1D807
          c                        0x00000020EEF1D609
          d                        0x00000020EEF1D906
          menu                     0x00000020EED1B609
          exit                     0x00000020EEE1C906
          up                       0x00000020EEF1D50A
          down                     0x00000020EEF1D30C
          left                     0x00000020EEF1D20D
          right                    0x00000020EEF1D10E
          ok                       0x00000020EE71520D
          rew                      0x00000020EE513807
          play                     0x00000020EED1B00F
          ff                       0x00000020EED1B807
          rec                      0x00000020EE11FF00
          stop                     0x00000020EE91700F
          pause                    0x00000020EE91720D
      end codes

end remote
#
# this config file was automatically generated
# using lirc-0.7.0(atiusb) on Mon Aug 22 22:40:10 2005
#
# contributed by 
#
# brand:  Medion
# model no. of remote control: MD1 NBC remote 
# devices being controlled by this remote: Medion MD95700 usb dvb/analog tuner with atiusb 
#

begin remote

  name  Medion_MD1
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          219994
  min_repeat      27
  toggle_bit      0


      begin codes
          Power                    0x000000000000D702
          TV                       0x000000000000012C
          Video                    0x00000000000082AD
          CD/DVD                   0x000000000000D904
          Teletext                 0x0000000000006B96
          Audio                    0x000000000000DB06
          Radio                    0x00000000000083AE
          Page                     0x0000000000000631
          Photo                    0x0000000000005A85
          Info                     0x000000000000042F
          Menu                     0x0000000000006E99
          Back                     0x000000000000F520
          Wheel_Up                 0x000000000000CDF8
          Wheel_Down               0x000000000000C7F2
          Wheel_Left               0x000000000000F21D
          Wheel_Right              0x000000000000749F
          Wheel_Click              0x000000000000F31E
          Vol+                     0x000000000000DE09
          Vol-                     0x0000000000005D88
          Mute                     0x000000000000D500
          Program+                 0x000000000000608B
          Program-                 0x000000000000E10C
          Prog_Switch              0x000000000000719C
          Select                   0x000000000000F01B
          Red                      0x00000000000087B2
          Green                    0x0000000000000833
          Yellow                   0x00000000000089B4
          Blue                     0x0000000000000A35
          Stop                     0x0000000000007DA8
          Pause                    0x000000000000FE29
          Play                     0x0000000000007AA5
          Skip_Left                0x000000000000F621
          Camera                   0x0000000000006D98
          Skip_Right               0x000000000000F823
          Fast_Reverse             0x00000000000079A4
          Fast_Forward             0x000000000000FB26
          1                        0x000000000000628D
          2                        0x000000000000E30E
          3                        0x000000000000648F
          4                        0x000000000000E510
          5                        0x0000000000006691
          6                        0x000000000000E712
          7                        0x0000000000006893
          8                        0x000000000000E914
          9                        0x0000000000006A95
          0                        0x000000000000EC17
          Record                   0x000000000000FC27
      end codes

end remote



#
# this config file was automatically generated
# using lirc-0.7.0(atiusb) on Tue Nov 22 15:41:40 2005
#
# contributed by a_matteur
#
# brand: MEDION X10 RF
# model no. of remote control: remote P/N:20014752, receiver P/N:20014751
# devices being controlled by this remote: 
#

begin remote

  name  MEDION_X10_RF
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   8
  pre_data       0x14
  post_data_bits  16
  post_data      0x0
  gap          235923
  toggle_bit      0


      begin codes
          tv                       0x012C
          vcr                      0x022D
          dvd                      0x0904
          music                    0x0B06
          radio                    0x032E
          photo                    0x0A05
          tvpreview                0x042F
          channellist              0x0530
          setup                    0x001B
          videodesktop             0x0631
          ch+                      0x000B
          ch-                      0x010C
          vol+                     0x0E09
          vol-                     0x0D08
          mute                     0x0500
          red                      0x0732
          green                    0x0833
          yellow                   0x0934
          blue                     0x0A35
          txt                      0x0B16
          0                        0x0C17
          1                        0x020D
          2                        0x030E
          3                        0x040F
          4                        0x0510
          5                        0x0611
          6                        0x0712
          7                        0x0813
          8                        0x0914
          9                        0x0A15
          tvradio                  0x011C
          delete                   0x0520
          rename                   0x0B36
          snapshot                 0x0D18
          up                       0x0F1A
          down                     0x0722
          left                     0x021D
          right                    0x041F
          ok                       0x031E
          acquireimage             0x0C37
          editimage                0x0D38
          play                     0x0A25
          pause                    0x0E29
          stop                     0x0D28
          forward                  0x0B26
          rewind                   0x0924
          next                     0x0823
          prev                     0x0621
          record                   0x0C27
          fullscreen               0x0E39
          dvdmenu                  0x0E19
          dvdaudio                 0x0F3A
          power                    0x0702
      end codes

end remote


#
# this config file was automatically generated
# using lirc-0.7.2(atiusb) on Wed Dec 21 18:36:45 2005
#
# contributed by: Peter J. Weyers <lirc(a)usr-local.de>
#
# brand:                       MEDION / ATI
# model no. of remote control: 40005927
# devices being controlled by this remote:
#
# This is an USB attached reciever wich works by radio, not by IR. It is
# most probably a relabeled ATI X10 device and sold together with the
# Medion Notebook MD41300. It works with the lirc_atiusb driver while the
# ati_remote module is NOT(!) loaded

begin remote

  name  MEDION_40005927
  bits           40
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          227972
  toggle_bit      0


      begin codes
          TV_DVD                   0x1481AC0000
          VIDEO                    0x1482AD0000
          PHOTO                    0x1459840000
          MUSIC                    0x145B860000
          PC                       0x1483AE0000
          MUTE                     0x1455800000
          OK                       0x14739E0000
          UP                       0x146F9A0000
          DOWN                     0x1477A20000
          LEFT                     0x14729D0000
          RIGHT                    0x14749F0000
          CH+                      0x145E890000
          CH-                      0x145D880000
          VOL+                     0x14608B0000
          VOL-                     0x14618C0000
          PLAY_PAUSE               0x147AA50000
          RECORD                   0x147CA70000
          STOP                     0x147DA80000
          FRWND                    0x1479A40000
          FFWD                     0x147BA60000
          PREV                     0x1476A10000
          NEXT                     0x1478A30000
          1                        0x14628D0000
          2                        0x14638E0000
          3                        0x14648F0000
          4                        0x1465900000
          5                        0x1466910000
          6                        0x1467920000
          7                        0x1468930000
          8                        0x1469940000
          9                        0x146A950000
          0                        0x146C970000
          RC                       0x1484AF0000
          Screen_Symbol            0x146B960000
      end codes

end remote


#
# this config file was automatically generated
# using lirc-0.7.2(any) on Mon Jan 16 13:13:31 2006
#
# contributed by 
#
# brand: Medion USB Remote Control X10
# model no. of remote control: 40009936
# devices being controlled by this remote:
#

begin remote

  name  Medion_X10
  bits           40
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          219969
  toggle_bit      0


      begin codes
          off                      0x14D7020000
          tv                       0x14012C0000
          video                    0x1482AD0000
          dvd                      0x14D9040000
          vt                       0x146B960000
          audio                    0x14DB060000
          radio                    0x1483AE0000
          book                     0x1406310000
          photo                    0x145A850000
          info                     0x14042F0000
          0                        0x146C970000
          1                        0x14E20D0000
          2                        0x14638E0000
          3                        0x14E40F0000
          4                        0x1465900000
          5                        0x14E6110000
          6                        0x1467920000
          7                        0x1468930000
          8                        0x14E9140000
          9                        0x146A950000
          ok                       0x14F31E0000
          up                       0x14CDF80000
          down                     0x1446710000
          left                     0x14F21D0000
          right                    0x14749F0000
          menu                     0x14EE190000
          back                     0x1475A00000
          red                      0x1407320000
          green                    0x1488B30000
          yellow                   0x1409340000
          blue                     0x148AB50000
          mute                     0x14D5000000
          ch+                      0x14608B0000
          ch-                      0x14E10C0000
          vol+                     0x145E890000
          vol-                     0x14DD080000
          switch                   0x14719C0000
          stop                     0x14FD280000
          pause                    0x147EA90000
          play                     0x14FA250000
          reward                   0x1476A10000
          forward                  0x14F8230000
          skipr                    0x1479A40000
          skipf                    0x14FB260000
          rec                      0x147CA70000
      end codes

end remote