On Mon, Jan 28, 2002 at 09:46:27AM +0100, friedt jean-michel wrote: > I have just spent last week trying to write a driver for my (68HC08JB8 > based) microcontroller board. Nothing fancy: I just want to be able to > send bytes to the board through USB.
Instead of the skeleton driver and creating your own, you might just look at the usbserial generic driver. Lots of different people use this driver to talk to microcontroller boards. It's a very simple protocol (one bulk in and one bulk out endpoints). > Unable to handle kernel NULL pointer dereference at virtual address > 0000011b Try running the oops through ksymoops to see where your driver is crashing. Hope this helps, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel