On my Apple Silicon MacMini, hidutil list
does not list the connected Atmel-ICE (a hardware debugger from Microchip). On my Intel Mac, it does. And both run Sonoma.
It is also enumerated as a HID device on the Linux and the Windows virtual machine running on the MacMini. So, this looks like a bug to me.
On my Apple Silicon MacMini, hidutil list does not list the connected Atmel-ICE (a hardware debugger from Microchip). On my Intel Mac, it does. And both run Sonoma.
The main reason an accessory would be "hidden" from hidutil like this is a driver of some sort claimed the device, "hiding" it from the HID system. The next step for investigating something kit this is to use IORegistryExplorer.app to walk the IORegistry, allowing you to see what's actually happened in the driver stack. This forum post has direction on where you can download it and some basic guidance on using it.
It is also enumerated as a HID device on the Linux and the Windows virtual machine running on the MacMini. So, this looks like a bug to me.
Possibly. It all depends on what's actually attaching to it.
__
Kevin Elliott
DTS Engineer, CoreOS/Hardware