From owner-freebsd-usb@FreeBSD.ORG Thu Sep 13 16:38:36 2012 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 05634106564A for ; Thu, 13 Sep 2012 16:38:36 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id B0D1C8FC12 for ; Thu, 13 Sep 2012 16:38:35 +0000 (UTC) Received: by vcbfw7 with SMTP id fw7so4836508vcb.13 for ; Thu, 13 Sep 2012 09:38:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HXLn2ybLv2BrF3UFQUnJPUW39+muKnsA9SyZ/royqDM=; b=iUh1BYdfmjvuFdhRYNLAyNWgNisVkJM24XzGYH/U6TkXKxSzXHtt1LAWA9vQkkrSMe etPAJTPPbQc1xKDIqqXPujYsWJrZ+PtYfkbEF4KgnvIaIEnEtJZ3fYaaH2YqiPaLqbba /xapliAgrkokApdxMUKgNf7t0Kl7hPKn7+fHZ6DG3Vgch+8/Y0TLMi/U1JGCC8yKvLdN U//8z7sDluqMObf3EMcFGNsAjFolV4Z71PeiaHTqtvAKrhkcwQoOymr49gkRBjDACE6m 3ZB6avRUXpu+lCTXRtuSOJ16oXpLQHDpW/sWlvAypOh/nK7yMLLzOZo95k/VBXe/zPw2 /91Q== MIME-Version: 1.0 Received: by 10.220.153.142 with SMTP id k14mr1729543vcw.7.1347554313910; Thu, 13 Sep 2012 09:38:33 -0700 (PDT) Received: by 10.58.29.226 with HTTP; Thu, 13 Sep 2012 09:38:33 -0700 (PDT) In-Reply-To: <201209131753.38985.hselasky@c2i.net> References: <20120912211314.8F0932E8AC@smtp.tx97.net> <201209131753.38985.hselasky@c2i.net> Date: Thu, 13 Sep 2012 19:38:33 +0300 Message-ID: From: Vitaly Magerya To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-usb@freebsd.org Subject: Re: Support for graphics tablets 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: Thu, 13 Sep 2012 16:38:36 -0000 Hans Petter Selasky wrote: > On Wednesday 12 September 2012 23:13:10 Vitaly Magerya wrote: >> Hi, folks. I have a graphics tablet (a Waltop-based one, see [1] >> for it's USB ids and descriptors) and I want to make it work on >> FreeBSD. >> >> Currently (8.3-RC1) this is what happens when I attach it: I have no idea why I wrote 8.3-RC1 here. It should be 9.1-RC1 instead. >> [...] > > Maybe webcamd in ports supports it. > > --HPS I didn't know webcamd supports that kind of devices; I thought it only supports video/audio stuff. Anyway, here's what I get with webcamd-3.7.0.1: # usbconf | grep WALTOP ugen3.2: at usbus3, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON # webcamd -d 3.2 webcamd: Cannot find USB device The same thing happens if I use libusb_detach_kernel_driver(3) to detach ums(4) from the tablet prior to trying webcamd.