File: usb-uevent

package info (click to toggle)
linux 6.12.69-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie-proposed-updates
  • size: 1,675,776 kB
  • sloc: ansic: 25,915,311; asm: 269,652; sh: 136,658; python: 65,456; makefile: 55,720; perl: 37,753; xml: 19,284; cpp: 5,895; yacc: 4,927; lex: 2,939; awk: 1,594; sed: 28; ruby: 25
file content (27 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (35)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
What:		Raise a uevent when a USB Host Controller has died
Date:		2019-04-17
KernelVersion:	5.2
Contact:	linux-usb@vger.kernel.org
Description:	When the USB Host Controller has entered a state where it is no
		longer functional a uevent will be raised. The uevent will
		contain ACTION=offline and ERROR=DEAD.

		Here is an example taken using udevadm monitor -p::

		    KERNEL[130.428945] offline  /devices/pci0000:00/0000:00:10.0/usb2 (usb)
		    ACTION=offline
		    BUSNUM=002
		    DEVNAME=/dev/bus/usb/002/001
		    DEVNUM=001
		    DEVPATH=/devices/pci0000:00/0000:00:10.0/usb2
		    DEVTYPE=usb_device
		    DRIVER=usb
		    ERROR=DEAD
		    MAJOR=189
		    MINOR=128
		    PRODUCT=1d6b/2/414
		    SEQNUM=2168
		    SUBSYSTEM=usb
		    TYPE=9/0/1

Users:		chromium-os-dev@chromium.org