문제

Is there a list somewhere of all Apple USB product IDs? I use IOKit to get notifications for attached/detached USB devices and would like to identify the device. Currently I get the device name and search for "iPod" and "iPhone" but I guess that's not really safe since it could also be an accessory (or could it?).

도움이 되었습니까?

해결책

I found this USB Product ID list but unfortunately it's not complete

다른 팁

See the links below. Note that a device will have different product IDs, depending on the mode that it is in. Also, multiple devices share IDs for DFU mode and Recovery mode, so you won't be able to fully tell them apart.

http://theiphonewiki.com/wiki/index.php?title=Normal_Mode

http://theiphonewiki.com/wiki/index.php?title=Recovery_Mode_%28Protocols%29

http://theiphonewiki.com/wiki/index.php?title=DFU_Mode

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top