Is there an equivalent of lsusb for OS X

前端 未结 9 587
自闭症患者
自闭症患者 2021-01-30 01:15

This question seems to be all over google, but the answers all point to using System Profiler. That\'s nice, but with System Profiler all you get is something that looks like th

9条回答
  •  长情又很酷
    2021-01-30 01:43

    I typically run this command to list USB devices on Mac OS X, along with details about them:

    ioreg -p IOUSB -l -w 0
    

提交回复
热议问题