Advertisement
ChameleonScales

sudo /usr/sbin/usb_modeswitch -W -v 05c6 -p 6000 -K

Jun 4th, 2018
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Take all parameters from the command line
  2.  
  3.  
  4. * usb_modeswitch: handle USB devices with multiple modes
  5. * Version 2.5.2 (C) Josua Dietze 2017
  6. * Based on libusb1/libusbx
  7.  
  8. ! PLEASE REPORT NEW CONFIGURATIONS !
  9.  
  10. DefaultVendor= 0x05c6
  11. DefaultProduct= 0x6000
  12.  
  13. StandardEject=1
  14.  
  15. Look for default devices ...
  16. found USB ID 8087:8000
  17. found USB ID 1d6b:0002
  18. found USB ID 1d6b:0003
  19. found USB ID 0bda:b728
  20. found USB ID 5986:055e
  21. found USB ID 0bda:0129
  22. found USB ID 05c6:6000
  23. vendor ID matched
  24. product ID matched
  25. found USB ID 0bda:8179
  26. found USB ID 1d6b:0002
  27. Found devices in default mode (1)
  28. Access device 110 on bus 002
  29. Get the current device configuration ...
  30. Current configuration number is 1
  31. Use interface number 0
  32. with class 255
  33. Error: can't use storage command in MessageContent with interface 0; interface class is 255, expected 8. Abort
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement