The following is an extract from doing "ls -Rl /sys" on my system. At first glance, this directory can seem quite confusing. Since USB devices are connected through a host controller via the PCI bus, they can be found in /sys/devices/pci0000:00 which lists directories for each numbered PCI device. My motherboard has three host controllers, EHCI, OHCI, and UHCI, connected respectively to 03.0, 03.1, and 03.1 addresses of the primary PCI bus 0000:00. These correspond to usb busses 001, 002, and 003.
Since the EHCI, OHCI, and UHCI controllers are also bus devices, links to them can be found in /sys/bus/pci/devices. Similarly, since they are also USB bus devices, links to them can also be found in /sys/bus/usb/devices.
In this listing, my camera was automatically connected to the UHCI controller (USB bus 003) as device 2, and my two small storage devices were connected as devices 003 and 005 on the EHCI controller (USB bus 001). The storage devices, however, were recognized as disks and are also represented as links under /sys/block/sda/device and /sys/block/sdb/device with their single primary partition information listed under /sys/block/sda/sda1 and /sys/block/sdb/sdb1, respectively. Furthermore, since they are set up as SCSI devices, they are also represented as links under /sys/bus/scsi/devices.
/sys: total 0 drwxr-xr-x 30 root root 0 Dec 31 11:10 block/ drwxr-xr-x 11 root root 0 Dec 30 14:11 bus/ drwxr-xr-x 25 root root 0 Dec 30 14:11 class/ drwxr-xr-x 5 root root 0 Dec 30 14:11 devices/ drwxr-xr-x 4 root root 0 Dec 30 14:11 firmware/ drwxr-xr-x 2 root root 0 Dec 30 14:11 fs/ drwxr-xr-x 2 root root 0 Dec 31 10:31 kernel/ drwxr-xr-x 32 root root 0 Dec 30 14:11 module/ drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ /sys/block: total 0 ... drwxr-xr-x 6 root root 0 Dec 31 10:54 sda/ drwxr-xr-x 6 root root 0 Dec 31 11:10 sdb/ /sys/block/sda: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:53 dev lrwxrwxrwx 1 root root 0 Dec 31 10:53 device -> ../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/1:0:0:0/ drwxr-xr-x 2 root root 0 Dec 31 10:53 holders/ drwxr-xr-x 3 root root 0 Dec 31 10:54 queue/ -r--r--r-- 1 root root 4096 Dec 31 10:53 range -r--r--r-- 1 root root 4096 Dec 31 10:53 removable drwxr-xr-x 3 root root 0 Dec 31 10:54 sda1/ -r--r--r-- 1 root root 4096 Dec 31 10:54 size drwxr-xr-x 2 root root 0 Dec 31 10:53 slaves/ -r--r--r-- 1 root root 4096 Dec 31 10:54 stat --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/block/sda/holders: total 0 /sys/block/sda/queue: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:53 iosched/ -r--r--r-- 1 root root 4096 Dec 31 10:54 max_hw_sectors_kb -rw-r--r-- 1 root root 4096 Dec 31 10:54 max_sectors_kb -rw-r--r-- 1 root root 4096 Dec 31 10:54 nr_requests -rw-r--r-- 1 root root 4096 Dec 31 10:54 read_ahead_kb -rw-r--r-- 1 root root 4096 Dec 31 10:54 scheduler /sys/block/sda/queue/iosched: total 0 /sys/block/sda/sda1: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:53 dev drwxr-xr-x 2 root root 0 Dec 31 10:53 holders/ -r--r--r-- 1 root root 4096 Dec 31 10:53 size -r--r--r-- 1 root root 4096 Dec 31 10:54 start -r--r--r-- 1 root root 4096 Dec 31 10:54 stat --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/block/sda/sda1/holders: total 0 /sys/block/sda/slaves: total 0 /sys/block/sdb: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:10 dev lrwxrwxrwx 1 root root 0 Dec 31 11:10 device -> ../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/ drwxr-xr-x 2 root root 0 Dec 31 11:10 holders/ drwxr-xr-x 3 root root 0 Dec 31 11:10 queue/ -r--r--r-- 1 root root 4096 Dec 31 11:10 range -r--r--r-- 1 root root 4096 Dec 31 11:10 removable drwxr-xr-x 3 root root 0 Dec 31 11:10 sdb1/ -r--r--r-- 1 root root 4096 Dec 31 11:11 size drwxr-xr-x 2 root root 0 Dec 31 11:10 slaves/ -r--r--r-- 1 root root 4096 Dec 31 11:11 stat --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/block/sdb/holders: total 0 /sys/block/sdb/queue: total 0 drwxr-xr-x 2 root root 0 Dec 31 11:10 iosched/ -r--r--r-- 1 root root 4096 Dec 31 11:11 max_hw_sectors_kb -rw-r--r-- 1 root root 4096 Dec 31 11:11 max_sectors_kb -rw-r--r-- 1 root root 4096 Dec 31 11:11 nr_requests -rw-r--r-- 1 root root 4096 Dec 31 11:11 read_ahead_kb -rw-r--r-- 1 root root 4096 Dec 31 11:11 scheduler /sys/block/sdb/queue/iosched: total 0 /sys/block/sdb/sdb1: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:10 dev drwxr-xr-x 2 root root 0 Dec 31 11:10 holders/ -r--r--r-- 1 root root 4096 Dec 31 11:10 size -r--r--r-- 1 root root 4096 Dec 31 11:11 start -r--r--r-- 1 root root 4096 Dec 31 11:11 stat --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/block/sdb/sdb1/holders: total 0 /sys/block/sdb/slaves: total 0 /sys/bus: total 0 ... drwxr-xr-x 4 root root 0 Dec 30 14:11 pci/ drwxr-xr-x 4 root root 0 Dec 30 14:11 scsi/ drwxr-xr-x 4 root root 0 Dec 30 14:11 usb/ /sys/bus/pci: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 devices/ drwxr-xr-x 16 root root 0 Dec 30 14:11 drivers/ /sys/bus/pci/devices: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 0000:00:03.0 -> ../../../devices/pci0000:00/0000:00:03.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 0000:00:03.1 -> ../../../devices/pci0000:00/0000:00:03.1/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 0000:00:03.2 -> ../../../devices/pci0000:00/0000:00:03.2/ ... and others /sys/bus/pci/drivers: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 ehci_hcd/ drwxr-xr-x 2 root root 0 Dec 31 10:31 ohci_hcd/ drwxr-xr-x 2 root root 0 Dec 31 10:31 uhci_hcd/ ... and others /sys/bus/pci/drivers/ehci_hcd: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 0000:00:03.2 -> ../../../../devices/pci0000:00/0000:00:03.2/ --w------- 1 root root 4096 Dec 31 10:31 bind --w------- 1 root root 4096 Dec 31 10:31 new_id --w------- 1 root root 4096 Dec 31 10:31 unbind /sys/bus/pci/drivers/ohci_hcd: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 0000:00:03.0 -> ../../../../devices/pci0000:00/0000:00:03.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 0000:00:03.1 -> ../../../../devices/pci0000:00/0000:00:03.1/ --w------- 1 root root 4096 Dec 31 10:31 bind --w------- 1 root root 4096 Dec 31 10:31 new_id --w------- 1 root root 4096 Dec 31 10:31 unbind /sys/bus/pci/drivers/uhci_hcd: total 0 --w------- 1 root root 4096 Dec 31 10:31 bind --w------- 1 root root 4096 Dec 31 10:31 new_id --w------- 1 root root 4096 Dec 31 10:31 unbind /sys/bus/scsi: total 0 drwxr-xr-x 2 root root 0 Dec 31 11:10 devices/ drwxr-xr-x 3 root root 0 Dec 30 14:11 drivers/ /sys/bus/scsi/devices: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:54 1:0:0:0 -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/1:0:0:0/ lrwxrwxrwx 1 root root 0 Dec 31 11:11 3:0:0:0 -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/ /sys/bus/scsi/drivers: total 0 drwxr-xr-x 2 root root 0 Dec 31 11:10 sd/ /sys/bus/scsi/drivers/sd: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:54 1:0:0:0 -> ../../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/1:0:0:0/ lrwxrwxrwx 1 root root 0 Dec 31 11:11 3:0:0:0 -> ../../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/ --w------- 1 root root 4096 Dec 31 10:31 bind --w------- 1 root root 4096 Dec 31 10:31 unbind /sys/bus/usb: total 0 drwxr-xr-x 2 root root 0 Dec 31 11:10 devices/ drwxr-xr-x 6 root root 0 Dec 30 14:11 drivers/ /sys/bus/usb/devices: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 1-0:1.0 -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-0:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 11:11 1-3 -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/ lrwxrwxrwx 1 root root 0 Dec 31 11:11 1-3:1.0 -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 1-6 -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 1-6:1.0 -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 2-0:1.0 -> ../../../devices/pci0000:00/0000:00:03.0/usb2/2-0:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 3-0:1.0 -> ../../../devices/pci0000:00/0000:00:03.1/usb3/3-0:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 3-1 -> ../../../devices/pci0000:00/0000:00:03.1/usb3/3-1/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 3-1:1.0 -> ../../../devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb1 -> ../../../devices/pci0000:00/0000:00:03.2/usb1/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb2 -> ../../../devices/pci0000:00/0000:00:03.0/usb2/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb3 -> ../../../devices/pci0000:00/0000:00:03.1/usb3/ /sys/bus/usb/drivers: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 hub/ drwxr-xr-x 2 root root 0 Dec 31 11:10 usb/ drwxr-xr-x 2 root root 0 Dec 31 10:31 usbfs/ drwxr-xr-x 2 root root 0 Dec 31 11:10 usb-storage/ /sys/bus/usb/drivers/hub: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 1-0:1.0 -> ../../../../devices/pci0000:00/0000:00:03.2/usb1/1-0:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 2-0:1.0 -> ../../../../devices/pci0000:00/0000:00:03.0/usb2/2-0:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 3-0:1.0 -> ../../../../devices/pci0000:00/0000:00:03.1/usb3/3-0:1.0/ --w------- 1 root root 4096 Dec 31 10:31 bind --w------- 1 root root 4096 Dec 31 10:31 new_id --w------- 1 root root 4096 Dec 31 10:31 unbind /sys/bus/usb/drivers/usb: total 0 lrwxrwxrwx 1 root root 0 Dec 31 11:11 1-3 -> ../../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 1-6 -> ../../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 3-1 -> ../../../../devices/pci0000:00/0000:00:03.1/usb3/3-1/ --w------- 1 root root 4096 Dec 31 10:31 bind --w------- 1 root root 4096 Dec 31 10:31 unbind lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb1 -> ../../../../devices/pci0000:00/0000:00:03.2/usb1/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb2 -> ../../../../devices/pci0000:00/0000:00:03.0/usb2/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb3 -> ../../../../devices/pci0000:00/0000:00:03.1/usb3/ /sys/bus/usb/drivers/usbfs: total 0 --w------- 1 root root 4096 Dec 31 10:31 bind --w------- 1 root root 4096 Dec 31 10:31 new_id --w------- 1 root root 4096 Dec 31 10:31 unbind /sys/bus/usb/drivers/usb-storage: total 0 lrwxrwxrwx 1 root root 0 Dec 31 11:11 1-3:1.0 -> ../../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 1-6:1.0 -> ../../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/ --w------- 1 root root 4096 Dec 31 10:31 bind --w------- 1 root root 4096 Dec 31 10:31 new_id --w------- 1 root root 4096 Dec 31 10:31 unbind /sys/class: total 0 drwxr-xr-x 4 root root 0 Dec 30 14:11 pci_bus/ drwxr-xr-x 4 root root 0 Dec 31 11:10 scsi_device/ drwxr-xr-x 4 root root 0 Dec 31 11:10 scsi_disk/ drwxr-xr-x 4 root root 0 Dec 31 11:10 scsi_generic/ drwxr-xr-x 5 root root 0 Dec 31 11:10 scsi_host/ drwxr-xr-x 2 root root 0 Dec 30 14:11 usb/ drwxr-xr-x 8 root root 0 Dec 31 11:10 usb_device/ drwxr-xr-x 5 root root 0 Dec 30 14:11 usb_host/ ... and more /sys/class/pci_bus: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 0000:00/ drwxr-xr-x 2 root root 0 Dec 31 10:31 0000:01/ /sys/class/pci_bus/0000:00: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 bridge -> ../../../devices/pci0000:00/ -r--r--r-- 1 root root 4096 Dec 31 10:31 cpuaffinity --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/class/pci_bus/0000:01: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 bridge -> ../../../devices/pci0000:00/0000:00:01.0/ -r--r--r-- 1 root root 4096 Dec 31 10:31 cpuaffinity --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/class/scsi_device: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:54 1:0:0:0/ drwxr-xr-x 2 root root 0 Dec 31 11:10 3:0:0:0/ /sys/class/scsi_device/1:0:0:0: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:53 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/1:0:0:0/ --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/class/scsi_device/3:0:0:0: total 0 lrwxrwxrwx 1 root root 0 Dec 31 11:10 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/ --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/class/scsi_disk: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:54 1:0:0:0/ drwxr-xr-x 2 root root 0 Dec 31 11:10 3:0:0:0/ /sys/class/scsi_disk/1:0:0:0: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:54 cache_type lrwxrwxrwx 1 root root 0 Dec 31 10:53 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/1:0:0:0/ -r--r--r-- 1 root root 4096 Dec 31 10:54 FUA --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/class/scsi_disk/3:0:0:0: total 0 -rw-r--r-- 1 root root 4096 Dec 31 11:11 cache_type lrwxrwxrwx 1 root root 0 Dec 31 11:10 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/ -r--r--r-- 1 root root 4096 Dec 31 11:11 FUA --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/class/scsi_generic: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:54 sg0/ drwxr-xr-x 2 root root 0 Dec 31 11:10 sg1/ /sys/class/scsi_generic/sg0: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:53 dev lrwxrwxrwx 1 root root 0 Dec 31 10:53 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/1:0:0:0/ --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/class/scsi_generic/sg1: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:10 dev lrwxrwxrwx 1 root root 0 Dec 31 11:10 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/ --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/class/scsi_host: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 host0/ drwxr-xr-x 2 root root 0 Dec 31 10:54 host1/ drwxr-xr-x 2 root root 0 Dec 31 11:10 host3/ /sys/class/scsi_host/host0: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 cmd_per_lun lrwxrwxrwx 1 root root 0 Dec 31 10:31 device -> ../../../devices/pci0000:00/0000:00:0a.0/host0/ -r--r--r-- 1 root root 4096 Dec 31 10:31 host_busy -r--r--r-- 1 root root 4096 Dec 31 10:31 proc_name --w------- 1 root root 4096 Dec 31 10:31 scan -r--r--r-- 1 root root 4096 Dec 31 10:31 sg_tablesize -rw-r--r-- 1 root root 4096 Dec 31 10:31 state --w------- 1 root root 4096 Dec 31 10:31 uevent -r--r--r-- 1 root root 4096 Dec 31 10:31 unchecked_isa_dma -r--r--r-- 1 root root 4096 Dec 31 10:31 unique_id /sys/class/scsi_host/host1: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 cmd_per_lun lrwxrwxrwx 1 root root 0 Dec 31 10:53 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/ -r--r--r-- 1 root root 4096 Dec 31 10:54 host_busy -r--r--r-- 1 root root 4096 Dec 31 10:54 proc_name --w------- 1 root root 4096 Dec 31 10:54 scan -r--r--r-- 1 root root 4096 Dec 31 10:54 sg_tablesize -rw-r--r-- 1 root root 4096 Dec 31 10:54 state --w------- 1 root root 4096 Dec 31 10:54 uevent -r--r--r-- 1 root root 4096 Dec 31 10:54 unchecked_isa_dma -r--r--r-- 1 root root 4096 Dec 31 10:54 unique_id /sys/class/scsi_host/host3: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:11 cmd_per_lun lrwxrwxrwx 1 root root 0 Dec 31 11:10 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/ -r--r--r-- 1 root root 4096 Dec 31 11:11 host_busy -r--r--r-- 1 root root 4096 Dec 31 11:11 proc_name --w------- 1 root root 4096 Dec 31 11:11 scan -r--r--r-- 1 root root 4096 Dec 31 11:11 sg_tablesize -rw-r--r-- 1 root root 4096 Dec 31 11:11 state --w------- 1 root root 4096 Dec 31 11:11 uevent -r--r--r-- 1 root root 4096 Dec 31 11:11 unchecked_isa_dma -r--r--r-- 1 root root 4096 Dec 31 11:11 unique_id /sys/class/usb: total 0 /sys/class/usb_device: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 usbdev1.1/ drwxr-xr-x 2 root root 0 Dec 31 10:54 usbdev1.3/ drwxr-xr-x 2 root root 0 Dec 31 11:10 usbdev1.5/ drwxr-xr-x 2 root root 0 Dec 31 10:31 usbdev2.1/ drwxr-xr-x 2 root root 0 Dec 31 10:31 usbdev3.1/ drwxr-xr-x 2 root root 0 Dec 31 10:54 usbdev3.2/ /sys/class/usb_device/usbdev1.1: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 dev lrwxrwxrwx 1 root root 0 Dec 31 10:31 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/class/usb_device/usbdev1.3: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:53 dev lrwxrwxrwx 1 root root 0 Dec 31 10:53 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-6/ --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/class/usb_device/usbdev1.5: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:10 dev lrwxrwxrwx 1 root root 0 Dec 31 11:10 device -> ../../../devices/pci0000:00/0000:00:03.2/usb1/1-3/ --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/class/usb_device/usbdev2.1: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 dev lrwxrwxrwx 1 root root 0 Dec 31 10:31 device -> ../../../devices/pci0000:00/0000:00:03.0/usb2/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/class/usb_device/usbdev3.1: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 dev lrwxrwxrwx 1 root root 0 Dec 31 10:31 device -> ../../../devices/pci0000:00/0000:00:03.1/usb3/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/class/usb_device/usbdev3.2: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:53 dev lrwxrwxrwx 1 root root 0 Dec 31 10:53 device -> ../../../devices/pci0000:00/0000:00:03.1/usb3/3-1/ --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/class/usb_host: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 usb_host1/ drwxr-xr-x 2 root root 0 Dec 31 10:31 usb_host2/ drwxr-xr-x 2 root root 0 Dec 31 10:31 usb_host3/ /sys/class/usb_host/usb_host1: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 device -> ../../../devices/pci0000:00/0000:00:03.2/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/class/usb_host/usb_host2: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 device -> ../../../devices/pci0000:00/0000:00:03.0/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/class/usb_host/usb_host3: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 device -> ../../../devices/pci0000:00/0000:00:03.1/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/devices: total 0 drwxr-xr-x 16 root root 0 Dec 31 10:31 pci0000:00/ ... and others /sys/devices/pci0000:00: total 0 drwxr-xr-x 4 root root 0 Dec 31 10:31 0000:00:03.0/ drwxr-xr-x 4 root root 0 Dec 31 10:31 0000:00:03.1/ drwxr-xr-x 4 root root 0 Dec 31 10:31 0000:00:03.2/ ... and others /sys/devices/pci0000:00/0000:00:03.0: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../bus/pci/ -r--r--r-- 1 root root 4096 Dec 31 10:31 class -rw-r--r-- 1 root root 256 Dec 31 10:31 config -r--r--r-- 1 root root 4096 Dec 31 10:31 device lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../bus/pci/drivers/ohci_hcd/ -r--r--r-- 1 root root 4096 Dec 31 10:31 irq -r--r--r-- 1 root root 4096 Dec 31 10:31 local_cpus -r--r--r-- 1 root root 4096 Dec 31 10:31 modalias -r--r--r-- 1 root root 4096 Dec 31 10:31 pools drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ -r--r--r-- 1 root root 4096 Dec 31 10:31 resource -rw------- 1 root root 4096 Dec 31 10:31 resource0 -r--r--r-- 1 root root 4096 Dec 31 10:31 subsystem_device -r--r--r-- 1 root root 4096 Dec 31 10:31 subsystem_vendor --w------- 1 root root 4096 Dec 31 10:31 uevent drwxr-xr-x 5 root root 0 Dec 31 10:31 usb2/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb_host:usb_host2 -> ../../../class/usb_host/usb_host2/ -r--r--r-- 1 root root 4096 Dec 31 10:31 vendor /sys/devices/pci0000:00/0000:00:03.0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/devices/pci0000:00/0000:00:03.0/usb2: total 0 drwxr-xr-x 4 root root 0 Dec 31 10:31 2-0:1.0/ -r--r--r-- 1 root root 4096 Dec 31 10:31 bcdDevice -rw-r--r-- 1 root root 4096 Dec 31 10:31 bConfigurationValue -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 bMaxPacketSize0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bMaxPower -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumConfigurations -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumInterfaces lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../../bus/usb/ -r--r--r-- 1 root root 4096 Dec 31 10:31 configuration -r--r--r-- 1 root root 4096 Dec 31 10:31 devnum lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../../bus/usb/drivers/usb/ drwxr-xr-x 2 root root 0 Dec 31 10:31 ep_00/ -r--r--r-- 1 root root 4096 Dec 31 10:31 idProduct -r--r--r-- 1 root root 4096 Dec 31 10:31 idVendor -r--r--r-- 1 root root 4096 Dec 31 10:31 manufacturer -r--r--r-- 1 root root 4096 Dec 31 10:31 maxchild drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ -r--r--r-- 1 root root 4096 Dec 31 10:31 product -r--r--r-- 1 root root 4096 Dec 31 10:31 serial -r--r--r-- 1 root root 4096 Dec 31 10:31 speed --w------- 1 root root 4096 Dec 31 10:31 uevent lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb_device:usbdev2.1 -> ../../../../class/usb_device/usbdev2.1/ -r--r--r-- 1 root root 4096 Dec 31 10:31 version /sys/devices/pci0000:00/0000:00:03.0/usb2/2-0:1.0: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bAlternateSetting -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceNumber -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumEndpoints lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../../../bus/usb/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../../../bus/usb/drivers/hub/ drwxr-xr-x 2 root root 0 Dec 31 10:31 ep_81/ -r--r--r-- 1 root root 4096 Dec 31 10:31 modalias drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/devices/pci0000:00/0000:00:03.0/usb2/2-0:1.0/ep_81: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:31 bLength -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 direction -r--r--r-- 1 root root 4096 Dec 31 10:31 interval -r--r--r-- 1 root root 4096 Dec 31 10:31 type -r--r--r-- 1 root root 4096 Dec 31 10:31 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.0/usb2/2-0:1.0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/devices/pci0000:00/0000:00:03.0/usb2/ep_00: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:31 bLength -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 direction -r--r--r-- 1 root root 4096 Dec 31 10:31 interval -r--r--r-- 1 root root 4096 Dec 31 10:31 type -r--r--r-- 1 root root 4096 Dec 31 10:31 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.0/usb2/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/devices/pci0000:00/0000:00:03.1: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../bus/pci/ -r--r--r-- 1 root root 4096 Dec 31 10:31 class -rw-r--r-- 1 root root 256 Dec 31 10:31 config -r--r--r-- 1 root root 4096 Dec 31 10:31 device lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../bus/pci/drivers/ohci_hcd/ -r--r--r-- 1 root root 4096 Dec 31 10:31 irq -r--r--r-- 1 root root 4096 Dec 31 10:31 local_cpus -r--r--r-- 1 root root 4096 Dec 31 10:31 modalias -r--r--r-- 1 root root 4096 Dec 31 10:31 pools drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ -r--r--r-- 1 root root 4096 Dec 31 10:31 resource -rw------- 1 root root 4096 Dec 31 10:31 resource0 -r--r--r-- 1 root root 4096 Dec 31 10:31 subsystem_device -r--r--r-- 1 root root 4096 Dec 31 10:31 subsystem_vendor --w------- 1 root root 4096 Dec 31 10:31 uevent drwxr-xr-x 6 root root 0 Dec 31 10:53 usb3/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb_host:usb_host3 -> ../../../class/usb_host/usb_host3/ -r--r--r-- 1 root root 4096 Dec 31 10:31 vendor /sys/devices/pci0000:00/0000:00:03.1/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/devices/pci0000:00/0000:00:03.1/usb3: total 0 drwxr-xr-x 4 root root 0 Dec 31 10:31 3-0:1.0/ drwxr-xr-x 5 root root 0 Dec 31 10:54 3-1/ -r--r--r-- 1 root root 4096 Dec 31 10:31 bcdDevice -rw-r--r-- 1 root root 4096 Dec 31 10:31 bConfigurationValue -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 bMaxPacketSize0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bMaxPower -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumConfigurations -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumInterfaces lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../../bus/usb/ -r--r--r-- 1 root root 4096 Dec 31 10:31 configuration -r--r--r-- 1 root root 4096 Dec 31 10:31 devnum lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../../bus/usb/drivers/usb/ drwxr-xr-x 2 root root 0 Dec 31 10:31 ep_00/ -r--r--r-- 1 root root 4096 Dec 31 10:31 idProduct -r--r--r-- 1 root root 4096 Dec 31 10:31 idVendor -r--r--r-- 1 root root 4096 Dec 31 10:31 manufacturer -r--r--r-- 1 root root 4096 Dec 31 10:31 maxchild drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ -r--r--r-- 1 root root 4096 Dec 31 10:31 product -r--r--r-- 1 root root 4096 Dec 31 10:31 serial -r--r--r-- 1 root root 4096 Dec 31 10:31 speed --w------- 1 root root 4096 Dec 31 10:31 uevent lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb_device:usbdev3.1 -> ../../../../class/usb_device/usbdev3.1/ -r--r--r-- 1 root root 4096 Dec 31 10:31 version /sys/devices/pci0000:00/0000:00:03.1/usb3/3-0:1.0: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bAlternateSetting -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceNumber -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumEndpoints lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../../../bus/usb/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../../../bus/usb/drivers/hub/ drwxr-xr-x 2 root root 0 Dec 31 10:31 ep_81/ -r--r--r-- 1 root root 4096 Dec 31 10:31 modalias drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/devices/pci0000:00/0000:00:03.1/usb3/3-0:1.0/ep_81: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:31 bLength -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 direction -r--r--r-- 1 root root 4096 Dec 31 10:31 interval -r--r--r-- 1 root root 4096 Dec 31 10:31 type -r--r--r-- 1 root root 4096 Dec 31 10:31 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.1/usb3/3-0:1.0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/devices/pci0000:00/0000:00:03.1/usb3/3-1: total 0 drwxr-xr-x 6 root root 0 Dec 31 10:54 3-1:1.0/ -r--r--r-- 1 root root 4096 Dec 31 10:53 bcdDevice -rw-r--r-- 1 root root 4096 Dec 31 10:53 bConfigurationValue -r--r--r-- 1 root root 4096 Dec 31 10:53 bDeviceClass -r--r--r-- 1 root root 4096 Dec 31 10:53 bDeviceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:53 bDeviceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:53 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 bMaxPacketSize0 -r--r--r-- 1 root root 4096 Dec 31 10:53 bMaxPower -r--r--r-- 1 root root 4096 Dec 31 10:53 bNumConfigurations -r--r--r-- 1 root root 4096 Dec 31 10:53 bNumInterfaces lrwxrwxrwx 1 root root 0 Dec 31 10:53 bus -> ../../../../../bus/usb/ -r--r--r-- 1 root root 4096 Dec 31 10:54 configuration -r--r--r-- 1 root root 4096 Dec 31 10:53 devnum lrwxrwxrwx 1 root root 0 Dec 31 10:53 driver -> ../../../../../bus/usb/drivers/usb/ drwxr-xr-x 2 root root 0 Dec 31 10:54 ep_00/ -r--r--r-- 1 root root 4096 Dec 31 10:53 idProduct -r--r--r-- 1 root root 4096 Dec 31 10:53 idVendor -r--r--r-- 1 root root 4096 Dec 31 10:54 manufacturer -r--r--r-- 1 root root 4096 Dec 31 10:53 maxchild drwxr-xr-x 2 root root 0 Dec 31 10:54 power/ -r--r--r-- 1 root root 4096 Dec 31 10:54 product -r--r--r-- 1 root root 4096 Dec 31 10:53 speed --w------- 1 root root 4096 Dec 31 10:54 uevent lrwxrwxrwx 1 root root 0 Dec 31 10:54 usb_device:usbdev3.2 -> ../../../../../class/usb_device/usbdev3.2/ -r--r--r-- 1 root root 4096 Dec 31 10:53 version /sys/devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bAlternateSetting -r--r--r-- 1 root root 4096 Dec 31 10:53 bInterfaceClass -r--r--r-- 1 root root 4096 Dec 31 10:53 bInterfaceNumber -r--r--r-- 1 root root 4096 Dec 31 10:53 bInterfaceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:53 bInterfaceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:54 bNumEndpoints lrwxrwxrwx 1 root root 0 Dec 31 10:53 bus -> ../../../../../../bus/usb/ drwxr-xr-x 2 root root 0 Dec 31 10:54 ep_01/ drwxr-xr-x 2 root root 0 Dec 31 10:54 ep_82/ drwxr-xr-x 2 root root 0 Dec 31 10:54 ep_83/ -r--r--r-- 1 root root 4096 Dec 31 10:53 modalias drwxr-xr-x 2 root root 0 Dec 31 10:54 power/ --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/ep_01: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:54 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:54 bLength -r--r--r-- 1 root root 4096 Dec 31 10:54 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 direction -r--r--r-- 1 root root 4096 Dec 31 10:54 interval -r--r--r-- 1 root root 4096 Dec 31 10:54 type -r--r--r-- 1 root root 4096 Dec 31 10:54 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/ep_82: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:54 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:54 bLength -r--r--r-- 1 root root 4096 Dec 31 10:54 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 direction -r--r--r-- 1 root root 4096 Dec 31 10:54 interval -r--r--r-- 1 root root 4096 Dec 31 10:54 type -r--r--r-- 1 root root 4096 Dec 31 10:54 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/ep_83: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:54 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:54 bLength -r--r--r-- 1 root root 4096 Dec 31 10:54 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 direction -r--r--r-- 1 root root 4096 Dec 31 10:54 interval -r--r--r-- 1 root root 4096 Dec 31 10:54 type -r--r--r-- 1 root root 4096 Dec 31 10:54 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:54 state -rw-r--r-- 1 root root 4096 Dec 31 10:54 wakeup /sys/devices/pci0000:00/0000:00:03.1/usb3/3-1/ep_00: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:54 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:54 bLength -r--r--r-- 1 root root 4096 Dec 31 10:54 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 direction -r--r--r-- 1 root root 4096 Dec 31 10:54 interval -r--r--r-- 1 root root 4096 Dec 31 10:54 type -r--r--r-- 1 root root 4096 Dec 31 10:54 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.1/usb3/3-1/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:54 state -rw-r--r-- 1 root root 4096 Dec 31 10:54 wakeup /sys/devices/pci0000:00/0000:00:03.1/usb3/ep_00: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:31 bLength -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 direction -r--r--r-- 1 root root 4096 Dec 31 10:31 interval -r--r--r-- 1 root root 4096 Dec 31 10:31 type -r--r--r-- 1 root root 4096 Dec 31 10:31 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.1/usb3/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/devices/pci0000:00/0000:00:03.2: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../bus/pci/ -r--r--r-- 1 root root 4096 Dec 31 10:31 class -rw-r--r-- 1 root root 256 Dec 31 10:31 config -r--r--r-- 1 root root 4096 Dec 31 10:31 device lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../bus/pci/drivers/ehci_hcd/ -r--r--r-- 1 root root 4096 Dec 31 10:31 irq -r--r--r-- 1 root root 4096 Dec 31 10:31 local_cpus -r--r--r-- 1 root root 4096 Dec 31 10:31 modalias -r--r--r-- 1 root root 4096 Dec 31 10:31 pools drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ -r--r--r-- 1 root root 4096 Dec 31 10:31 resource -rw------- 1 root root 4096 Dec 31 10:31 resource0 -r--r--r-- 1 root root 4096 Dec 31 10:31 subsystem_device -r--r--r-- 1 root root 4096 Dec 31 10:31 subsystem_vendor --w------- 1 root root 4096 Dec 31 10:31 uevent drwxr-xr-x 7 root root 0 Dec 31 11:10 usb1/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb_host:usb_host1 -> ../../../class/usb_host/usb_host1/ -r--r--r-- 1 root root 4096 Dec 31 10:31 vendor /sys/devices/pci0000:00/0000:00:03.2/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1: total 0 drwxr-xr-x 4 root root 0 Dec 31 10:31 1-0:1.0/ drwxr-xr-x 5 root root 0 Dec 31 11:10 1-3/ drwxr-xr-x 5 root root 0 Dec 31 10:54 1-6/ -r--r--r-- 1 root root 4096 Dec 31 10:31 bcdDevice -rw-r--r-- 1 root root 4096 Dec 31 10:31 bConfigurationValue -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:31 bDeviceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 bMaxPacketSize0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bMaxPower -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumConfigurations -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumInterfaces lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../../bus/usb/ -r--r--r-- 1 root root 4096 Dec 31 10:31 configuration -r--r--r-- 1 root root 4096 Dec 31 10:31 devnum lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../../bus/usb/drivers/usb/ drwxr-xr-x 2 root root 0 Dec 31 10:31 ep_00/ -r--r--r-- 1 root root 4096 Dec 31 10:31 idProduct -r--r--r-- 1 root root 4096 Dec 31 10:31 idVendor -r--r--r-- 1 root root 4096 Dec 31 10:31 manufacturer -r--r--r-- 1 root root 4096 Dec 31 10:31 maxchild drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ -r--r--r-- 1 root root 4096 Dec 31 10:31 product -r--r--r-- 1 root root 4096 Dec 31 10:31 serial -r--r--r-- 1 root root 4096 Dec 31 10:31 speed --w------- 1 root root 4096 Dec 31 10:31 uevent lrwxrwxrwx 1 root root 0 Dec 31 10:31 usb_device:usbdev1.1 -> ../../../../class/usb_device/usbdev1.1/ -r--r--r-- 1 root root 4096 Dec 31 10:31 version /sys/devices/pci0000:00/0000:00:03.2/usb1/1-0:1.0: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bAlternateSetting -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceNumber -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterfaceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:31 bNumEndpoints lrwxrwxrwx 1 root root 0 Dec 31 10:31 bus -> ../../../../../bus/usb/ lrwxrwxrwx 1 root root 0 Dec 31 10:31 driver -> ../../../../../bus/usb/drivers/hub/ drwxr-xr-x 2 root root 0 Dec 31 10:31 ep_81/ -r--r--r-- 1 root root 4096 Dec 31 10:31 modalias drwxr-xr-x 2 root root 0 Dec 31 10:31 power/ --w------- 1 root root 4096 Dec 31 10:31 uevent /sys/devices/pci0000:00/0000:00:03.2/usb1/1-0:1.0/ep_81: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:31 bLength -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 direction -r--r--r-- 1 root root 4096 Dec 31 10:31 interval -r--r--r-- 1 root root 4096 Dec 31 10:31 type -r--r--r-- 1 root root 4096 Dec 31 10:31 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.2/usb1/1-0:1.0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3: total 0 drwxr-xr-x 6 root root 0 Dec 31 11:10 1-3:1.0/ -r--r--r-- 1 root root 4096 Dec 31 11:10 bcdDevice -rw-r--r-- 1 root root 4096 Dec 31 11:10 bConfigurationValue -r--r--r-- 1 root root 4096 Dec 31 11:10 bDeviceClass -r--r--r-- 1 root root 4096 Dec 31 11:10 bDeviceProtocol -r--r--r-- 1 root root 4096 Dec 31 11:10 bDeviceSubClass -r--r--r-- 1 root root 4096 Dec 31 11:10 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 11:11 bMaxPacketSize0 -r--r--r-- 1 root root 4096 Dec 31 11:10 bMaxPower -r--r--r-- 1 root root 4096 Dec 31 11:10 bNumConfigurations -r--r--r-- 1 root root 4096 Dec 31 11:10 bNumInterfaces lrwxrwxrwx 1 root root 0 Dec 31 11:10 bus -> ../../../../../bus/usb/ -r--r--r-- 1 root root 4096 Dec 31 11:11 configuration -r--r--r-- 1 root root 4096 Dec 31 11:10 devnum lrwxrwxrwx 1 root root 0 Dec 31 11:10 driver -> ../../../../../bus/usb/drivers/usb/ drwxr-xr-x 2 root root 0 Dec 31 11:10 ep_00/ -r--r--r-- 1 root root 4096 Dec 31 11:10 idProduct -r--r--r-- 1 root root 4096 Dec 31 11:10 idVendor -r--r--r-- 1 root root 4096 Dec 31 11:11 manufacturer -r--r--r-- 1 root root 4096 Dec 31 11:10 maxchild drwxr-xr-x 2 root root 0 Dec 31 11:10 power/ -r--r--r-- 1 root root 4096 Dec 31 11:11 product -r--r--r-- 1 root root 4096 Dec 31 11:10 serial -r--r--r-- 1 root root 4096 Dec 31 11:10 speed --w------- 1 root root 4096 Dec 31 11:11 uevent lrwxrwxrwx 1 root root 0 Dec 31 11:11 usb_device:usbdev1.5 -> ../../../../../class/usb_device/usbdev1.5/ -r--r--r-- 1 root root 4096 Dec 31 11:10 version /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:11 bAlternateSetting -r--r--r-- 1 root root 4096 Dec 31 11:10 bInterfaceClass -r--r--r-- 1 root root 4096 Dec 31 11:10 bInterfaceNumber -r--r--r-- 1 root root 4096 Dec 31 11:10 bInterfaceProtocol -r--r--r-- 1 root root 4096 Dec 31 11:10 bInterfaceSubClass -r--r--r-- 1 root root 4096 Dec 31 11:11 bNumEndpoints lrwxrwxrwx 1 root root 0 Dec 31 11:10 bus -> ../../../../../../bus/usb/ lrwxrwxrwx 1 root root 0 Dec 31 11:10 driver -> ../../../../../../bus/usb/drivers/usb-storage/ drwxr-xr-x 2 root root 0 Dec 31 11:10 ep_02/ drwxr-xr-x 2 root root 0 Dec 31 11:10 ep_81/ drwxr-xr-x 4 root root 0 Dec 31 11:10 host3/ -r--r--r-- 1 root root 4096 Dec 31 11:10 modalias drwxr-xr-x 2 root root 0 Dec 31 11:10 power/ --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/ep_02: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:11 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 11:11 bInterval -r--r--r-- 1 root root 4096 Dec 31 11:11 bLength -r--r--r-- 1 root root 4096 Dec 31 11:11 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 11:11 direction -r--r--r-- 1 root root 4096 Dec 31 11:11 interval -r--r--r-- 1 root root 4096 Dec 31 11:11 type -r--r--r-- 1 root root 4096 Dec 31 11:11 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/ep_81: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:11 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 11:11 bInterval -r--r--r-- 1 root root 4096 Dec 31 11:11 bLength -r--r--r-- 1 root root 4096 Dec 31 11:11 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 11:11 direction -r--r--r-- 1 root root 4096 Dec 31 11:11 interval -r--r--r-- 1 root root 4096 Dec 31 11:11 type -r--r--r-- 1 root root 4096 Dec 31 11:11 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3: total 0 drwxr-xr-x 2 root root 0 Dec 31 11:10 power/ lrwxrwxrwx 1 root root 0 Dec 31 11:11 scsi_host:host3 -> ../../../../../../../class/scsi_host/host3/ drwxr-xr-x 4 root root 0 Dec 31 11:10 target3:0:0/ --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 11:11 state -rw-r--r-- 1 root root 4096 Dec 31 11:11 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0: total 0 drwxr-xr-x 3 root root 0 Dec 31 11:10 3:0:0:0/ drwxr-xr-x 2 root root 0 Dec 31 11:10 power/ --w------- 1 root root 4096 Dec 31 11:11 uevent /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0: total 0 lrwxrwxrwx 1 root root 0 Dec 31 11:11 block:sdb -> ../../../../../../../../../block/sdb/ lrwxrwxrwx 1 root root 0 Dec 31 11:10 bus -> ../../../../../../../../../bus/scsi/ --w------- 1 root root 4096 Dec 31 11:11 delete -r--r--r-- 1 root root 4096 Dec 31 11:11 device_blocked lrwxrwxrwx 1 root root 0 Dec 31 11:10 driver -> ../../../../../../../../../bus/scsi/drivers/sd/ lrwxrwxrwx 1 root root 0 Dec 31 11:11 generic -> ../../../../../../../../../class/scsi_generic/sg1/ -r--r--r-- 1 root root 4096 Dec 31 11:11 iocounterbits -r--r--r-- 1 root root 4096 Dec 31 11:11 iodone_cnt -r--r--r-- 1 root root 4096 Dec 31 11:10 ioerr_cnt -r--r--r-- 1 root root 4096 Dec 31 11:11 iorequest_cnt -rw-r--r-- 1 root root 4096 Dec 31 11:11 max_sectors -r--r--r-- 1 root root 4096 Dec 31 11:10 model drwxr-xr-x 2 root root 0 Dec 31 11:10 power/ -r--r--r-- 1 root root 4096 Dec 31 11:11 queue_depth -r--r--r-- 1 root root 4096 Dec 31 11:11 queue_type --w------- 1 root root 4096 Dec 31 11:11 rescan -r--r--r-- 1 root root 4096 Dec 31 11:10 rev lrwxrwxrwx 1 root root 0 Dec 31 11:11 scsi_device:3:0:0:0 -> ../../../../../../../../../class/scsi_device/3:0:0:0/ lrwxrwxrwx 1 root root 0 Dec 31 11:11 scsi_disk:3:0:0:0 -> ../../../../../../../../../class/scsi_disk/3:0:0:0/ lrwxrwxrwx 1 root root 0 Dec 31 11:11 scsi_generic:sg1 -> ../../../../../../../../../class/scsi_generic/sg1/ -r--r--r-- 1 root root 4096 Dec 31 11:11 scsi_level -rw-r--r-- 1 root root 4096 Dec 31 11:11 state -rw-r--r-- 1 root root 4096 Dec 31 11:11 timeout -r--r--r-- 1 root root 4096 Dec 31 11:10 type --w------- 1 root root 4096 Dec 31 11:11 uevent -r--r--r-- 1 root root 4096 Dec 31 11:10 vendor /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 11:11 state -rw-r--r-- 1 root root 4096 Dec 31 11:11 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/host3/target3:0:0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 11:11 state -rw-r--r-- 1 root root 4096 Dec 31 11:11 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/1-3:1.0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 11:11 state -rw-r--r-- 1 root root 4096 Dec 31 11:11 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/ep_00: total 0 -r--r--r-- 1 root root 4096 Dec 31 11:11 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 11:11 bInterval -r--r--r-- 1 root root 4096 Dec 31 11:11 bLength -r--r--r-- 1 root root 4096 Dec 31 11:11 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 11:11 direction -r--r--r-- 1 root root 4096 Dec 31 11:11 interval -r--r--r-- 1 root root 4096 Dec 31 11:11 type -r--r--r-- 1 root root 4096 Dec 31 11:11 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.2/usb1/1-3/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 11:11 state -rw-r--r-- 1 root root 4096 Dec 31 11:11 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6: total 0 drwxr-xr-x 6 root root 0 Dec 31 10:54 1-6:1.0/ -r--r--r-- 1 root root 4096 Dec 31 10:53 bcdDevice -rw-r--r-- 1 root root 4096 Dec 31 10:53 bConfigurationValue -r--r--r-- 1 root root 4096 Dec 31 10:53 bDeviceClass -r--r--r-- 1 root root 4096 Dec 31 10:53 bDeviceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:53 bDeviceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:53 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 bMaxPacketSize0 -r--r--r-- 1 root root 4096 Dec 31 10:53 bMaxPower -r--r--r-- 1 root root 4096 Dec 31 10:53 bNumConfigurations -r--r--r-- 1 root root 4096 Dec 31 10:53 bNumInterfaces lrwxrwxrwx 1 root root 0 Dec 31 10:53 bus -> ../../../../../bus/usb/ -r--r--r-- 1 root root 4096 Dec 31 10:54 configuration -r--r--r-- 1 root root 4096 Dec 31 10:53 devnum lrwxrwxrwx 1 root root 0 Dec 31 10:53 driver -> ../../../../../bus/usb/drivers/usb/ drwxr-xr-x 2 root root 0 Dec 31 10:54 ep_00/ -r--r--r-- 1 root root 4096 Dec 31 10:53 idProduct -r--r--r-- 1 root root 4096 Dec 31 10:53 idVendor -r--r--r-- 1 root root 4096 Dec 31 10:53 manufacturer -r--r--r-- 1 root root 4096 Dec 31 10:53 maxchild drwxr-xr-x 2 root root 0 Dec 31 10:54 power/ -r--r--r-- 1 root root 4096 Dec 31 10:53 product -r--r--r-- 1 root root 4096 Dec 31 10:53 serial -r--r--r-- 1 root root 4096 Dec 31 10:53 speed --w------- 1 root root 4096 Dec 31 10:54 uevent lrwxrwxrwx 1 root root 0 Dec 31 10:54 usb_device:usbdev1.3 -> ../../../../../class/usb_device/usbdev1.3/ -r--r--r-- 1 root root 4096 Dec 31 10:53 version /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bAlternateSetting -r--r--r-- 1 root root 4096 Dec 31 10:53 bInterfaceClass -r--r--r-- 1 root root 4096 Dec 31 10:53 bInterfaceNumber -r--r--r-- 1 root root 4096 Dec 31 10:53 bInterfaceProtocol -r--r--r-- 1 root root 4096 Dec 31 10:53 bInterfaceSubClass -r--r--r-- 1 root root 4096 Dec 31 10:54 bNumEndpoints lrwxrwxrwx 1 root root 0 Dec 31 10:53 bus -> ../../../../../../bus/usb/ lrwxrwxrwx 1 root root 0 Dec 31 10:53 driver -> ../../../../../../bus/usb/drivers/usb-storage/ drwxr-xr-x 2 root root 0 Dec 31 10:54 ep_02/ drwxr-xr-x 2 root root 0 Dec 31 10:54 ep_81/ drwxr-xr-x 4 root root 0 Dec 31 10:54 host1/ -r--r--r-- 1 root root 4096 Dec 31 10:53 modalias drwxr-xr-x 2 root root 0 Dec 31 10:54 power/ --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/ep_02: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:54 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:54 bLength -r--r--r-- 1 root root 4096 Dec 31 10:54 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 direction -r--r--r-- 1 root root 4096 Dec 31 10:54 interval -r--r--r-- 1 root root 4096 Dec 31 10:54 type -r--r--r-- 1 root root 4096 Dec 31 10:54 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/ep_81: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:54 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:54 bLength -r--r--r-- 1 root root 4096 Dec 31 10:54 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 direction -r--r--r-- 1 root root 4096 Dec 31 10:54 interval -r--r--r-- 1 root root 4096 Dec 31 10:54 type -r--r--r-- 1 root root 4096 Dec 31 10:54 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:54 power/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 scsi_host:host1 -> ../../../../../../../class/scsi_host/host1/ drwxr-xr-x 4 root root 0 Dec 31 10:54 target1:0:0/ --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:54 state -rw-r--r-- 1 root root 4096 Dec 31 10:54 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0: total 0 drwxr-xr-x 3 root root 0 Dec 31 10:54 1:0:0:0/ drwxr-xr-x 2 root root 0 Dec 31 10:54 power/ --w------- 1 root root 4096 Dec 31 10:54 uevent /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/1:0:0:0: total 0 lrwxrwxrwx 1 root root 0 Dec 31 10:54 block:sda -> ../../../../../../../../../block/sda/ lrwxrwxrwx 1 root root 0 Dec 31 10:53 bus -> ../../../../../../../../../bus/scsi/ --w------- 1 root root 4096 Dec 31 10:54 delete -r--r--r-- 1 root root 4096 Dec 31 10:54 device_blocked lrwxrwxrwx 1 root root 0 Dec 31 10:53 driver -> ../../../../../../../../../bus/scsi/drivers/sd/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 generic -> ../../../../../../../../../class/scsi_generic/sg0/ -r--r--r-- 1 root root 4096 Dec 31 10:54 iocounterbits -r--r--r-- 1 root root 4096 Dec 31 10:54 iodone_cnt -r--r--r-- 1 root root 4096 Dec 31 10:53 ioerr_cnt -r--r--r-- 1 root root 4096 Dec 31 10:54 iorequest_cnt -rw-r--r-- 1 root root 4096 Dec 31 10:54 max_sectors -r--r--r-- 1 root root 4096 Dec 31 10:53 model drwxr-xr-x 2 root root 0 Dec 31 10:54 power/ -r--r--r-- 1 root root 4096 Dec 31 10:54 queue_depth -r--r--r-- 1 root root 4096 Dec 31 10:54 queue_type --w------- 1 root root 4096 Dec 31 10:54 rescan -r--r--r-- 1 root root 4096 Dec 31 10:53 rev lrwxrwxrwx 1 root root 0 Dec 31 10:54 scsi_device:1:0:0:0 -> ../../../../../../../../../class/scsi_device/1:0:0:0/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 scsi_disk:1:0:0:0 -> ../../../../../../../../../class/scsi_disk/1:0:0:0/ lrwxrwxrwx 1 root root 0 Dec 31 10:54 scsi_generic:sg0 -> ../../../../../../../../../class/scsi_generic/sg0/ -r--r--r-- 1 root root 4096 Dec 31 10:54 scsi_level -rw-r--r-- 1 root root 4096 Dec 31 10:54 state -rw-r--r-- 1 root root 4096 Dec 31 10:54 timeout -r--r--r-- 1 root root 4096 Dec 31 10:53 type --w------- 1 root root 4096 Dec 31 10:54 uevent -r--r--r-- 1 root root 4096 Dec 31 10:53 vendor /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/1:0:0:0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:54 state -rw-r--r-- 1 root root 4096 Dec 31 10:54 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/host1/target1:0:0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:54 state -rw-r--r-- 1 root root 4096 Dec 31 10:54 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/1-6:1.0/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:54 state -rw-r--r-- 1 root root 4096 Dec 31 10:54 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/ep_00: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:54 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:54 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:54 bLength -r--r--r-- 1 root root 4096 Dec 31 10:54 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:54 direction -r--r--r-- 1 root root 4096 Dec 31 10:54 interval -r--r--r-- 1 root root 4096 Dec 31 10:54 type -r--r--r-- 1 root root 4096 Dec 31 10:54 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.2/usb1/1-6/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:54 state -rw-r--r-- 1 root root 4096 Dec 31 10:54 wakeup /sys/devices/pci0000:00/0000:00:03.2/usb1/ep_00: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 bEndpointAddress -r--r--r-- 1 root root 4096 Dec 31 10:31 bInterval -r--r--r-- 1 root root 4096 Dec 31 10:31 bLength -r--r--r-- 1 root root 4096 Dec 31 10:31 bmAttributes -r--r--r-- 1 root root 4096 Dec 31 10:31 direction -r--r--r-- 1 root root 4096 Dec 31 10:31 interval -r--r--r-- 1 root root 4096 Dec 31 10:31 type -r--r--r-- 1 root root 4096 Dec 31 10:31 wMaxPacketSize /sys/devices/pci0000:00/0000:00:03.2/usb1/power: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 state -rw-r--r-- 1 root root 4096 Dec 31 10:31 wakeup /sys/module: total 0 drwxr-xr-x 3 root root 0 Dec 30 14:11 ehci_hcd/ drwxr-xr-x 3 root root 0 Dec 30 14:11 scsi_mod/ drwxr-xr-x 3 root root 0 Dec 30 14:11 sg/ drwxr-xr-x 3 root root 0 Dec 30 14:11 usbcore/ drwxr-xr-x 3 root root 0 Dec 30 14:11 usb_storage/ ... and others /sys/module/ehci_hcd: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 parameters/ /sys/module/ehci_hcd/parameters: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 log2_irq_thresh -r--r--r-- 1 root root 4096 Dec 31 10:31 park /sys/module/scsi_mod: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 parameters/ /sys/module/scsi_mod/parameters: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 default_dev_flags -rw-r--r-- 1 root root 4096 Dec 31 10:31 inq_timeout -rw-r--r-- 1 root root 4096 Dec 31 10:31 max_luns -rw-r--r-- 1 root root 4096 Dec 31 10:31 max_report_luns -rw-r--r-- 1 root root 4096 Dec 31 10:31 scsi_logging_level /sys/module/sg: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 parameters/ /sys/module/sg/parameters: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 allow_dio -r--r--r-- 1 root root 4096 Dec 31 10:31 def_reserved_size /sys/module/usbcore: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 parameters/ /sys/module/usbcore/parameters: total 0 -r--r--r-- 1 root root 4096 Dec 31 10:31 blinkenlights -rw-r--r-- 1 root root 4096 Dec 31 10:31 old_scheme_first -rw-r--r-- 1 root root 4096 Dec 31 10:31 usbfs_snoop -rw-r--r-- 1 root root 4096 Dec 31 10:31 use_both_schemes /sys/module/usb_storage: total 0 drwxr-xr-x 2 root root 0 Dec 31 10:31 parameters/ /sys/module/usb_storage/parameters: total 0 -rw-r--r-- 1 root root 4096 Dec 31 10:31 delay_use ... and many others
Last updated: December 31, 2006
Contact Craig Van Degrift if you have problems or questions with this web site.