Skip to content

Instantly share code, notes, and snippets.

@nickodell
Created December 18, 2012 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickodell/4332185 to your computer and use it in GitHub Desktop.
Save nickodell/4332185 to your computer and use it in GitHub Desktop.
8,9c8,9
< looking at device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.4/2-1.3.4:1.0/ttyUSB1/tty/ttyUSB1':
< KERNEL=="ttyUSB1"
---
> looking at device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.1/2-1.3.1.4/2-1.3.1.4:1.0/ttyUSB2/tty/ttyUSB2':
> KERNEL=="ttyUSB2"
13,14c13,14
< looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.4/2-1.3.4:1.0/ttyUSB1':
< KERNELS=="ttyUSB1"
---
> looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.1/2-1.3.1.4/2-1.3.1.4:1.0/ttyUSB2':
> KERNELS=="ttyUSB2"
19,20c19,20
< looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.4/2-1.3.4:1.0':
< KERNELS=="2-1.3.4:1.0"
---
> looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.1/2-1.3.1.4/2-1.3.1.4:1.0':
> KERNELS=="2-1.3.1.4:1.0"
33,34c33,34
< looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.4':
< KERNELS=="2-1.3.4"
---
> looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.1/2-1.3.1.4':
> KERNELS=="2-1.3.1.4"
53c53
< ATTRS{devnum}=="31"
---
> ATTRS{devnum}=="25"
61a62,88
> looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.3/2-1.3.1':
> KERNELS=="2-1.3.1"
> SUBSYSTEMS=="usb"
> DRIVERS=="usb"
> ATTRS{configuration}==""
> ATTRS{bNumInterfaces}==" 1"
> ATTRS{bConfigurationValue}=="1"
> ATTRS{bmAttributes}=="e0"
> ATTRS{bMaxPower}=="100mA"
> ATTRS{urbnum}=="3669"
> ATTRS{idVendor}=="05e3"
> ATTRS{idProduct}=="0610"
> ATTRS{bcdDevice}=="7732"
> ATTRS{bDeviceClass}=="09"
> ATTRS{bDeviceSubClass}=="00"
> ATTRS{bDeviceProtocol}=="02"
> ATTRS{bNumConfigurations}=="1"
> ATTRS{bMaxPacketSize0}=="64"
> ATTRS{speed}=="480"
> ATTRS{busnum}=="2"
> ATTRS{devnum}=="5"
> ATTRS{version}==" 2.00"
> ATTRS{maxchild}=="4"
> ATTRS{quirks}=="0x0"
> ATTRS{authorized}=="1"
> ATTRS{product}=="USB2.0 Hub"
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment