Michael Torrie wrote: > Dave Smith wrote: >> I've got a Cypress-based USB device that has been solely used with Windows >> in >> the past. Now I want to make that device work under Linux.
>> I don't really know where to get started. Can anyone recommend a starting >> point? Books? Other resources? General advice? > > It may be possible to do everything you want without writing a driver. > Linux has some pretty advanced user space methods for interacting with > USB devices. This article is an introduction to libusb and friends: > > http://www.linuxjournal.com/article/7466 I notice that this article is from a couple of years ago. The most recent, up-to-date documentation on libusb is located here: http://www.libusb.org/ It's cross-platform as well, working on Linux, BSD, OS X, and even Windows. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
