From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751588Ab0IBE3w (ORCPT ); Thu, 2 Sep 2010 00:29:52 -0400 Received: from hanwang.com.cn ([221.122.51.51]:33802 "EHLO mail.hanwang.com.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750993Ab0IBE3u (ORCPT ); Thu, 2 Sep 2010 00:29:50 -0400 Date: Thu, 2 Sep 2010 12:29:50 +0800 From: "Xing Wei" To: "dmitry.torokhov" Cc: "linux-input" , "linux-kernel" , "jkosina" Subject: Re: [PATCH v3] input: Add support for Hanwang tablet Message-ID: <201009021229501252232@hanwang.com.cn> X-mailer: Foxmail 6, 15, 201, 23 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 01, 2010 mitry Torokhov wrote: > Hi Xing, > > On Wed, Sep 01, 2010 at 02:55:44PM +0800, Xing Wei wrote: > > Hi Dmitry, it works well and I really appreciate your work. > > BTN_3 - BTN_8 & ABS_DISTANCE events are not handled & used in our X system driver by now, > > sorry for my mistake. > > > > Just to avoid confusion - are BTN_3 - BTN_8 not used by your X driver or > the hardware does not really report them? Because if it the former then > we should continue reporting them - some other user (as in > program/driver) might be interested in these. > > Also, why do you develop your own X driver? Does not X's evdev driver > work properly for you? > > Thanks. > > Hi Dmitry, the hardware does really report BTN_3 - BTN_8. And I try to let the evdev driver(remove my X driver & .conf file ) take over the device, but seem like it has no reflection to the pressure and roll wheel pad,just run like a generic mouse. Our products are just used under Windows and Mac before, really new to kernel-input and X system,correct me if something wrong. Thanks.