]> pere.pagekite.me Git - homepage.git/blobdiff - blog/data/2013-01-09-hw-autoinstall.txt
Generated.
[homepage.git] / blog / data / 2013-01-09-hw-autoinstall.txt
index cec9f59cfe940d69fe227effb12cc057fb82da03..9fbebd3f28e830e2d9a0245a9dbfe951e711cb84 100644 (file)
@@ -1,5 +1,5 @@
 Title: Lets make hardware dongles easier to use in Debian
-Tags: english, debian
+Tags: english, debian, isenkram
 Date: 2013-01-09 15:40
 
 <p>One thing that annoys me with Debian and Linux distributions in
@@ -14,7 +14,7 @@ I need to talk to it.  When I plug in a Yubikey, it could propose the
 yubikey-personalization package.  The information required to do this
 is available, but no-one have pulled all the pieces together.</p>
 
-<p>Many years ago, I proposed to
+<p>Some years ago, I proposed to
 <a href="http://lists.debian.org/debian-devel/2010/05/msg01206.html">use
 the discover subsystem to implement this</a>.  The idea is fairly
 simple:
@@ -50,7 +50,7 @@ Debian Edu subversion repository</a>.  In the process, I updated the
 package to map the USB ids of LEGO Mindstorms and Yubikey devices to
 the relevant packages in Debian, and uploaded a new version
 2.2013.01.09 to unstable.  I also discovered that the current 
-<a href="http://packages.qa.debian.org/d/discover-data.html">discover</a>
+<a href="http://packages.qa.debian.org/d/discover.html">discover</a>
 package in Debian no longer discovered any USB devices, because
 /proc/bus/usb/devices is no longer present.  I ported it to use
 libusb as a fall back option to get it working.  The fixed package