From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 24 17:11:28 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F44A1065683 for ; Fri, 24 Oct 2008 17:11:28 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from mailout1.zih.tu-dresden.de (mailout1.zih.tu-dresden.de [141.30.67.72]) by mx1.freebsd.org (Postfix) with ESMTP id BEFAF8FC18 for ; Fri, 24 Oct 2008 17:11:27 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from rmc67-31.zih.tu-dresden.de ([141.30.67.31] helo=server-n) by mailout1.zih.tu-dresden.de with esmtp (Exim 4.63) (envelope-from ) id 1KtPjZ-0000D5-9Q for freebsd-hackers@freebsd.org; Fri, 24 Oct 2008 18:41:59 +0200 Received: from localhost (p5B0ECAA7.dip.t-dialin.net [91.14.202.167]) by server-n (Postfix) with ESMTP id C2155100A093 for ; Fri, 24 Oct 2008 18:41:56 +0200 (CEST) Date: Fri, 24 Oct 2008 18:41:55 +0200 To: freebsd-hackers@freebsd.org. From: "Martin Laabs" Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.51 (Linux) X-TUD-Virus-Scanned: mailout1.zih.tu-dresden.de Cc: Subject: libusb for linux-emulation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2008 17:11:28 -0000 Hi, I'd like to run a program in linux-emulation (closed source ...) which uses the libusb. Is the structure (ioctls on devices and so on) sufficient compatible to use a linux libusb? Or is there any way to build a simple wrapper library to use the nativ libusb? (IMHO this is not possible.) Do you have any other idea? Thank you, Martin L.