On Thu, 29 Jan 2004 15:02:50 -0800 Greg KH <greg _at_ kroah.com> wrote: > What about not writing a kernel driver at all and just using > libusb/usbfs? Any reason you have to have a kernel driver for your > device? Well, I have just looked into libusb 0.1.x... I would like to have asynchronous (non-blocking) access to my device, which libusb doesn't currently support. Also I don't like the way libusb finds devices - manually scanning all busses doesn't seem very handy. Thus I will probably go for a kernel module, using sysfs to interface with the user. Thanks for all the help anyways- regards Jonas - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups: References:
- Which interface: sysfs, proc, devfs?Jonas Diemer
- Re: Which interface: sysfs, proc, devfs?Greg KH
- Prev by Date: Unrecognizable insn
- Next by Date: Re: GPL license and linux kernel modifications
- Previous by thread: Re: Which interface: sysfs, proc, devfs?
- Next by thread: Re: Which interface: sysfs, proc, devfs?
- Indexes:[Main][Thread]