From: Vojtech P. <vo...@su...> - 2002-01-20 14:47:31
|
On Sun, Jan 20, 2002 at 06:44:25AM -0800, James Simmons wrote: > > > Not sure, I didn't check with Linus yet. However I talked with DJ about > > this for a long time and this seemed the only reasonable way to do it. > > Okay. Also long as cross directory dependency are not a issues. > > > Note I didn't move the USB and ADB stuff which is still in the > > respective directories. I only moved stuff out of drivers/char, which is > > not a good place for input drivers anyway. > > For now. Later we can move stuff. Actually, I don't mind the USB stuff staying where it is. There are always two places for a driver to be: with other drivers for the bus it lives on (like USB), or with other drivers that have the same interface (like V4L or SCSI or Input ...). > > I like it better than one big input directory as well - now the problem > > is how to sync CVS to this layout without losing history on all the > > files. > > I don't picture that being to hard. It is a matter of moving files around > with cvs commands. I don't think there is anything like 'cvs move'. And if you do 'mv; cvs remove; cvs add', you lose versions and the whole history of the file. -- Vojtech Pavlik SuSE Labs |