On Friday, March 22, 2002, at 09:51 PM, Barry Twycross wrote:
I've got through all the basic querying and configuring of the device
I'm trying to interface with and now want to move onto using actual
CDC specifics. I've got a copy of the IOUSBFamily project that has the
AppleUSBCDCDriver within it, but the standard OS X 10.1.3
IOKit.framework doesn't appear to have the necessary headers.
One thing, which version of the IOUSBFamily do you have? I had problems
with missing bits when I checked out the top of trunk sources, so I
went looking for the version which matched the version of X I was using.
I've got IOUSBFamily-1-9a2 (revision: 1.126), checked out from the
public server at anoncvs.opensource.apple.com .
For 10.1.3 you need to checkout the sources with the tag "SUPuma3". I
found this likely candidate by looking at the CVSWeb sources and which
tags appear on the tag popup. Once you know the tag you can checkout
that version. (Is there a better way of finding which tags are
available?)
Aha, SUPuma3, thanks for the info.
There's some good general cvs info here: http://www.opensource.apple.com/tools/cvs/cederquist/
with info pertaining directly to tags here: http://www.opensource.apple.com/tools/cvs/cederquist/cvs_46.html
You can check which tags are available using the status command, eg
cvs status -lv IOUSBFamily/IOUSBFamily.pbproj
Not sure if you'd necessarily consider this a better way tho. AFAIK
ProjectBuilder shows revision numbers, comments etc, but not tag
history, just the current tag (if applicable).
Hope this helps,
ben
_______________________________________________
usb mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/usb
Do not post admin requests to the list. They will be ignored.