Advertisement
Guest User

Untitled

a guest
Apr 18th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. [przemo@pldmachine ~/sf/wacom-kernel]$ lsusb
  2. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  4. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  5. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  6. Bus 001 Device 005: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN
  7. Bus 002 Device 002: ID 1131:1004 Integrated System Solution Corp. Bluetooth Device
  8. [przemo@pldmachine ~/sf/wacom-kernel]$ lsusb -v -d 0bda:8176
  9.  
  10. Bus 001 Device 005: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN
  11. Couldn't open device, some information will be missing
  12. Device Descriptor:
  13. bLength 18
  14. bDescriptorType 1
  15. bcdUSB 2.00
  16. bDeviceClass 0 (Defined at Interface level)
  17. bDeviceSubClass 0
  18. bDeviceProtocol 0
  19. bMaxPacketSize0 64
  20. idVendor 0x0bda Realtek Semiconductor Corp.
  21. idProduct 0x8176 RTL8188CUS 802.11n WLAN
  22. bcdDevice 2.00
  23. iManufacturer 1
  24. iProduct 2
  25. iSerial 3
  26. bNumConfigurations 1
  27. Configuration Descriptor:
  28. bLength 9
  29. bDescriptorType 2
  30. wTotalLength 46
  31. bNumInterfaces 1
  32. bConfigurationValue 1
  33. iConfiguration 0
  34. bmAttributes 0x80
  35. (Bus Powered)
  36. MaxPower 500mA
  37. Interface Descriptor:
  38. bLength 9
  39. bDescriptorType 4
  40. bInterfaceNumber 0
  41. bAlternateSetting 0
  42. bNumEndpoints 4
  43. bInterfaceClass 255 Vendor Specific Class
  44. bInterfaceSubClass 255 Vendor Specific Subclass
  45. bInterfaceProtocol 255 Vendor Specific Protocol
  46. iInterface 0
  47. Endpoint Descriptor:
  48. bLength 7
  49. bDescriptorType 5
  50. bEndpointAddress 0x81 EP 1 IN
  51. bmAttributes 2
  52. Transfer Type Bulk
  53. Synch Type None
  54. Usage Type Data
  55. wMaxPacketSize 0x0200 1x 512 bytes
  56. bInterval 0
  57. Endpoint Descriptor:
  58. bLength 7
  59. bDescriptorType 5
  60. bEndpointAddress 0x02 EP 2 OUT
  61. bmAttributes 2
  62. Transfer Type Bulk
  63. Synch Type None
  64. Usage Type Data
  65. wMaxPacketSize 0x0200 1x 512 bytes
  66. bInterval 0
  67. Endpoint Descriptor:
  68. bLength 7
  69. bDescriptorType 5
  70. bEndpointAddress 0x03 EP 3 OUT
  71. bmAttributes 2
  72. Transfer Type Bulk
  73. Synch Type None
  74. Usage Type Data
  75. wMaxPacketSize 0x0200 1x 512 bytes
  76. bInterval 0
  77. Endpoint Descriptor:
  78. bLength 7
  79. bDescriptorType 5
  80. bEndpointAddress 0x84 EP 4 IN
  81. bmAttributes 3
  82. Transfer Type Interrupt
  83. Synch Type None
  84. Usage Type Data
  85. wMaxPacketSize 0x0040 1x 64 bytes
  86. bInterval 1
  87. [przemo@pldmachine ~/sf/wacom-kernel]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement