From: Vojtech P. <vo...@su...> - 2000-08-21 23:15:32
|
Hi! This patch tries to accomplish the same what the previous one did, basically to clean up the building of the input drivers. The older one did move all the currently present input drivers in the kernel, which now only includes joystick and usb ones. With time, the list will grow (ADB, busmice, PS/2+AT keyb driver, ...). It'd have been neat to have all that out of drivers/char. 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. Everything after this patch compiles OK. (Current kernel breaks if you select joysticks and not USB.) Again, to keep the size down, it's a shell script and a patch. Run the first, apply the second. Is this OK? If not, what should I change? -- Vojtech Pavlik SuSE Labs |