Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2011
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.23 KB | None | 0 0
  1. en1gma@ubuntu:~$ sudo lsusb -d 1737:0079 -vvv
  2.  
  3. Bus 001 Device 002: ID 1737:0079 Linksys
  4. Device Descriptor:
  5.   bLength                18
  6.   bDescriptorType         1
  7.   bcdUSB               2.00
  8.   bDeviceClass            0 (Defined at Interface level)
  9.   bDeviceSubClass         0
  10.   bDeviceProtocol         0
  11.   bMaxPacketSize0        64
  12.   idVendor           0x1737 Linksys
  13.   idProduct          0x0079
  14.   bcdDevice            1.01
  15.   iManufacturer           1 Linksys
  16.   iProduct                2
  17.   iSerial                 3
  18.   bNumConfigurations      1
  19.   Configuration Descriptor:
  20.     bLength                 9
  21.     bDescriptorType         2
  22.     wTotalLength           67
  23.     bNumInterfaces          1
  24.     bConfigurationValue     1
  25.     iConfiguration          0
  26.     bmAttributes         0x80
  27.       (Bus Powered)
  28.     MaxPower              450mA
  29.     Interface Descriptor:
  30.       bLength                 9
  31.       bDescriptorType         4
  32.       bInterfaceNumber        0
  33.       bAlternateSetting       0
  34.       bNumEndpoints           7
  35.       bInterfaceClass       255 Vendor Specific Class
  36.       bInterfaceSubClass    255 Vendor Specific Subclass
  37.       bInterfaceProtocol    255 Vendor Specific Protocol
  38.       iInterface              5
  39.       Endpoint Descriptor:
  40.         bLength                 7
  41.         bDescriptorType         5
  42.         bEndpointAddress     0x81  EP 1 IN
  43.         bmAttributes            2
  44.           Transfer Type            Bulk
  45.           Synch Type               None
  46.           Usage Type               Data
  47.         wMaxPacketSize     0x0200  1x 512 bytes
  48.         bInterval               0
  49.       Endpoint Descriptor:
  50.         bLength                 7
  51.         bDescriptorType         5
  52.         bEndpointAddress     0x01  EP 1 OUT
  53.         bmAttributes            2
  54.           Transfer Type            Bulk
  55.           Synch Type               None
  56.           Usage Type               Data
  57.         wMaxPacketSize     0x0200  1x 512 bytes
  58.         bInterval               0
  59.       Endpoint Descriptor:
  60.         bLength                 7
  61.         bDescriptorType         5
  62.         bEndpointAddress     0x02  EP 2 OUT
  63.         bmAttributes            2
  64.           Transfer Type            Bulk
  65.           Synch Type               None
  66.           Usage Type               Data
  67.         wMaxPacketSize     0x0200  1x 512 bytes
  68.         bInterval               0
  69.       Endpoint Descriptor:
  70.         bLength                 7
  71.         bDescriptorType         5
  72.         bEndpointAddress     0x03  EP 3 OUT
  73.         bmAttributes            2
  74.           Transfer Type            Bulk
  75.           Synch Type               None
  76.           Usage Type               Data
  77.         wMaxPacketSize     0x0200  1x 512 bytes
  78.         bInterval               0
  79.       Endpoint Descriptor:
  80.         bLength                 7
  81.         bDescriptorType         5
  82.         bEndpointAddress     0x04  EP 4 OUT
  83.         bmAttributes            2
  84.           Transfer Type            Bulk
  85.           Synch Type               None
  86.           Usage Type               Data
  87.         wMaxPacketSize     0x0200  1x 512 bytes
  88.         bInterval               0
  89.       Endpoint Descriptor:
  90.         bLength                 7
  91.         bDescriptorType         5
  92.         bEndpointAddress     0x05  EP 5 OUT
  93.         bmAttributes            2
  94.           Transfer Type            Bulk
  95.           Synch Type               None
  96.           Usage Type               Data
  97.         wMaxPacketSize     0x0200  1x 512 bytes
  98.         bInterval               0
  99.       Endpoint Descriptor:
  100.         bLength                 7
  101.         bDescriptorType         5
  102.         bEndpointAddress     0x06  EP 6 OUT
  103.         bmAttributes            2
  104.           Transfer Type            Bulk
  105.           Synch Type               None
  106.           Usage Type               Data
  107.         wMaxPacketSize     0x0200  1x 512 bytes
  108.         bInterval               0
  109. Device Qualifier (for other device speed):
  110.   bLength                10
  111.   bDescriptorType         6
  112.   bcdUSB               2.00
  113.   bDeviceClass            0 (Defined at Interface level)
  114.   bDeviceSubClass         0
  115.   bDeviceProtocol         0
  116.   bMaxPacketSize0        64
  117.   bNumConfigurations      1
  118. Device Status:     0x0000
  119.   (Bus Powered)
  120. en1gma@ubuntu:~$
  121.  
  122.  
  123.  
  124.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement