Re: Hardware detection w/example code.

2002-02-14 Thread Colin Walters
On Thu, 2002-02-14 at 12:30, Karl M. Hegbloom wrote: > Any reason not to put hardware detection into the boot-floppies? As far as I know, this feature is going to be part of debian-installer, but not boot-floppies. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: Hardware detection w/example code.

2002-02-14 Thread Eduard Bloch
#include Karl M. Hegbloom wrote on Thu Feb 14, 2002 um 09:30:50AM: > Any reason not to put hardware detection into the boot-floppies? a) Disk space. The boot floppies are full. b) Do you volunteer to implement this support? > "libdetect" works fairly well on each of the three machines I've >

Hardware detection w/example code.

2002-02-14 Thread Karl M. Hegbloom
Any reason not to put hardware detection into the boot-floppies? "libdetect" works fairly well on each of the three machines I've tried it on. Note that in the case of a USB keyboard and mouse, you'll want to load the HID stuff right away, even before they try to type anything... Right? (