linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Adesso SmartCat USB Synaptics touchpad
@ 2010-05-31 23:48 David B Harris
  2010-06-02  7:29 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: David B Harris @ 2010-05-31 23:48 UTC (permalink / raw)
  To: linux-input

Hello again all,

This time we have an "Adesso Smart Cat USB" touchpad, which is
unrecognized (I believe) by the kernel.

Here's the relevant /proc/bus/input/devices entry:

        I: Bus=0003 Vendor=0488 Product=0022 Version=0100
        N: Name="Cirque Corporation USB GlidePoint"
        P: Phys=usb-0000:00:02.1-10.4.2/input0
        S: Sysfs=/devices/pci0000:00/0000:00:02.1/usb1/1-10/1-10.4/1-10.4.2/1-10.4.2:1.0/input/input6
        U: Uniq=
        H: Handlers=mouse2 event6 
        B: EV=1f
        B: KEY=70000 0 0 0 0
        B: REL=103
        B: ABS=70000000000
        B: MSC=10
        
Can anybody provide some pointers on how to start tracking this down?
i8032.debug seems to do little.

Thanks,

Dave

-- 
     Arguing with an engineer is like wrestling with a pig in mud.
           After a while, you realise the pig is enjoying it.

                   OpenPGP v4 key ID: 4096R/59DDCB9F
    Fingerprint: CC53 F124 35C0 7BC2 58FE  7A3C 157D DFD9 59DD CB9F
                     Retrieve from subkeys.pgp.net


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Adesso SmartCat USB Synaptics touchpad
  2010-05-31 23:48 Adesso SmartCat USB Synaptics touchpad David B Harris
@ 2010-06-02  7:29 ` Dmitry Torokhov
  2010-06-02 20:06   ` David B Harris
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2010-06-02  7:29 UTC (permalink / raw)
  To: David B Harris; +Cc: linux-input

On Mon, May 31, 2010 at 07:48:48PM -0400, David B Harris wrote:
> Hello again all,
> 
> This time we have an "Adesso Smart Cat USB" touchpad, which is
> unrecognized (I believe) by the kernel.
> 
> Here's the relevant /proc/bus/input/devices entry:
> 
>         I: Bus=0003 Vendor=0488 Product=0022 Version=0100
>         N: Name="Cirque Corporation USB GlidePoint"
>         P: Phys=usb-0000:00:02.1-10.4.2/input0
>         S: Sysfs=/devices/pci0000:00/0000:00:02.1/usb1/1-10/1-10.4/1-10.4.2/1-10.4.2:1.0/input/input6
>         U: Uniq=
>         H: Handlers=mouse2 event6 
>         B: EV=1f
>         B: KEY=70000 0 0 0 0
>         B: REL=103
>         B: ABS=70000000000
>         B: MSC=10
>         
> Can anybody provide some pointers on how to start tracking this down?
> i8032.debug seems to do little.
> 

Right, because it is USB touchpad and not PS/2 one. It might be driver
by an out-of-tree Synaptics USB driver.

*sigh* Yes, I want to merge the driver, I even have hardware to test
(Tejun sent me a device), what I don't have is time to clean it up :(

-- 
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Adesso SmartCat USB Synaptics touchpad
  2010-06-02  7:29 ` Dmitry Torokhov
@ 2010-06-02 20:06   ` David B Harris
  0 siblings, 0 replies; 3+ messages in thread
From: David B Harris @ 2010-06-02 20:06 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input

Hey, thanks for the response. I was concerned that that was the problem.


On Wed, 2010-06-02 at 00:29 -0700, Dmitry Torokhov wrote:
> On Mon, May 31, 2010 at 07:48:48PM -0400, David B Harris wrote:
> > Hello again all,
> > 
> > This time we have an "Adesso Smart Cat USB" touchpad, which is
> > unrecognized (I believe) by the kernel.
> > 
> > Here's the relevant /proc/bus/input/devices entry:
> > 
> >         I: Bus=0003 Vendor=0488 Product=0022 Version=0100
> >         N: Name="Cirque Corporation USB GlidePoint"
> >         P: Phys=usb-0000:00:02.1-10.4.2/input0
> >         S: Sysfs=/devices/pci0000:00/0000:00:02.1/usb1/1-10/1-10.4/1-10.4.2/1-10.4.2:1.0/input/input6
> >         U: Uniq=
> >         H: Handlers=mouse2 event6 
> >         B: EV=1f
> >         B: KEY=70000 0 0 0 0
> >         B: REL=103
> >         B: ABS=70000000000
> >         B: MSC=10
> >         
> > Can anybody provide some pointers on how to start tracking this down?
> > i8032.debug seems to do little.
> > 
> 
> Right, because it is USB touchpad and not PS/2 one. It might be driver
> by an out-of-tree Synaptics USB driver.
> 
> *sigh* Yes, I want to merge the driver, I even have hardware to test
> (Tejun sent me a device), what I don't have is time to clean it up :(
> 

-- 
     Arguing with an engineer is like wrestling with a pig in mud.
           After a while, you realise the pig is enjoying it.

                   OpenPGP v4 key ID: 4096R/59DDCB9F
    Fingerprint: CC53 F124 35C0 7BC2 58FE  7A3C 157D DFD9 59DD CB9F
                     Retrieve from subkeys.pgp.net


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-02 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 23:48 Adesso SmartCat USB Synaptics touchpad David B Harris
2010-06-02  7:29 ` Dmitry Torokhov
2010-06-02 20:06   ` David B Harris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).