From owner-freebsd-usb@FreeBSD.ORG Sat Sep 15 05:29:41 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FB541065670 for ; Sat, 15 Sep 2012 05:29:41 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 603ED8FC12 for ; Sat, 15 Sep 2012 05:29:41 +0000 (UTC) Received: by iea17 with SMTP id 17so4161886iea.13 for ; Fri, 14 Sep 2012 22:29:40 -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=IvDjtdse9LkxzE9SXIW/Z7/8IV8nhiNa+KzIl5wlPjg=; b=HoPWyry3pAwYCFTnk3uITVTQUsOe6WHk76qsoVWqzVCA23FIzNDNh/MCisgfx5izGF dvDOU9nrUcaCfOkvE2Nk5aglL5uNt1jxRVkwT6XjVjytJNfoZcXD+PinHYTpFEvplIqN qUvqgK1SXKhp7xZf+QxrY0KmvwRJP1AdrXjaTb5bmVNNABMJ26zL1fNAk+zHYV47QMPN xHOMI1xvxt2YfPUEhUHHOsHp1e4Hw8MmsvZhTBOEsqtaxbss1nne7mH5RZL0qvvHoxMf 80cm8jOfaiw/JWh3oRu7e1AXd0G93p37mUoQSl9tPGUcsnLaHLPJTbXZ77MczFbA6msU I1tw== MIME-Version: 1.0 Received: by 10.50.219.230 with SMTP id pr6mr539849igc.29.1347686980762; Fri, 14 Sep 2012 22:29:40 -0700 (PDT) Received: by 10.64.28.36 with HTTP; Fri, 14 Sep 2012 22:29:40 -0700 (PDT) In-Reply-To: References: <20120912211314.8F0932E8AC@smtp.tx97.net> <201209131753.38985.hselasky@c2i.net> Date: Sat, 15 Sep 2012 08:29:40 +0300 Message-ID: From: Alexander Yerenkow To: Vitaly Magerya Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Sat, 15 Sep 2012 05:29:41 -0000 2012/9/15 Vitaly Magerya > Alexander Yerenkow wrote: > > mav@ did patch for x, and my cheap tablet from `genius` became working > :) > > You probably should write to him, ask details on how make your device > > working. > > That is good news then; do you have pressure sensitivity working in > programs like gimp? > > I did mail mav@ (avg@ suggested this too), but got no response so > far. There are however his patches at people.freebsd.org that look > useful. Is [1] the one you're using? I shall look into it. > > From the first glance the patch seems to assume a uhid(4) device > though; does ums(4) not grab your tablet before uhid(4)? > I don't remember exact details, if I'm not mistaken, pressure was supported (it's basically sent by tablet as one byte). You should have three section of device in xorg, and xorg will take automatically one as mouse, one as tablet (weird, but working magic). Could you write later to this list about results :) > > [1] http://people.freebsd.org/~mav/patch-zz-input-mouse9.1.7.1 > -- Regards, Alexander Yerenkow