From owner-freebsd-current@FreeBSD.ORG Mon Aug 3 16:34:29 2009 Return-Path: Delivered-To: current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63E8F106566C for ; Mon, 3 Aug 2009 16:34:29 +0000 (UTC) (envelope-from thierry.herbelot@free.fr) Received: from smtpfb1-g21.free.fr (smtpfb1-g21.free.fr [212.27.42.9]) by mx1.freebsd.org (Postfix) with ESMTP id CE37B8FC28 for ; Mon, 3 Aug 2009 16:34:27 +0000 (UTC) (envelope-from thierry.herbelot@free.fr) Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by smtpfb1-g21.free.fr (Postfix) with ESMTP id 3D7FF2DF5B for ; Mon, 3 Aug 2009 18:17:55 +0200 (CEST) Received: from smtp4-g21.free.fr (localhost [127.0.0.1]) by smtp4-g21.free.fr (Postfix) with ESMTP id E973C4C8101 for ; Mon, 3 Aug 2009 18:17:49 +0200 (CEST) Received: from mail.herbelot.nom (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp4-g21.free.fr (Postfix) with ESMTP id 0358C4C80D9 for ; Mon, 3 Aug 2009 18:17:46 +0200 (CEST) Received: from tulipe.herbelot.nom (tulipe.herbelot.nom [192.168.2.5]) by mail.herbelot.nom (8.14.1/8.14.1) with ESMTP id n73GHgPr001502; Mon, 3 Aug 2009 18:17:43 +0200 (CEST) From: Thierry Herbelot To: current ML Date: Mon, 3 Aug 2009 18:16:54 +0200 User-Agent: KMail/1.9.10 X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908031816.55299.thierry.herbelot@free.fr> Cc: Hans Petter Selasky Subject: redundant and contradictory includes for USB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 16:34:29 -0000 Hello, Alongside the shiny new USB stack, there are legacy usb include files which most likely should be removed : /usr/include/usb.h seems to be replaced by /usr/include/dev/usb/usb.h maybe /usr/include/usbhid.h should be replaced by /usr/include/dev/usb/usbhid.h Cheers TfH