问题描述
这个问题似乎遍及整个Google,但答案都指向使用System Profiler.很好,但是使用System Profiler,您所获得的只是以下内容:
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 this:
DasKeyboard:
Product ID: 0x1919
Vendor ID: 0x04d9 (Holtek Semiconductor, Inc.)
Version: 1.06
Speed: Up to 1.5 Mb/sec
Location ID: 0x1d114000 / 11
Current Available (mA): 500
Current Required (mA): 100
USB2.0 Hub:
Product ID: 0x0608
Vendor ID: 0x05e3 (Genesys Logic, Inc.)
Version: 32.98
Speed: Up to 480 Mb/sec
Location ID: 0x1d113000 / 10
Current Available (mA): 500
Current Required (mA): 100
Microsoft Basic Optical Mouse v2.0 :
Product ID: 0x00cb
Vendor ID: 0x045e (Microsoft Corporation)
Version: 1.99
Speed: Up to 1.5 Mb/sec
Manufacturer: Microsoft
Location ID: 0x1d113200 / 12
Current Available (mA): 500
Current Required (mA): 100
如果您想要的只是一堆设备描述符的内容,那就太好了,但是lsusb
给您如此的更多信息-有关接口和端点,接口关联,复合设备的信息...您在OS X的哪里可以找到此信息? 必须有 工具吗?
That's great if all you want are the contents of a bunch of device descriptors, but lsusb
gives you so much more - information on interfaces and endpoints, interface associations, composite devices... where can you find this information in OS X? There must be a tool that does this?
推荐答案
我已经厌倦了忘记system_profiler SPUSBDataType
语法,因此我选择了lsusb
.您可以在此处找到它,或使用自制软件安装它:
I got tired of forgetting the system_profiler SPUSBDataType
syntax, so I made an lsusb
alternative. You can find it here , or install it with homebrew:
brew install lsusb
这篇关于OS X是否有等同于lsusb的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!