0% found this document useful (0 votes)
16 views

Usb History

The document logs the initialization of USB devices on a system at startup. It detects USB controllers and loads their drivers. It then detects various USB devices as they are connected, including a Bluetooth adapter and a webcam.

Uploaded by

iteoi.ktm.2020
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Usb History

The document logs the initialization of USB devices on a system at startup. It detects USB controllers and loads their drivers. It then detects various USB devices as they are connected, including a Bluetooth adapter and a webcam.

Uploaded by

iteoi.ktm.2020
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

[ 0.

365928] ACPI: bus type USB registered


[ 0.365928] usbcore: registered new interface driver usbfs
[ 0.365928] usbcore: registered new interface driver hub
[ 0.365928] usbcore: registered new device driver usb
[ 1.391821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.391849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.391867] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.392254] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.394046] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.394052] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.394114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002,
bcdDevice= 6.00
[ 1.394119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.394122] usb usb1: Product: xHCI Host Controller
[ 1.394125] usb usb1: Manufacturer: Linux 6.0.7-301.fc37.x86_64 xhci-hcd
[ 1.394128] usb usb1: SerialNumber: 0000:00:14.0
[ 1.394374] hub 1-0:1.0: USB hub found
[ 1.395389] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003,
bcdDevice= 6.00
[ 1.395395] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.395399] usb usb2: Product: xHCI Host Controller
[ 1.395401] usb usb2: Manufacturer: Linux 6.0.7-301.fc37.x86_64 xhci-hcd
[ 1.395412] usb usb2: SerialNumber: 0000:00:14.0
[ 1.395667] hub 2-0:1.0: USB hub found
[ 1.395993] usb: port power management may be unreliable
[ 1.396241] usbcore: registered new interface driver usbserial_generic
[ 1.396250] usbserial: USB Serial support registered for generic
[ 1.406046] usbcore: registered new interface driver usbhid
[ 1.406047] usbhid: USB HID core driver
[ 1.639452] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[ 1.766781] usb 1-7: New USB device found, idVendor=0bda, idProduct=c024,
bcdDevice= 1.10
[ 1.766792] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.766796] usb 1-7: Product: Bluetooth Radio
[ 1.766800] usb 1-7: Manufacturer: Realtek
[ 1.766803] usb 1-7: SerialNumber: 00e04c000001
[ 1.882456] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[ 2.030590] usb 1-8: New USB device found, idVendor=04f2, idProduct=b5d7,
bcdDevice=14.07
[ 2.030595] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.030596] usb 1-8: Product: EasyCamera
[ 2.030598] usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
[ 2.030599] usb 1-8: SerialNumber: 0x0001
[ 15.026839] usb 1-8: Found UVC 1.00 device EasyCamera (04f2:b5d7)
[ 15.030100] input: EasyCamera: EasyCamera as
/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input7
[ 15.030341] usbcore: registered new interface driver uvcvideo
[ 15.309617] usbcore: registered new interface driver btusb
[ 1477.298468] usb usb2-port3: attempt power cycle

You might also like