Re: iPad2 and iPhone4S USB messages

2012-01-31 Thread David Coppa
On Tue, Jan 31, 2012 at 12:36 AM, Brynet wrote: > On Mon, Jan 30, 2012 at 03:52:42PM -0500, Dave Anderson wrote: >> Rather belatedly: >> >> .. >> iPad(0x129f), Apple Inc.(0x05ac) >> ... >> >> Dave >> >> -- >> Dave Anderson >> > > Okay.. so try this, run make in dev/usb before building. > >

Re: iPad2 and iPhone4S USB messages

2012-01-30 Thread Brynet
On Mon, Jan 30, 2012 at 03:52:42PM -0500, Dave Anderson wrote: > Rather belatedly: > > .. > iPad(0x129f), Apple Inc.(0x05ac) > ... > > Dave > > -- > Dave Anderson > Okay.. so try this, run make in dev/usb before building. Index: uaudio.c

Re: iPad2 and iPhone4S USB messages

2012-01-30 Thread Dave Anderson
On Sat, 24 Dec 2011, Dave Anderson wrote: >On Fri, 23 Dec 2011, Brynet wrote: > >>On Fri, Dec 23, 2011 at 09:30:44PM -0500, Dave Anderson wrote: >>> For the iPhone, yes, but evidently not for the iPad2. >> >>Yes, it will be a manual effort for as long as Apple releases new devices. >> >>> >If you

Re: iPad2 and iPhone4S USB messages

2011-12-23 Thread Dave Anderson
On Fri, 23 Dec 2011, Brynet wrote: >On Fri, Dec 23, 2011 at 09:30:44PM -0500, Dave Anderson wrote: >> For the iPhone, yes, but evidently not for the iPad2. > >Yes, it will be a manual effort for as long as Apple releases new devices. > >> >If you want to use libusb ports (..like gphoto2), you'll n

Re: iPad2 and iPhone4S USB messages

2011-12-23 Thread Brynet
On Fri, Dec 23, 2011 at 09:30:44PM -0500, Dave Anderson wrote: > For the iPhone, yes, but evidently not for the iPad2. Yes, it will be a manual effort for as long as Apple releases new devices. > >If you want to use libusb ports (..like gphoto2), you'll need to add similars > >quirks for the iPad

Re: iPad2 and iPhone4S USB messages

2011-12-23 Thread Dave Anderson
On Fri, 23 Dec 2011, Brynet wrote: >Yup, >Any new iDevice will show up as uaudio/uhid, dhill@ already committed >something so they'll attach as ugen(4) instead. For the iPhone, yes, but evidently not for the iPad2. >If you want to use libusb ports (..like gphoto2), you'll need to add similars >

Re: iPad2 and iPhone4S USB messages

2011-12-23 Thread Brynet
Yup, Any new iDevice will show up as uaudio/uhid, dhill@ already committed something so they'll attach as ugen(4) instead. If you want to use libusb ports (..like gphoto2), you'll need to add similars quirks for the iPad2. You didn't post the product ID. -Bryan.