Re: [Emc-users] Joypad pendant, hal_input errors

2011-10-05 Thread Sebastian Kuzminsky
On 10/05/2011 10:39 PM, Przemek Klosowski wrote: > On Wed, Oct 5, 2011 at 6:45 PM, Sebastian Kuzminsky wrote: > >>> Unexpected event EV_ABS ABS_48 >>> Unexpected event EV_ABS ABS_49 > That's because the EMC HID driver hal_input doesn't handle all data > from your USB device. > > The regular kernel

Re: [Emc-users] Joypad pendant, hal_input errors

2011-10-05 Thread Przemek Klosowski
On Wed, Oct 5, 2011 at 6:45 PM, Sebastian Kuzminsky wrote: >> Unexpected event EV_ABS ABS_48 >> Unexpected event EV_ABS ABS_49 That's because the EMC HID driver hal_input doesn't handle all data from your USB device. The regular kernel HID driver defines the EV_ABS events with codes (ABS_xxx) u

Re: [Emc-users] Joypad pendant, hal_input errors

2011-10-05 Thread John A. Stewart
Hi Sebastian; Thanks for the reply, and the ideas. I'm new to EMC, so there is a lot to figure out still. > What device is this, exactly? lsinput: /dev/input/event3 bustype : BUS_USB vendor : 0x54c product : 0x268 version : 273 name: "GASIA CORP. PLAYSTATION(R)3 Cont"

Re: [Emc-users] Joypad pendant, hal_input errors

2011-10-05 Thread Sebastian Kuzminsky
On Oct 5, 2011, at 16:18 , John A. Stewart wrote: > Hi all; > > After reading some of the messages on this list, I went out and > purchased a wired joypad; it is giving me the following messages when > I run: > > halcmd > loadusr hal_input -KRAL GASIA > > Unexpected event EV_ABS ABS_48 > Un

[Emc-users] Joypad pendant, hal_input errors

2011-10-05 Thread John A. Stewart
Hi all; After reading some of the messages on this list, I went out and purchased a wired joypad; it is giving me the following messages when I run: halcmd loadusr hal_input -KRAL GASIA Unexpected event EV_ABS ABS_48 Unexpected event EV_ABS ABS_49 Unexpected event EV_ABS ABS_50 Unexpected ev