On Tuesday, January 21, 2003, at 07:48 PM, Darrell Townsend wrote:
I'm new to writing kernel drivers, so I'm trying to get a better grasp
of when I should be using a kernel extension and when I should stay
out of the kernel and just use a driver interface.
For example, if I was trying to write an application that interacted
with a Palm or some other handheld device that connects via USB,
should I be looking into kernel extensions or using a driver interface
based on the USB family?
A good question. There is a document addressing this topic you may find
helpful, called "Should You Program in the Kernel?" It's available at:
To your direct question, you would not need any kernel code to
communicate with such a USB device.
HTH,
--gc
_______________________________________________
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.