mkorenkov / ipad_charge

charge Apple devices under Ubuntu Linux
GNU General Public License v2.0
258 stars 72 forks source link

iPad 2 has idProduct "12a9" #15

Closed adamnew123456 closed 11 years ago

adamnew123456 commented 11 years ago

The file /sys/bus/usb/devices/2-3/idProduct lists the ID "0x12a9", while ipad_charge.c states that the ID is "0x129f". The Linux USB Database (http://www.linux-usb.org/usb.ids) states that both are valid ID's for iPad 2's, and I had to change ipad_charge.c to get the device to charge.

affix commented 11 years ago

I have added support for iPad 2,4 0x12a9 in my fork of the repo

bavovna commented 11 years ago

fixed in https://github.com/mkorenkov/ipad_charge/pull/16