lsusb is already gathered. From the linux hook we see:

 47     apport.hookutils.attach_hardware(report)
 48     apport.hookutils.attach_alsa(report)
 49     apport.hookutils.attach_wifi(report)

And in apport/hookutils.py we have the following:

233 def attach_hardware(report):
234     '''Attach a standard set of hardware-related data to the report, 
including:
235 
236     - kernel dmesg (boot and current)
237     - /proc/interrupts
238     - /proc/cpuinfo
239     - /proc/cmdline
240     - /proc/modules
241     - lspci -vvnn
242     - lsusb
243     - devices from udev
244     - DMI information from /sys
245     - prtconf (sparc)
246     - pccardctl status/ident
247     '''
248     attach_dmesg(report)
...
257     report['Lsusb'] = command_output(['lsusb'])

Is lsusb insufficient?


** Changed in: apport (Ubuntu)
       Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1550719

Title:
  Add output of usb-devices when ubuntu-bug linux or apport-collect'ing
  existing report affecting linux (Ubuntu)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1550719/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to