From: Linus T. <tor...@tr...> - 2000-08-22 03:44:14
|
On Tue, 22 Aug 2000, Vojtech Pavlik wrote: > > This one moves just the non-USB stuff of the input drivers out of > drivers/usb. That is, the bus-independent userland interface (char > device) modules. It places them in drivers/char. And modifies the > Makefiles and Config.in's accordingly. I'd actually prefer drivers/input. The argument I had against drivers/input was not an argument against a new subdirectory. It was an argument against moving the things like hid.c and the like to drivers/input, like the email I replied to tried to do. hid.c is something USB-specific. It had better _not_ be a part of any "generic input layer". The same is true of usbkbd.c and friends. They are _usb_ drivers, and shall belong in drivers/usb. Linus |