Opened 2 years ago
Last modified 2 years ago
#18083 new bug
Touchscreen tap clicks at old mouse position, then moves the mouse
Reported by: | thebuck | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Input/HID/USB | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
R1beta4tc0, x86_64. On my ELAN combined pen and touchscreen device, USB ID 04f3:0433
, taps fire at the old mouse position, after that the mouse is moved to the tap location.
Probably the cause of #16810.
Attachments (4)
Change History (7)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
I think HID descriptors may be dumped into /tmp somewhere? Raw event logging likely requires recompiling the driver with tracing enabled. I think someone was working on a major refactor to potentially push HID report handling into userland...
by , 2 years ago
Attachment: | two_touches_hidraw.bin added |
---|
/dev/hidrawN (Linux) minimal two touches capture
by , 2 years ago
Attachment: | usb_hid_report_descriptor_04f3_0433_0.txt added |
---|
Decoded, using https://eleccelerator.com/usbdescreqparser/
Note:
See TracTickets
for help on using tickets.
How to record raw HID events? Get USB, HID descriptors?