On Tue, Jan 06, 2009 at 05:50:52PM -0700, Woody Miller wrote: > I don't know if this is the best place to ask, but if not, please point me > to a better place - I've been looking all over. > > There's kernel module for the Dallas DS9490, a USB <-> 1_wire adapter > (ds2490). > > I have my own interface, written using libusb - maybe 5 years back. I'm > interested in moving to the kernel module, but have yet to find any > documentation on what it's really intended for, or the proper way to > interface to it. Where might I find it? Take a look at the documentation in Documentation/w1/ to find out how to access and use the 1 wire interface in the kernel. You might just want to take advantage of that, stripping out your need to use libusb at all. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html