On Thu, Apr 04, 2002 at 11:45:39AM +1000, Brad Hards wrote: > > class/storage/ - all usb-storage Class drivers > > class/input/ - all USB HID drivers (is this really needed?) > These class sub-dirs need to be higher in the precedence list, otherwise they > will tend to be empty.
Doh, I'll fix that in the README :) > Also, the class/input (if used) should be class/hid (because hiddev is not an > input mechanism). Does wacom.c go in here (almost HID:) class/hid/ should be used. And no, I don't think wacom.c should go into there, as it is not a HID driver. It should stay in the misc/ directory until there gets to be enough input drivers and then they could move to a input/ directory. > > > > > If the "higher level interface" is important, why doesn't dsbr100 > > > > > belong with the video stuff, since it uses V4L as well? > > > > > > > > Because I messed up :) You're right, it should go into video. > > > > > > Perhaps multimedia? > > > > Nah, it uses the video kernel interface, so we should stick with video > > as the name, until the day that V4L changes its name to M4L :) > Something to think about: > drivers/video directory contains framebuffer stuff. > drivers/media has V4L Good point, didn't realize this. It should be media/ then :) Thanks for catching all of these. If there aren't any other complaints, I'll try to split things up based on this thread in the next few days. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
