From owner-freebsd-usb@FreeBSD.ORG Sat May 22 19:06:21 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43D8C106566B for ; Sat, 22 May 2010 19:06:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id CA2788FC0A for ; Sat, 22 May 2010 19:06:20 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=2caWB_DcjroA:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=PCQUZ636FThXbdCJdTQA:9 a=ixx7eDs2nvU3o8ZwFoDknchF1RQA:4 a=wPNLvfGTeEIA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1379426956; Sat, 22 May 2010 21:06:19 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 22 May 2010 21:03:34 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201005181540.o4IFe3m9016461@freefall.freebsd.org> <00fe01caf9cf$55127560$ff376020$@com> <00ff01caf9db$c76ca2a0$5645e7e0$@com> In-Reply-To: <00ff01caf9db$c76ca2a0$5645e7e0$@com> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005222103.34953.hselasky@c2i.net> Cc: Subject: Re: uhid write EIO X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2010 19:06:21 -0000 On Saturday 22 May 2010 20:22:44 Engineering wrote: > Hi - quick correction - I had it working under 7.0, not 6.2, but I think I > had a beta version of HPS' updated USB stack in there. > > Sam Hi, Try FreeBSD-8 stable or FreeBSD-9 (You can copy /usr/src/sys/dev/usb/... to get the latest code). If /dev/uhidX does not work, try to use libusb in the FreeBSD baseport. There are three API's to choose from: LibUSB v0.1 (official) LibUSB v1.0 (official) LibUSB v2.0 (BSD specific) man libusb man libusb20 --HPS