From: Brad H. <bh...@bi...> - 2002-04-16 23:22:25
|
On Wed, 17 Apr 2002 06:31, Johann Deneux wrote: > Hi, > > I saw that James moved the hid code to drivers/usb/input. Shouldn't the > iforce code go there as well ? The USB project just went through a major re-organisation. There should be a README in the driver/usb directory (although it didn't appear to make it to the CVS, and I haven't actually checked the source distro) that explains where things live under drivers/usb. > It's not really clear to me, as it works with USB or RS232. The only technical reason (that I can see, I'm not very familiar with linuxconsole yet) is if you need to bind to underlying USB code when everything is built into the kernel. USB init runs very late, and you really want to make sure that everything is ready to go. Brad |