Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-25 Thread Andrew Fuller
On 2/25/06, Michael Alladin <[EMAIL PROTECTED]> wrote: > There is a little side effect though. According to dmesg, four input classes > are registered (wrong, should be 2), but only two jsX nodes are created > (which is good). > usb-storage: device scan complete > usb 3-2: new low speed USB device

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-25 Thread Michael Alladin
uot;Tim Christie" <[EMAIL PROTECTED]> CC: linux-usb-devel@lists.sourceforge.net Subject: Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad Date: Sun, 19 Feb 2006 16:51:44 -0500 On 2/19/06, Michael Alladin <[EMAIL PROTECTED]> wrote: > see [kernel_src]/drivers/usb/inp

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-24 Thread Greg KH
On Thu, Feb 23, 2006 at 09:27:48PM -0500, Andrew Fuller wrote: > On 2/19/06, Andrew Fuller <[EMAIL PROTECTED]> wrote: > > ... > > Michael, Tim, and anyone else on this list wish a Dual Joypad, please > > test this patch and tell us if it works on yours' as well (possibly > > different revisions, th

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-23 Thread Andrew Fuller
On 2/19/06, Andrew Fuller <[EMAIL PROTECTED]> wrote: > ... > Michael, Tim, and anyone else on this list wish a Dual Joypad, please > test this patch and tell us if it works on yours' as well (possibly > different revisions, though I expect we all have the same problem). I > would like to see this

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-20 Thread Jamie Guinan
On Mon, 20 Feb 2006, Andrew Fuller wrote: > > Nice work, it is nice to see it doing *something* under Linux. But > > sadly, the thing appears to report front/back left/right buttons on my > > dance pad as axis events instead of button events, which makes it > > useless for any of the dancing game

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-20 Thread Andrew Fuller
> I tested this patch, and it does see the device without needing the > extra tickle via "usbmodules" (or an equivalent usb_get_descriptor() > call via libusb). Good to hear! :) > Nice work, it is nice to see it doing *something* under Linux. But > sadly, the thing appears to report front/back l

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-19 Thread Jamie Guinan
On Sun, 19 Feb 2006, Andrew Fuller wrote: ... > Michael, Tim, and anyone else on this list wish a Dual Joypad, please > test this patch and tell us if it works on yours' as well (possibly > different revisions, though I expect we all have the same problem). I > would like to see this in the kern

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-19 Thread Andrew Fuller
On 2/19/06, Michael Alladin <[EMAIL PROTECTED]> wrote: > see [kernel_src]/drivers/usb/input/hid-core.c this joypad belongs in the > big table of quirky devices, or perhaps it even warrants it's own driver > (like the xbox). Great! Thanks for pointing out that file! (see my attached patch) On