Comment 46 for bug 1818547

Revision history for this message
In , linuxkernel (linuxkernel-linux-kernel-bugs) wrote :

(In reply to dovla091 from comment #0)

>
> At this point,
> our PC is quite unusable, as the logs are being filled up quickly, and not
> being able to have larger disk space we are forced to write a script to
> delete logs every day...

dovla091,

You can stop these messages by modifying your system to not log these messages. For example, if you have rsyslog and the directory /etc/rsyslog.d/

Then you can create the file:

/etc/rsyslog.d/10-hidsensor.conf

with content:

#Disable runaway messages:
:msg, contains, "hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called with n (192) > 32!" stop

And once that file exists, when you restart rsyslog (e.g. sudo system rsyslog restart) the messages will no longer hit your logs.