Re: [RFC] USB driver for talking to the Microchip PIC18 boot loader

From: Alan Stern
Date: Sat Dec 29 2007 - 17:15:42 EST


On Sat, 29 Dec 2007, mgross wrote:

> I'm playing around with a PIC based project at home (not an Intel
> activity) and found I needed a usb driver to talk to the boot loader
> so I can program my USB Bitwhacker with new custom firmware. The
> following adds the pic18bl driver to the kernel. Its pretty simple
> and is somewhat based on bits of a libusb driver that does some of
> what this driver does.
>
> What do you think?

Not to detract from your driver, but would it be possible to do the
whole thing in userspace using libusb? Maybe by extending the driver
you mentioned?

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/