[EMAIL PROTECTED] wrote:
> One oddity is that if I use the joy-logitech.o driver, it shows up as
> character device major 15, minor 0.  (Um, that is, -pre5 had is appear
> there.)  The USB driver, however, has it appear on major 13.
This is expected behavior. Eventually all input devices will have major
13 (or devfs, whatever). 

> The second is that axes 4 and 5 (0 is left-right, 1 is up-down,
> 2 is twist, 3 is throttle, 4 and 5 are the 8-way high-hat)
> give somewhat peculiar numbers.  The mapping between position and
> readings is:
> 
> axis 4:         axis 5:
> -1  0  0         0  0 -1
> -1 -1  1         1 -1 -1
>  0  1  1         1  1  0
> 
> What I expect is
> 
> -1  0  1        -1 -1 -1
> -1  0  1         0  0  0
> -1  0  1         1  1  1
> 
> The analog axes and the buttons all appear to work.  Everything works
> using the game-port joy-logitech driver.
Just tonight I was shown a joystick that appears be be exhibiting
out-of-spec values. When you push the stick left, the values (with
evtest and jstest) decrease to a more negative value. Then they wrap
around to a high positive value as the left deflection increases.
Perhaps a bug in the hid or event code? Bizarre.

Brad

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to