Opened 2 years ago

Closed 2 years ago

#17562 closed bug (fixed)

Wacom Graphire tablet spams syslog

Reported by: humdinger Owned by: waddlesplash
Priority: normal Milestone: R1/beta4
Component: Drivers/USB/XHCI Version: R1/beta3
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev55827, 64bit.

My very old Wacom Graphire (ET-0405-U) tablet works nicely, but spams the syslog with:

KERN: usb hub 2: port 1: new device connected
KERN: wacom: add_device() - wacom detected
KERN: wacom:  ... success!
KERN: wacom: device_open() open: 2
USER 'KS': Notify of added/removed/started/stopped device
KERN: usb xhci 0: cancel queued transfers (1) for pipe 0xffffffffa2857a50 (1)
KERN: usb xhci 0: transfer error on slot 3 endpoint 3: Stopped
KERN: usb xhci 0: cancel queued transfers (1) for pipe 0xffffffffa2857a50 (1)
KERN: usb xhci 0: transfer error on slot 3 endpoint 3: Stopped
KERN: usb xhci 0: cancel queued transfers (1) for pipe 0xffffffffa2857a50 (1)
KERN: usb xhci 0: transfer error on slot 3 endpoint 3: Stopped
KERN: usb xhci 0: cancel queued transfers (1) for pipe 0xffffffffa2857a50 (1)
KERN: usb xhci 0: transfer error on slot 3 endpoint 3: Stopped
.
.
.

I suppose that's a bug in XHCI rather than the Wacom driver?

Change History (5)

comment:1 by humdinger, 2 years ago

Just found out: The syslog only gets spammed if I don't use the tablet. As soon as the pen is near enough to control the mouse pointer, the syslog entries stop. Maybe a driver or HID issue after all? Feel free to stuff this ticket into the right component...

comment:2 by waddlesplash, 2 years ago

How frequently is the syslog spam?

These are actually harmless, they're more debug prints. They are however extremely useful in a variety of scenarios, so I don't really want to disable them just because they are "spammy" in some instances...

comment:3 by humdinger, 2 years ago

The syslog entries appear about 1/s.

comment:4 by pulkomandy, 2 years ago

These are actually harmless, they're more debug prints. They are however extremely useful in a variety of scenarios, so I don't really want to disable them just because they are "spammy" in some instances...

What about a driver settings file to enable verbose logging for the USB stack at runtime? And/or an option in the boot menu.

I had some instances of verbose USB logs on my machine too. It's annoying to see the hard disk led blink every second because the syslog is being written to (or at least it seems that's what was happening) while the OS is otherwise idle...

comment:5 by waddlesplash, 2 years ago

Milestone: UnscheduledR1/beta4
Resolution: fixed
Status: newclosed

I adjusted the logs in hrev55855 to retain most of their usefulness while also eliminating the spam in this instance and others.

Note: See TracTickets for help on using tickets.