Skip to content

Instantly share code, notes, and snippets.

@rngadam
Created May 22, 2012 05:55
Show Gist options
  • Select an option

  • Save rngadam/2766920 to your computer and use it in GitHub Desktop.

Select an option

Save rngadam/2766920 to your computer and use it in GitHub Desktop.
initialization and disconnection
[ 112.218837] usbcore: registered new interface driver usbserial
[ 112.218862] USB Serial support registered for generic
[ 112.218937] usbcore: registered new interface driver usbserial_generic
[ 112.218939] usbserial: USB Serial Driver core
[ 112.237240] USB Serial support registered for FTDI USB Serial Device
[ 112.237534] ftdi_sio 2-1.1.4.1:1.0: FTDI USB Serial Device converter detected
[ 112.237598] usb 2-1.1.4.1: Detected FT2232H
[ 112.237604] usb 2-1.1.4.1: Number of endpoints 2
[ 112.237609] usb 2-1.1.4.1: Endpoint 1 MaxPacketSize 512
[ 112.237614] usb 2-1.1.4.1: Endpoint 2 MaxPacketSize 512
[ 112.237619] usb 2-1.1.4.1: Setting MaxPacketSize 512
[ 112.238120] usb 2-1.1.4.1: FTDI USB Serial Device converter now attached to ttyUSB0
[ 112.238230] ftdi_sio 2-1.1.4.1:1.1: FTDI USB Serial Device converter detected
[ 112.238301] usb 2-1.1.4.1: Detected FT2232H
[ 112.238306] usb 2-1.1.4.1: Number of endpoints 2
[ 112.238311] usb 2-1.1.4.1: Endpoint 1 MaxPacketSize 512
[ 112.238317] usb 2-1.1.4.1: Endpoint 2 MaxPacketSize 512
[ 112.238322] usb 2-1.1.4.1: Setting MaxPacketSize 512
[ 112.238697] usb 2-1.1.4.1: FTDI USB Serial Device converter now attached to ttyUSB1
[ 112.238734] usbcore: registered new interface driver ftdi_sio
[ 112.238738] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[ 172.954882] usb 2-1.1.4: USB disconnect, device number 5
[ 172.954892] usb 2-1.1.4.1: USB disconnect, device number 6
[ 172.955261] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[ 172.955315] ftdi_sio 2-1.1.4.1:1.0: device disconnected
[ 172.956998] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
[ 172.957049] ftdi_sio 2-1.1.4.1:1.1: device disconnected
[ 176.734581] usb 2-1.1.4: new high-speed USB device number 7 using ehci_hcd
[ 176.827413] hub 2-1.1.4:1.0: USB hub found
[ 176.827726] hub 2-1.1.4:1.0: 2 ports detected
[ 177.098319] usb 2-1.1.4.1: new high-speed USB device number 8 using ehci_hcd
[ 177.199377] ftdi_sio 2-1.1.4.1:1.0: FTDI USB Serial Device converter detected
[ 177.199454] usb 2-1.1.4.1: Detected FT2232H
[ 177.199460] usb 2-1.1.4.1: Number of endpoints 2
[ 177.199465] usb 2-1.1.4.1: Endpoint 1 MaxPacketSize 512
[ 177.199470] usb 2-1.1.4.1: Endpoint 2 MaxPacketSize 512
[ 177.199475] usb 2-1.1.4.1: Setting MaxPacketSize 512
[ 177.199945] usb 2-1.1.4.1: FTDI USB Serial Device converter now attached to ttyUSB0
[ 177.202617] ftdi_sio 2-1.1.4.1:1.1: FTDI USB Serial Device converter detected
[ 177.202695] usb 2-1.1.4.1: Detected FT2232H
[ 177.202701] usb 2-1.1.4.1: Number of endpoints 2
[ 177.202706] usb 2-1.1.4.1: Endpoint 1 MaxPacketSize 512
[ 177.202711] usb 2-1.1.4.1: Endpoint 2 MaxPacketSize 512
[ 177.202716] usb 2-1.1.4.1: Setting MaxPacketSize 512
[ 177.203016] usb 2-1.1.4.1: FTDI USB Serial Device converter now attached to ttyUSB1
[13053.793742] usb 2-1.1.4.1: USB disconnect, device number 8
[13053.794150] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[13053.794211] ftdi_sio 2-1.1.4.1:1.0: device disconnected
[13053.794670] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment