Re: Idea: Automatic binary driver compiling system

From: Jesper Juhl
Date: Sun Mar 19 2006 - 06:53:18 EST


On 3/19/06, Benjamin Bach <benjamin@xxxxxxxxxx> wrote:
[snip]
>
> Anyways, I'm very happy with the combination of intelligence and
> idealism on this list, and suddenly I feel more attracted to writing a
> driver instead. For my Rio Karma mp3 player. It's a USB thing.. should
> be do-able in 3 months even though I've never written a driver.
>

Writing a GPL'ed driver sounds like a great project.

For a USB device I'd suggest you take a look at libusb for writing a
userspace driver as opposed to a kernelspace one. Userspace drivers
for USB devices are often preferable.

Also take a look at a few documents in the Documentation/ dir in the
kernel source:
HOWTO
SubmittingDrivers
CodingStyle

If you can get docs for the device (or are able to reverse engineer
it) and get a driver done, more power to you. :-)

>
> Cheers everybody, and thanks for sharing! =)
>
> / Benjamin
>
>
> Arjan van de Ven wrote:
[snip]

Top-posting is generally frawned upon on the list as it's annoying and
makes threads hard to read. Please consider changing that habbit.


--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
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/