From owner-freebsd-current Tue Jan 25 8:21: 6 2000 Delivered-To: freebsd-current@freebsd.org Received: from webweaving.org (calcaphon.demon.co.uk [193.237.19.5]) by hub.freebsd.org (Postfix) with ESMTP id 15D2014DF2 for ; Tue, 25 Jan 2000 08:20:29 -0800 (PST) (envelope-from n_hibma@webweaving.org) Received: from localhost (localhost [127.0.0.1]) by webweaving.org (8.9.3/8.9.3) with ESMTP id QAA08286; Tue, 25 Jan 2000 16:12:11 GMT (envelope-from n_hibma@webweaving.org) Date: Tue, 25 Jan 2000 16:12:10 +0000 (GMT) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: "Louis A. Mamakos" Cc: FreeBSD CURRENT Mailing List Subject: Re: cvs commit: src/sys/dev/usb ugen.c In-Reply-To: <200001251558.KAA61595@whizzo.transsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > One problem is how to limit the number of header files copied there. > > Only usb.h, usbdi.h, usbdi_util.h and usbdevs.h should be copied there, > > and not the other 453 header files in src/sys/dev/usb. > > Just as one data point, I only needed usb.h. On the other hand, I think > that hid.h and usbhid.h might be useful for another class of application.. There is between 3 and 5 files that should be there, hence my complaint. It is not possible to restrict the number of files there without creating a special case in the includes makefile. I guessed that CAM must have had the same problem sometime ago and just ignored it as well. Maybe that should be solved somehow. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message