From owner-freebsd-usb@freebsd.org Sat Feb 20 09:51:38 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C944BAADD9B for ; Sat, 20 Feb 2016 09:51:38 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9874D10BA for ; Sat, 20 Feb 2016 09:51:35 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 68B651FE023; Sat, 20 Feb 2016 10:51:33 +0100 (CET) Subject: Re: eGalax touchscreen & HID multitouch support To: Anthony Jenkins , freebsd-usb@FreeBSD.org References: <56C7A585.5070003@yahoo.com> From: Hans Petter Selasky Message-ID: <56C837B8.5040408@selasky.org> Date: Sat, 20 Feb 2016 10:54:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <56C7A585.5070003@yahoo.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 09:51:38 -0000 On 02/20/16 00:30, Anthony Jenkins via freebsd-usb wrote: > Is anyone working on adding support for the eGalax USB touchscreen > device, which apparently presents itself as a USB HID multitouch > touchscreen (at least that's how Linux treats it)? I have a laptop (HP > Envy TouchSmart m6) with one of these puppies and I'd like to > (eventually) add support for it (GPU, wifi and suspend/resume are ahead > of this). > > How do I go about sniffing the reports from the device, short of writing > my own libusb utility? > > Here's usbconfig(8)'s description: > > ugen1.2: at usbus1, > cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA) > Hi, /usr/ports/multimedia/webcamd can most likely attach to this device an give you the Linux event device you need. Also see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678 --HPS