aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-09-25 14:20:31 +0200
committerAndrey Konovalov <andreyknvl@gmail.com>2019-09-25 14:55:31 +0200
commita3355dba737fedcd171f8b9e60bf35d733986f16 (patch)
treef1db1493aa5195ade1716795345124be4e84dd5f /pkg/report/linux.go
parente38a6630eb6b89a4b3c344dc62ecb3b60f078028 (diff)
pkg/report: improve USB reports
tty_unregister_device looks generic enough, add to ignore list.
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 390da9b86..18b1c3f91 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -779,6 +779,7 @@ var linuxStackParams = &stackParams{
"unregister_netdev",
"sysfs_remove",
"device_remove_file",
+ "tty_unregister_device",
"dummy_urb_enqueue",
"usb_kill_urb",
"usb_kill_anchored_urbs",