Re: Making use of setupapi

2008-02-19 Thread Maarten Lankhorst
2008/2/19, Juan Lang <[EMAIL PROTECTED]>: > Check bug 9649, it's got a sample .reg file that fools iTunes into > thinking an iPod is present. Or here's the link to the attachment: > http://bugs.winehq.org/attachment.cgi?id=8216 Oops, sorry for the double post. I couldn't really sleep last night. :

Re: Making use of setupapi

2008-02-19 Thread James Hawkins
On Feb 19, 2008 5:40 PM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Hi folks, > > Any one around who understands setupapi? For iTunes I would need to > add appropriate registry keys so that my usb device is detected. My > idea is to use libusb to find the things like guid, revision etc and > th

Re: Making use of setupapi

2008-02-19 Thread Juan Lang
Hi Maarten, > Any one around who understands setupapi? For iTunes I would need to > add appropriate registry keys so that my usb device is detected. My > idea is to use libusb to find the things like guid, revision etc and > then adding the keys. However I am not 100% what the layout of the >

Making use of setupapi

2008-02-19 Thread Maarten Lankhorst
Hi folks, Any one around who understands setupapi? For iTunes I would need to add appropriate registry keys so that my usb device is detected. My idea is to use libusb to find the things like guid, revision etc and then adding the keys. However I am not 100% what the layout of the keys is. Cheers