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
You might want to see what debugging messages you've got being generated.
Try reconfiguring syslogd to redirect 'kernel.debug' to a seperate logfile.
Then, re-insert your hardware and the kernel will probe etc.
Also, I assume that the open and close calls are fine (no seg faults) but
the writ