Opened 14 years ago
Closed 14 years ago
#6490 closed bug (duplicate)
USB joystick interferes with mouse cursor
Reported by: | Guest One | Owned by: | mmlr |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/USB | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #4499 | Blocking: | |
Platform: | x86 |
Description
I have USB gamepad ("DragonRise" chip, ID 0079:0006). Mouse goes crazy whenever this pad is attached to computer under Haiku. Cursor randomly jumps and clicks around the screen.
Change History (7)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Summary: | USB joystik interferes with mouse cursor → USB joystick interferes with mouse cursor |
---|
comment:4 by , 14 years ago
Blocked By: | 4499 added |
---|
comment:6 by , 14 years ago
Blocked By: | 4499 removed |
---|
comment:6 by , 14 years ago
Blocked By: | 4499 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Replying to modeenf:
hm how does one close it as a duplicate?
By "resolve as" -> "duplicate". Maybe you don't have the right permissions to do so though. And you must not add blocking manually to the other ticket as otherwise it'll prevent this from being closed. It gets added automatically.
Note:
See TracTickets
for help on using tickets.
This is an issue in the HID MouseDevice implementation, which originates from the difference between relative and absolute position data provided by a mice and josticks. IIRC the implementation does not differentiate at this point. However, there was a discussion about that in the ML archive, which led to the conclusion that it would be "a feature" to be able to move the cursor not only by means of a mouse, but with every USB HID device providing similar position data. Nevertheless a differentiation is required here.