1 What: Raise a uevent when a USB Host Controller has died
4 Contact: linux-usb@vger.kernel.org
5 Description: When the USB Host Controller has entered a state where it is no
6 longer functional a uevent will be raised. The uevent will
7 contain ACTION=offline and ERROR=DEAD.
9 Here is an example taken using udevadm monitor -p::
11 KERNEL[130.428945] offline /devices/pci0000:00/0000:00:10.0/usb2 (usb)
14 DEVNAME=/dev/bus/usb/002/001
16 DEVPATH=/devices/pci0000:00/0000:00:10.0/usb2
27 Users: chromium-os-dev@chromium.org