-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello, this is a really interesting project! I recently found this undocumented IOKit API while trying to figure out why my USB mouse isn't working. I lack experience with macOS-specific debugging and would like your input here.
I'm running macOS Sonoma on an M1 MBP. What is the path of the libIOAccessoryManager file that you mention in the README? Here's what I've tried so far:
cd /System/Library/Frameworks
find . -name "*libIOAccessoryManager*"
# => no results
cd /System/Library/PrivateFrameworks
find . -name "*libIOAccessoryManager*"
# => no results
For context, I'm trying to find information related to this function:
kernel: (IOAccessoryManager) IOPortTransportState::setNominalSignalingFrequencies(): [Port-USB-C@2: USB2] Setting nominal signaling frequencies...
I've noticed that my USB mouse fails to connect if and only if this function logs an ERROR message later.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels