Subject: Re: kern/19445: Griffin Powermate is better off on ugen than uhid
To: Peter Seebach <seebs@plethora.net>
From: Lennart Augustsson <lennart@augustsson.net>
List: netbsd-bugs
Date: 12/27/2002 13:16:34
>
>> Could you dump the HID report descriptor for your device? Possibly
>> the ums(4) matching code needs to check for one-dimensional "mice" and
>> filter them out...
>
> Hmm. That might work, but I'm not sure it's very generalizable;
> indeed,
> it may be better to do the one-dimensional mouse for anyone who doesn't
> add the magic cookie to the kernel config file.
The intention was that you should be able to get a uhid device instead
of
a ums if you want to. You can do this (I think) by specifying the
uhidev & uhid
devices yourself in the kernel config file. But I've not tested it so
it might not
work.
-- Lennart