Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2008 12:59:29 +0200
From:      "Kai Wang" <kaiwang27@gmail.com>
To:        "Alexander Leidinger" <Alexander@leidinger.net>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: How to remap or ignore certain mouse buttons? (was: Fun with Logitech keyboard/mouse kombo (diNovo Edge)...)
Message-ID:  <a92a9f4c0805080359l8e71684la7be565c1ba39d05@mail.gmail.com>
In-Reply-To: <20080508103636.153b1576@deskjail>
References:  <20080507192420.694f57ee@deskjail> <20080508103636.153b1576@deskjail>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 8, 2008 at 10:36 AM, Alexander Leidinger <
Alexander@leidinger.net> wrote:

> Quoting Alexander Leidinger <Alexander@Leidinger.net> (Wed, 7 May 2008
> 19:24:20 +0200):
>
> > Hi,
> >
> > I bought a keyboard with an integrated touchpad from logitech. Just
> > plugging in the BT-dongle gives an usb hub with ums and ukbd.
> > Unfortunately the ums doesn't work. When I start moused with
> > "-p /dev/ums0 -3 -f -d" I get no output when I press the buttons or
> > touch the touchpad. Any hints how to debug this problem? usbhidctl
> > doesn't print anything useful (but I don't know if it is ok to use it
> > with /dev/ums0).
>
> After a little bit of googling I found a description of the problem
> with the diNovo Edge. Quoting from
>
> http://www.mail-archive.com/linux-usb-users@lists.sourceforge.net/msg17777.html
>

Hello Alexander,

Our hid parser sometimes has problems dealing with multiple report IDs, and
our parser
is different from the Linux one.

Could you please dump the report descriptor of your mouse and post it here?
You can use this kernel module to do it:

http://people.freebsd.org/~kaiw/tools/krepdump.tgz

# tar xzvf krepdump.tgz
# cd krepdump
# make
# kldload ./krepdump.ko

Then plug in your mouse at this point, the descriptor should be written to
your console.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a92a9f4c0805080359l8e71684la7be565c1ba39d05>