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
eve
>From: friedt jean-michel <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: [linux-usb-devel] basic USB driver help request
>Date: Mon, 28 Jan 2002 12:29:25 +0100
>
> > You might want to see what debugging messages you've got being
>generated.
>
> You might want to see what debugging messages you've got being generated.
> Try reconfiguring syslogd to redirect 'kernel.debug' to a seperate logfile.
I must admit never checking anything else but /var/log/messages.
I get the same messages in kern.log and syslog:
localhost kernel: usb.c: regi
t;
>To: [EMAIL PROTECTED]
>Subject: [linux-usb-devel] basic USB driver help request
>Date: Mon, 28 Jan 2002 09:46:27 +0100
>
>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 byt
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.
After reading Greg's article in Linux Journal and slightly modifying
usb-skeleton (v.0.6), I have a few questions (si