This file is indexed.

/usr/share/doc/lirc/html/table.html is in lirc-doc 0.10.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>LIRC - Linux Infrared Remote Control</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="lirc.css">
<LINK REL="shortcut icon" HREF="../images/favicon.ico">
<META NAME="description" CONTENT="LIRC - Linux Infrared Remote Control">
<META NAME="keywords" CONTENT="linux remote control, multimedia">
<META charset="UTF-8">
</HEAD>
<body>
<TABLE CLASS="menu"><TR>
<TD CLASS="menu"><IMG class="menuimg" SRC="../images/diode.gif" ALT="LIRC icon" ALIGN="LEFT"></TD>
<TD><IMG class="menuimg" SRC="../images/lirc.gif" ALT="LIRC logo" ALIGN="RIGHT"></TD>
</TR></TABLE>
<table>
    <tr>
        <th>Hardware</th>
        <th>Required LIRC kernel setup</th>
        <th>lircd driver</th>
        <th>Default lircd and lircmd config files</th>
        <th>Supported remotes</th>
   </tr>"
<tr><th colspan="5"><a href="#home_brew">Home-brew serial and parallel devices</a></th></tr>
<tr><th colspan="5"><a href="#irda">IRDA/Cir hardware</a></th></tr>
<tr><th colspan="5"><a href="#other">Other (MIDI, Bluetooth, udp, etc.)</a></th></tr>
<tr><th colspan="5"><a href="#other_serial">Other serial port devices</a></th></tr>
<tr><th colspan="5"><a href="#pda">PDAs</a></th></tr>
<tr><th colspan="5"><a href="#soundcard">Home-brew (soundcard input)</a></th></tr>
<tr><th colspan="5"><a href="#tv_card">TV cards</a></th></tr>
<tr><th colspan="5"><a href="#usb">USB devices</a></th></tr>
<tr><th colspan="5"><hr></th></tr>
<tr><th colspan="5"><a name="home_brew">
Home-brew serial and parallel devices</a></th></tr> 
<tr>
<td>Home brew (16x50 compatible UART serial port)</td>
<td> </td>
<td>lirc_serial</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>home-brew (parallel port)</td>
<td> </td>
<td>lirc_parallel</td>
<td>any  </td>
<td> </td>
</tr>
<tr><th colspan="5"><a name="irda">
IRDA/Cir hardware</a></th></tr> 
<tr>
<td>Actisys  Act200L SIR driver support</td>
<td> </td>
<td>lirc_sir</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>Actisys Act220L(+) SIR driver support</td>
<td> </td>
<td>lirc_sir</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>SIR  IrDA (built-in IR ports)</td>
<td> </td>
<td>lirc_sir</td>
<td>   </td>
<td> </td>
</tr>
<tr><th colspan="5"><a name="other">
Other (MIDI, Bluetooth, udp, etc.)</a></th></tr> 
<tr>
<td>AOpen XC Cube EA65, EA65-II</td>
<td> </td>
<td>ea65</td>
<td>   ea65/ea65.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Creative  LiveDrive midi</td>
<td> </td>
<td>livedrive_midi</td>
<td>creative/livedrive.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Creative  LiveDrive sequencer</td>
<td> </td>
<td>livedrive_seq</td>
<td>creative/livedrive.lircd.conf  creative/livedrive.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Creative  iNFRA CDROM</td>
<td> </td>
<td>creative_infracd</td>
<td>creative/infracd.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Ericsson mobile phone via Bluetooth</td>
<td> </td>
<td>bte</td>
<td>   ericsson/bte.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Generic device getting keypresses from network UDP port</td>
<td> </td>
<td>udp</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr><th colspan="5"><a name="other_serial">
Other serial port devices</a></th></tr> 
<tr>
<td>Anir Multimedia Magic</td>
<td> </td>
<td>lirc_serial</td>
<td>animax/animax.lircd.conf animax/animax.lircmd.conf</td>
<td> </td>
</tr>
<tr>
<td>Creative  Infra Receiver/CIMR100</td>
<td> </td>
<td>creative</td>
<td>   creative/creative.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Girs driver for Arduino devices</td>
<td> </td>
<td>girs</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr>
<td>IRdeo</td>
<td> </td>
<td>lirc_serial</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>IRdeo Remote</td>
<td> </td>
<td>lirc_serial</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>Kanam  Accent</td>
<td> </td>
<td>accent</td>
<td>   kanam_accent/IR-100.lircd.conf kanam_accent/kanam_accent.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Linksys NSLU2 (CTS2+GreenLED)</td>
<td> </td>
<td>nslu2</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>Logitech/AST</td>
<td> </td>
<td>logitech</td>
<td>logitech/logitech.lircd.conf logitech/logitech.lircmd.conflogitech/logitech.lircd.conflogitech/logitech.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Miro PCTV serial receiver</td>
<td> </td>
<td>pinsys</td>
<td>   pinnacle_systems/mini.lircd.conf pinnacle_systems/pctv.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>PCMAK serial receiver</td>
<td> </td>
<td>pcmak</td>
<td>   pcmak/pcmak.lircd.confpcmak/pcmak.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Packard  Bell receiver</td>
<td> </td>
<td>lirc_serial</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>Pinnacle Systems TV-card receiver</td>
<td> </td>
<td>pinsys</td>
<td>   pinnacle_systems/mini.lircd.conf pinnacle_systems/pctv.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>PixelView RemoteMaster RC2000/RC3000</td>
<td> </td>
<td>pixelview</td>
<td>pixelview/remotemaster.lircd.conf pixelview/remotemaster.lircmd.confpixelview/playtv.lircd.conf pixelview/playtv_bt878.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>REALmagic (bundled with Hollywood Plus DVD card)</td>
<td> </td>
<td>pixelview</td>
<td>sigma_designs/realmagic.lircd.conf  pixelview/playtv.lircd.conf pixelview/playtv_bt878.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Silitek  SM-1000</td>
<td> </td>
<td>silitek</td>
<td>silitek/silitek.lircd.conf silitek/silitek.lircmd.confsilitek/silitek.lircd.confsilitek/silitek.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Tekram  Irmate 210 (16x50 UART compatible serial port)</td>
<td> </td>
<td>lirc_sir</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>UIRT2  (receive and transmit)</td>
<td> </td>
<td>uirt2_raw</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr>
<td>UIRT2  (receive only, UIR mode)</td>
<td> </td>
<td>uirt2</td>
<td>   </td>
<td>code</td>
</tr>
<tr>
<td>X10  MP3 Anywhere Serial RF Receiver</td>
<td> </td>
<td>mp3anywhere</td>
<td>   x10/mp3anywhere.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>X10  MouseRemote RF Receiver (Serial)</td>
<td> </td>
<td>mouseremote</td>
<td>x10/mouseremote.lircd.conf x10/mouseremote.lircmd.confx10/mouseremote.lircd.confx10/mouseremote.lircmd.conf</td>
<td>code</td>
</tr>
<tr><th colspan="5"><a name="pda">
PDAs</a></th></tr> 
<tr>
<td>HP  iPAQ</td>
<td> </td>
<td>lirc_sir</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>Sharp Zaurus</td>
<td> </td>
<td>lirc_sir</td>
<td>   </td>
<td> </td>
</tr>
<tr><th colspan="5"><a name="soundcard">
Home-brew (soundcard input)</a></th></tr> 
<tr>
<td>IR receiver IC connected to audio input using ALSA (EXPERIMENTAL)</td>
<td> </td>
<td>audio_alsa</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr>
<td>Receiver/transmitter using PortAudio (EXPERIMENTAL)</td>
<td> </td>
<td>audio</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr>
<td>Simple IR diode (EXPERIMENTAL)</td>
<td> </td>
<td>dsp</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr><th colspan="5"><a name="tv_card">
TV cards</a></th></tr> 
<tr>
<td>Adaptec AVC-2410</td>
<td> </td>
<td>devinput</td>
<td>adaptec/AVC-2410.lircd.conf  devinput/devinput.lircd.conf pipi/PiPiPC.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Askey  Magic TView CPH03x (card=1)</td>
<td> </td>
<td>default</td>
<td>cph03x/cph03x.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Askey/Typhoon/Anubis Magic TView CPH051/061 (bt878) (card=24)</td>
<td> </td>
<td>default</td>
<td>cph03x/cph03x.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Asus  TV-Box</td>
<td> </td>
<td>devinput</td>
<td>asus/asus.lircd.conf  devinput/devinput.lircd.conf pipi/PiPiPC.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>AverMedia TV card (TVCapture, TVPhone) (card=6)</td>
<td> </td>
<td>default</td>
<td>avermedia/avermedia.lircd.conf avermedia/avermedia.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>AverMedia-98 TV card (TVCapture, TVPhone) (card=6)</td>
<td> </td>
<td>default</td>
<td>avermedia/avermedia.lircd.conf avermedia/avermedia.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Chronos  Video Shuttle II (card=35)</td>
<td> </td>
<td>default</td>
<td>chronos/chronos.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Creative BreakOut-Box</td>
<td> </td>
<td>default</td>
<td>creative/breakoutbox.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Dign HV5 HTPC IR/VFD Module</td>
<td> </td>
<td>lirc_sasem</td>
<td>sasem/sasem.lircd.conf  </td>
<td> </td>
</tr>
<tr>
<td>Dynalink  Magic TView (card=48)</td>
<td> </td>
<td>default</td>
<td>cph03x/cph03x.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>FlyVideo  98 (card=3</td>
<td> </td>
<td>default</td>
<td>life-view/flyvideo.lircd.conf life-view/flyvideo.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>FlyVideo  II (card=8)</td>
<td> </td>
<td>default</td>
<td>life-view/flyvideo.lircd.conf life-view/flyvideo.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>FlyVideo 98/FM /2000S (card=56)</td>
<td> </td>
<td>default</td>
<td>life-view/flyvideo.lircd.conf life-view/flyvideo.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Flyvideo 98FM (LR50Q)/Typhoon TView TV/FM Tuner (card=36)</td>
<td> </td>
<td>default</td>
<td>life-view/flyvideo.lircd.conf life-view/flyvideo.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Hauppauge  HVR-1300</td>
<td> </td>
<td>default</td>
<td>hauppauge/hauppauge.lircd.conf hauppauge/hauppauge.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Hauppauge  TV card</td>
<td> </td>
<td>devinput</td>
<td>hauppauge/hauppauge.lircd.conf hauppauge/hauppauge.lircmd.confdevinput/devinput.lircd.conf pipi/PiPiPC.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Hauppauge DVB-s card (ver. 2.1)</td>
<td> </td>
<td>default</td>
<td>hauppauge/hauppauge.lircd.conf hauppauge/hauppauge.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Hercules Smart TV Stereo (card=100)</td>
<td> </td>
<td>default</td>
<td>hercules/smarttv_stereo.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>I-O</td>
<td> </td>
<td>default</td>
<td>iodata/gvbctv5pci.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Jetway TV/Capture JW-TV878-FBK, Kworld KW-TV878RF (card=78)</td>
<td> </td>
<td>default</td>
<td>kworld/kworld.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>KNC ONE TV Station (-/SE/PRO/RDS)</td>
<td> </td>
<td>devinput</td>
<td>knc_one/knc_one.lircd.conf  devinput/devinput.lircd.conf pipi/PiPiPC.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Lenco  MXTV-9578 CP (card=50)</td>
<td> </td>
<td>default</td>
<td>pixelview/playtv_pro.lircd.conf pixelview/playtv_pro.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Phoebe  Tv Master + FM (card=22)</td>
<td> </td>
<td>default</td>
<td>cph03x/cph93x.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Pinnacle  Systems PCTV Sat receiver</td>
<td> </td>
<td>pinsys</td>
<td>pinnacle_systems/pctv.lircd.conf  pinnacle_systems/mini.lircd.conf pinnacle_systems/pctv.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Pinnacle Systems PCTV (pro) receiver</td>
<td> </td>
<td>pinsys</td>
<td>pinnacle_systems/pctv.lircd.conf  pinnacle_systems/mini.lircd.conf pinnacle_systems/pctv.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Pixelview  PV-BT878P+4E (card=50)</td>
<td> </td>
<td>default</td>
<td>pixelview/playtv_pro.lircd.conf pixelview/playtv_pro.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Pixelview PlayTV MPEG2</td>
<td> </td>
<td>default</td>
<td>pixelview/playtv_pro.lircd.conf pixelview/playtv_pro.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Pixelview PlayTV pro (card=37)</td>
<td> </td>
<td>default</td>
<td>pixelview/playtv_pro.lircd.conf pixelview/playtv_pro.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>ProVideo  PV951 (card=42)</td>
<td> </td>
<td>devinput</td>
<td>provideo/pv951.lircd.conf  devinput/devinput.lircd.conf pipi/PiPiPC.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Prolink  PV-BT878P+4E (card=50)</td>
<td> </td>
<td>default</td>
<td>pixelview/playtv_pro.lircd.conf pixelview/playtv_pro.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Prolink AProlink Pixelview PV-BT878P+ (Rev.4C,8E, card=70)</td>
<td> </td>
<td>default</td>
<td>pixelview/playtv_pro.lircd.conf pixelview/playtv_pro.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Sony PCVA-IR5U IR Receiver</td>
<td> </td>
<td>sonyir</td>
<td>   sonyir/sonyir.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Sony PCVA-IR5U IR Receiver (OSX version)</td>
<td> </td>
<td>sonyir</td>
<td>sonyir.lircd.conf  sonyir/sonyir.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Soundgraph  iMON Knob</td>
<td> </td>
<td>default</td>
<td>imon/imon-knob.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>TV card (VDOMATE) (use card=13)</td>
<td> </td>
<td>default</td>
<td>avermedia/vdomate.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>TView99  CPH063 (card=38)</td>
<td> </td>
<td>default</td>
<td>cph03x/cph03x.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Technisat MediaFocus I</td>
<td> </td>
<td>default</td>
<td>technisat/mediafocus.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Tekram   M230 Mach64 (and others bt829 based)</td>
<td> </td>
<td>lirc_bt829</td>
<td>tekram/m230.lircd.conf tekram/m230.lircmd.conf</td>
<td> </td>
</tr>
<tr>
<td>TriTan Technology TView95 CPH03x (card=1)</td>
<td> </td>
<td>default</td>
<td>cph03x/cph93x.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Typhoon  TView RDS / FM Stereo (card=53)</td>
<td> </td>
<td>devinput</td>
<td>knc_one/knc_one.lircd.conf  devinput/devinput.lircd.conf pipi/PiPiPC.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>WinView  601 (card=17)</td>
<td> </td>
<td>default</td>
<td>leadtek/RM-0007.lircd.conf leadtek/RM-0007.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Winfast  TV2000/XP (card=34)</td>
<td> </td>
<td>default</td>
<td>leadtek/RM-0010.lircd.conf leadtek/RM-0010.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Winfast PVR2000</td>
<td> </td>
<td>devinput</td>
<td>leadtek/PVR2000.lircd.conf  devinput/devinput.lircd.conf pipi/PiPiPC.lircd.conf</td>
<td>code</td>
</tr>
<tr><th colspan="5"><a name="usb">
USB devices</a></th></tr> 
<tr>
<td>ADSTech  USBX-707 USB IR Blaster</td>
<td> </td>
<td>usbx</td>
<td>adstech/usbx-707.lircd.conf  adstech/usbx-707.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>ATI Remote Wonder II</td>
<td> </td>
<td>atilibusb</td>
<td>   atiusb/atilibusb.lircd.conf q-sonic/Master_Remote_6in1.lircd.conf x10/atilibusb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>ATI/NVidia/X10  I &amp; II RF Remote</td>
<td> </td>
<td>ati_remote</td>
<td>atiusb/atiusb.lircd.conf  </td>
<td> </td>
</tr>
<tr>
<td>ATI/NVidia/X10 RF Remote (userspace)</td>
<td> </td>
<td>atilibusb</td>
<td>   atiusb/atilibusb.lircd.conf q-sonic/Master_Remote_6in1.lircd.conf x10/atilibusb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Apple  Mac mini USB IR Receiver</td>
<td> </td>
<td>macmini</td>
<td>   apple/macmini.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Asus DH USB Remote</td>
<td> </td>
<td>asusdh</td>
<td>   asus/asusdh.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Aureal ATWF@83-W001 ESKY.CC remote</td>
<td> </td>
<td>atwf83</td>
<td>   aureal/atwf83.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Awox RF/IR Remote (userspace)</td>
<td> </td>
<td>awlibusb</td>
<td>   awlibusb/awlibusb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>CommandIR Multi-IR Transceiver (userspace)</td>
<td> </td>
<td>commandir</td>
<td>hauppauge/hauppauge.lircd.conf hauppauge/hauppauge.lircmd.conf</td>
<td>mode2</td>
</tr>
<tr>
<td>DFC  USB InfraRed Remote Control (userspace)</td>
<td> </td>
<td>dfclibusb</td>
<td>any  </td>
<td>code</td>
</tr>
<tr>
<td>DViCO  USB Remote</td>
<td> </td>
<td>dvico</td>
<td>   dvico/fusionHDTV.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Dangerous Prototypes irtoy device</td>
<td> </td>
<td>irtoy</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr>
<td>FTDI  FT232-based IR Receiver</td>
<td> </td>
<td>ftdi</td>
<td>any  </td>
<td>mode2</td>
</tr>
<tr>
<td>Home  Electronics Tira USB device</td>
<td> </td>
<td>tira</td>
<td>   sony/RM-YD017.tira.lircd.conf tivo/TIVO_Series_2.tira.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Home  Electronics Tira USB device (timing mode)</td>
<td> </td>
<td>tira_raw</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr>
<td>IRLink VS USB IR Receiver.</td>
<td> </td>
<td>irlink</td>
<td>   irlink/irlink.vs.lircd.conf</td>
<td>mode2</td>
</tr>
<tr>
<td>Igor Cesko's USB IR Receiver</td>
<td> </td>
<td>igorplugusb</td>
<td>   </td>
<td> </td>
</tr>
<tr>
<td>Medion X10 devices</td>
<td> </td>
<td>atilibusb</td>
<td>atiusb/atilibusb.lircd.conf  atiusb/atilibusb.lircd.conf q-sonic/Master_Remote_6in1.lircd.conf x10/atilibusb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Microsoft MCE remotes gear</td>
<td> </td>
<td>default</td>
<td>mceusb/mceusb.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>NVidia X10 RF Remote (userspace)</td>
<td> </td>
<td>atilibusb</td>
<td>atiusb/atilibusb.lircd.conf  atiusb/atilibusb.lircd.conf q-sonic/Master_Remote_6in1.lircd.conf x10/atilibusb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>PCMAK  USB receiver</td>
<td> </td>
<td>pcmak</td>
<td>   pcmak/pcmak.lircd.confpcmak/pcmak.lircmd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Philips  7500 RF remote</td>
<td> </td>
<td>srm7500libusb</td>
<td>   philips/srm7500libusb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Samsung  USB IR Receiver</td>
<td> </td>
<td>samsung</td>
<td>samsung/samsung.lircd.conf  samsung/samsung.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Sasem  OnAir Remocon-V</td>
<td> </td>
<td>lirc_sasem</td>
<td>sasem/sasem.lircd.conf  </td>
<td> </td>
</tr>
<tr>
<td>Snapstream  Firefly</td>
<td> </td>
<td>ati-remote</td>
<td>atiusb/atiusb.lircd.conf  </td>
<td> </td>
</tr>
<tr>
<td>Sound Blaster Extigy/Audigy 2 NX (ALSA snd-usb-audio)</td>
<td> </td>
<td>alsa_usb</td>
<td>   creative/alsa_usb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Soundgraph  iMON 2.4G DT &amp; LT</td>
<td> </td>
<td>default</td>
<td>imon/imon-2.4g.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Soundgraph  iMON IR/LCD</td>
<td> </td>
<td>default</td>
<td>imon/imon.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Soundgraph  iMON MultiMedian IR/VFD</td>
<td> </td>
<td>default</td>
<td>imon/imon.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Soundgraph  iMON RSC</td>
<td> </td>
<td>default</td>
<td>imon/imon-rsc.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>Soundgraph iMON PAD IR/VFD</td>
<td> </td>
<td>default</td>
<td>imon/imon-pad.lircd.conf  </td>
<td>code</td>
</tr>
<tr>
<td>TechnoTrend Trend USB IR receiver</td>
<td> </td>
<td>default</td>
<td>   </td>
<td>code</td>
</tr>
<tr>
<td>USB-UIRT</td>
<td> </td>
<td>usb_uirt_raw</td>
<td>   </td>
<td>mode2</td>
</tr>
<tr>
<td>VLSystem  MPlay Blast</td>
<td> </td>
<td>mplay</td>
<td>vlsystem/mplay.lircd.conf  vlsystem/mplay.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>VLSystem  MPlay Mini</td>
<td> </td>
<td>mplay</td>
<td>   vlsystem/mplay.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>X10  MP3 Anywhere USB RF Receiver</td>
<td> </td>
<td>atilibusb</td>
<td>x10/mp3anywhere.lircd.conf  atiusb/atilibusb.lircd.conf q-sonic/Master_Remote_6in1.lircd.conf x10/atilibusb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>X10 RF Remote (userspace)</td>
<td> </td>
<td>atilibusb</td>
<td>atiusb/atilibusb.lircd.conf  atiusb/atilibusb.lircd.conf q-sonic/Master_Remote_6in1.lircd.conf x10/atilibusb.lircd.conf</td>
<td>code</td>
</tr>
<tr>
<td>Zotac USB IR Receiver</td>
<td> </td>
<td>zotac</td>
<td>zotac/zotac.lircd.conf  zotac/zotac.lircd.conf</td>
<td>code</td>
</tr>
</table>

<p class="footer">
        [<A HREF="http://www.lirc.org/">LIRC homepage</A>]
      </p>
</body>
</html>