Advertisement
Guest User

Untitled

a guest
Mar 26th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. root@ubuntu:~# lsusb
  2. Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
  3. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  4.  
  5.  
  6. root@ubuntu:~# lsusb -v | less
  7.  
  8. Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
  9. Device Descriptor:
  10. bLength 18
  11. bDescriptorType 1
  12. bcdUSB 2.00
  13. bDeviceClass 255 Vendor Specific Class
  14. bDeviceSubClass 255 Vendor Specific Subclass
  15. bDeviceProtocol 255 Vendor Specific Protocol
  16. bMaxPacketSize0 64
  17. idVendor 0x0cf3 Atheros Communications, Inc.
  18. idProduct 0x9271 AR9271 802.11n
  19. bcdDevice 1.08
  20. iManufacturer 16 MVA1010
  21. iProduct 32 WLAN
  22. iSerial 48 12345
  23. bNumConfigurations 1
  24. Configuration Descriptor:
  25. bLength 9
  26. bDescriptorType 2
  27. wTotalLength 60
  28. bNumInterfaces 1
  29. bConfigurationValue 1
  30. iConfiguration 0
  31. bmAttributes 0x80
  32. (Bus Powered)
  33. MaxPower 500mA
  34. Interface Descriptor:
  35. bLength 9
  36. bDescriptorType 4
  37. bInterfaceNumber 0
  38. bAlternateSetting 0
  39. bNumEndpoints 6
  40. bInterfaceClass 255 Vendor Specific Class
  41. bInterfaceSubClass 0
  42. bInterfaceProtocol 0
  43. iInterface 0
  44. Endpoint Descriptor:
  45. bLength 7
  46. bDescriptorType 5
  47. bEndpointAddress 0x01 EP 1 OUT
  48. bmAttributes 2
  49. Transfer Type Bulk
  50. Synch Type None
  51. Usage Type Data
  52. wMaxPacketSize 0x0200 1x 512 bytes
  53. bInterval 0
  54. Endpoint Descriptor:
  55. bLength 7
  56. bDescriptorType 5
  57. bEndpointAddress 0x82 EP 2 IN
  58. bmAttributes 2
  59. Transfer Type Bulk
  60. Synch Type None
  61. Usage Type Data
  62. wMaxPacketSize 0x0200 1x 512 bytes
  63. bInterval 0
  64. Endpoint Descriptor:
  65. bLength 7
  66. bDescriptorType 5
  67. bEndpointAddress 0x83 EP 3 IN
  68. bmAttributes 3
  69. Transfer Type Interrupt
  70. Synch Type None
  71. Usage Type Data
  72. wMaxPacketSize 0x0040 1x 64 bytes
  73. bInterval 1
  74. Endpoint Descriptor:
  75. bLength 7
  76. bDescriptorType 5
  77. bEndpointAddress 0x04 EP 4 OUT
  78. bmAttributes 3
  79. Transfer Type Interrupt
  80. Synch Type None
  81. Usage Type Data
  82. wMaxPacketSize 0x0040 1x 64 bytes
  83. bInterval 1
  84. Endpoint Descriptor:
  85. bLength 7
  86. bDescriptorType 5
  87. bEndpointAddress 0x05 EP 5 OUT
  88. bmAttributes 2
  89. Transfer Type Bulk
  90. Synch Type None
  91. Usage Type Data
  92. wMaxPacketSize 0x0200 1x 512 bytes
  93. bInterval 0
  94. Endpoint Descriptor:
  95. bLength 7
  96. bDescriptorType 5
  97. bEndpointAddress 0x06 EP 6 OUT
  98. bmAttributes 2
  99. Transfer Type Bulk
  100. Synch Type None
  101. Usage Type Data
  102. wMaxPacketSize 0x0200 1x 512 bytes
  103. bInterval 0
  104. Device Qualifier (for other device speed):
  105. bLength 10
  106. bDescriptorType 6
  107. bcdUSB 2.00
  108. bDeviceClass 255 Vendor Specific Class
  109. bDeviceSubClass 255 Vendor Specific Subclass
  110. bDeviceProtocol 255 Vendor Specific Protocol
  111. bMaxPacketSize0 64
  112. bNumConfigurations 1
  113. Device Status: 0x0000
  114. (Bus Powered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement