From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 23 07:04:49 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C0E4106564A; Fri, 23 Jul 2010 07:04:49 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 2283C8FC17; Fri, 23 Jul 2010 07:04:47 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=9IIj2yEt9mCpiLyep4f0BnD2ZC7rS3PjQbiokY3Mrg0= c=1 sm=1 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=LaogzpLLAAAA:8 a=Vt2AcnKqAAAA:8 a=6I5d2MoRAAAA:8 a=Nt_ACCoGAAAA:8 a=HxvaxCTpGF_A6aDpUHkA:9 a=zBv2Xaw-z4498wxkYiqBDcjJ6vUA:4 a=wPNLvfGTeEIA:10 a=JDxsqQ4uBBwA:10 a=SV7veod9ZcQA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1658134; Fri, 23 Jul 2010 09:04:39 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 23 Jul 2010 09:01:45 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4C487EAB.50302@aldan.algebra.com> In-Reply-To: <4C487EAB.50302@aldan.algebra.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: <201007230901.46080.hselasky@c2i.net> Cc: usb@freebsd.org, hackers@freebsd.org, x11@freebsd.org, mi@aldan.algebra.com Subject: Re: UCLogic tablets on FreeBSD 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, 23 Jul 2010 07:04:49 -0000 On Thursday 22 July 2010 19:23:55 mi@aldan.algebra.com wrote: > Hello! > > chuckr@ seems > > to have implemented support for UC-LOGIC tablets > for FreeBSD. I > have a user with just such a device using FreeBSD-8.1/i386. The device > is seen by usbconfig(8) as: > > ugen1.4: at usbus1, cfg=0 md=HOST spd=LOW > (1.5Mbps) pwr=ON > > but I can't find anything in ports, that mentions "UC-LOGIC"... > > How would I go about making the device usable? I tried e-mailing Chuck > twice, but, evidently, am not reaching him :-( > > Thanks for any ideas. Yours, I recommend using libusb (see man libusb) on FreeBSD 8+, to communicate with the device. --HPS