Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. CONFIG_HIDRAW=y
  2.  
  3. Bus 002 Device 013: ID 1050:0211 Yubico.com
  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 0x1050 Yubico.com
  13. idProduct 0x0211
  14. bcdDevice 0.20
  15. iManufacturer 1 Yubico
  16. iProduct 2 Yubico WinUSB Gnubby (gnubby1)
  17. iSerial 0
  18. bNumConfigurations 1
  19. Configuration Descriptor:
  20. bLength 9
  21. bDescriptorType 2
  22. wTotalLength 32
  23. bNumInterfaces 1
  24. bConfigurationValue 1
  25. iConfiguration 0
  26. bmAttributes 0x80
  27. (Bus Powered)
  28. MaxPower 30mA
  29. Interface Descriptor:
  30. bLength 9
  31. bDescriptorType 4
  32. bInterfaceNumber 0
  33. bAlternateSetting 0
  34. bNumEndpoints 2
  35. bInterfaceClass 255 Vendor Specific Class
  36. bInterfaceSubClass 0
  37. bInterfaceProtocol 0
  38. iInterface 0
  39. Endpoint Descriptor:
  40. bLength 7
  41. bDescriptorType 5
  42. bEndpointAddress 0x01 EP 1 OUT
  43. bmAttributes 2
  44. Transfer Type Bulk
  45. Synch Type None
  46. Usage Type Data
  47. wMaxPacketSize 0x0040 1x 64 bytes
  48. bInterval 0
  49. Endpoint Descriptor:
  50. bLength 7
  51. bDescriptorType 5
  52. bEndpointAddress 0x81 EP 1 IN
  53. bmAttributes 2
  54. Transfer Type Bulk
  55. Synch Type None
  56. Usage Type Data
  57. wMaxPacketSize 0x0040 1x 64 bytes
  58. bInterval 0
  59. Device Status: 0x0000
  60. (Bus Powered)
  61.  
  62. ACTION!="add|change", GOTO="u2f_end"
  63.  
  64. #KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", TAG+="uaccess"
  65. ATTRS{idVendor}=="1050", GROUP="plugdev", MODE="0660"
  66.  
  67.  
  68. LABEL="u2f_end"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement