Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libusb does not list iPhone in normal mode #1

Closed
matteyeux opened this issue May 10, 2018 · 0 comments
Closed

libusb does not list iPhone in normal mode #1

matteyeux opened this issue May 10, 2018 · 0 comments
Assignees
Labels
help wanted Extra attention is needed macOS macOS related issue

Comments

@matteyeux
Copy link
Owner

Using lsusb for macOS, my iPhone is detected :

 ../lsusb/lsusb
Bus 029 Device 001: ID 8087:0024 Intel Corporation Hub
Bus 029 Device 002: ID 0424:2512 SMSC Hub
Bus 029 Device 003: ID 05ac:8242 Apple Inc. IR Receiver
Bus 029 Device 004: ID 0a5c:4500 Broadcom Corp. BRCM20702 Hub
Bus 029 Device 005: ID 05ac:828a Apple Inc. Bluetooth USB Host Controller
Bus 026 Device 001: ID 8087:0024 Intel Corporation Hub
Bus 026 Device 002: ID 0424:2513 SMSC Hub
Bus 026 Device 004: ID 0403:6001 Future Technology Devices International Limited DCSD USB UART  Serial: XXXXXXXX
Bus 026 Device 005: ID 0403:8a88 Future Technology Devices International Limited DCSD Status LED  Serial: XXXXXXXX
Bus 026 Device 003: ID 05ac:12a8 Apple Inc. iPhone  Serial: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Bus 000 Device 001: ID 05ac:IPCI Apple Inc. USB 2.0 Bus
Bus 000 Device 001: ID 05ac:IPCI Apple Inc. USB 2.0 Bus
Bus 000 Device 001: ID 05ac:IPPT Apple Inc. USB 3.0 Bus

But when using a tiny test tool, it seems we have some issues with libusb: device with Product ID 12a8 is not showing.

./usb_test
Vendor:Device = 05ac:828a
Vendor:Device = 0403:8a88
Vendor:Device = 0a5c:4500
Vendor:Device = 0403:6001
Vendor:Device = 05ac:8242
Vendor:Device = 0424:2513
Vendor:Device = 0424:2512
Vendor:Device = 8087:0024
Vendor:Device = 8087:0024

Same results with libusb examples.
It seems to be a known issue on libusb repo.

@matteyeux matteyeux added help wanted Extra attention is needed macOS macOS related issue labels May 10, 2018
@matteyeux matteyeux self-assigned this May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed macOS macOS related issue
Projects
None yet
Development

No branches or pull requests

1 participant