summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-09-09 21:02:37 +0100
committerdakkar <dakkar@thenautilus.net>2018-09-09 21:02:37 +0100
commit6056fe0a3f8066cc8eb88a5ba3461230b0d4a2f1 (patch)
treedabcedb9d61615c4c2e20cf40b583ece7f3cfd27
parentbump anime day (diff)
downloadthenautilus-6056fe0a3f8066cc8eb88a5ba3461230b0d4a2f1.tar.gz
thenautilus-6056fe0a3f8066cc8eb88a5ba3461230b0d4a2f1.tar.bz2
thenautilus-6056fe0a3f8066cc8eb88a5ba3461230b0d4a2f1.zip
update lirc docs
-rw-r--r--src/SW/usb-ir-toy-lirc/document.en.rest.txt10
-rw-r--r--src/SW/usb-ir-toy-lirc/document.it.rest.txt13
2 files changed, 17 insertions, 6 deletions
diff --git a/src/SW/usb-ir-toy-lirc/document.en.rest.txt b/src/SW/usb-ir-toy-lirc/document.en.rest.txt
index 9f7169e..37ce224 100644
--- a/src/SW/usb-ir-toy-lirc/document.en.rest.txt
+++ b/src/SW/usb-ir-toy-lirc/document.en.rest.txt
@@ -6,8 +6,9 @@ Using the USB IR Toy with LIRC
:tags: - software
- configs
-So I got myself a `programmable remote control in the shape of Eleven's
-sonic screwdriver <http://thewandcompany.com/sonic/>`_ (sorry,
+So I got myself a `programmable remote control in the shape of
+Eleven's sonic screwdriver
+<https://www.thewandcompany.com/eleventh-doctors-sonic/>`_ (sorry,
horrible in-accessible website). Of course I want to control my PC
with it!
@@ -56,6 +57,11 @@ Unplug, re-plug, and we're set.
Patching LIRC
=============
+.. note::
+
+ ``lircd`` 0.10 has native support for the USB IR Toy, using the
+ ``irtoy`` driver
+
LIRC can use the IR Toy in ``irman`` compatibility mode, but I needed
full send capability, to program the sonic screwdriver. I found `a
patch to add full support
diff --git a/src/SW/usb-ir-toy-lirc/document.it.rest.txt b/src/SW/usb-ir-toy-lirc/document.it.rest.txt
index 953bd22..95cda2d 100644
--- a/src/SW/usb-ir-toy-lirc/document.it.rest.txt
+++ b/src/SW/usb-ir-toy-lirc/document.it.rest.txt
@@ -7,9 +7,9 @@ Come usare lo USB IR Toy con LIRC
- configs
Mi son comprato un `telecomando universale a forma di cacciavite
-sonico <http://thewandcompany.com/sonic/>`_ (il sito è orrendo e
-difficile da navigare…). Chiaramente voglio poterci controllare il mio
-PC!
+sonico <https://www.thewandcompany.com/eleventh-doctors-sonic/>`_ (il
+sito è orrendo e difficile da navigare…). Chiaramente voglio poterci
+controllare il mio PC!
Per farlo, mi serviva un ricevitore IR e `LIRC
<http://www.lirc.org/>`_. Visto che mi piace complicarmi la vita, ho
@@ -25,7 +25,7 @@ quel che ho fatto, per aiutare i prossimi.
Aggiornare il firmware
======================
-Il vostro IR Top ha probabilmente una versione vecchia del
+Il vostro IR Toy ha probabilmente una versione vecchia del
firmware. Se usate Windows, le `instruzioni fornite
<http://dangerousprototypes.com/docs/USB_IR_Toy_firmware_update>`_
potrebbero anche funzionare; altrimenti, bisogna studiarci un po'. I
@@ -57,6 +57,11 @@ Stacca, ri-attacca, e siamo pronti.
Patch per LIRC
==============
+.. note::
+
+ ``lircd`` 0.10 supporta nativamente lo "USB IR Toy", usando il
+ driver ``irtoy``
+
LIRC può usare lo IR Toy in modalità compatibile ``irman``, ma a me
serviva la funzione completa di invio segnali, per programmare il
cacciavite. Ho trovato `una patch per aggiungere il supporto completo