On Mon, Oct 06, 2003 at 01:40:27PM +0200, [EMAIL PROTECTED] wrote:
> Update and Bug fix for driver sl811 and hc_sl811
> Diff build from kerneltree linux-2.4.23-pre6 (02.10.2003).
> Please tell me, if I should separate something of this patch in diffetent files.
> 
> Please apply this.
> Henry
> 
> # Changes by [EMAIL PROTECTED]:
> # o General cleanup driver to 2.4.23
> # o Moving hc_sl811 into directory drivers/usb/host
> # o Moving hardware inline functions into include/asm
> # o Enable driver in Configuration and Make
> # o Help for configure, general help for SL811
> # o Add architecture x86
> # o Two and more instances of controllers (x86 only)
> # o Some bugfixed for hc_sl811
> # o Remove some warnings

Thanks.  I've applied this and then added the patch below to fix up a
compiler error with newer versions of gcc.

greg k-h


# USB: fix compiler error in sl811.c

diff -Nru a/drivers/usb/host/sl811.c b/drivers/usb/host/sl811.c
--- a/drivers/usb/host/sl811.c  Mon Oct  6 15:53:19 2003
+++ b/drivers/usb/host/sl811.c  Mon Oct  6 15:53:19 2003
@@ -807,9 +807,9 @@
 
 static void sl811_print_td(int level, struct sl811_td *td)
 {
-        PDEBUG(level, "td = %p, ctrl = %x, addr = %x, len = %x, pidep = %x\n 
-               dev = %x, status = %x, left = %x, errcnt = %x, done = %x\n 
-               buf = %p, bustime = %d, td_status = %d\n", 
+        PDEBUG(level, "td = %p, ctrl = %x, addr = %x, len = %x, pidep = %x\n "
+               "dev = %x, status = %x, left = %x, errcnt = %x, done = %x\n "
+               "buf = %p, bustime = %d, td_status = %d\n", 
                td, td->ctrl, td->addr, td->len, td->pidep,
                td->dev, td->status, td->left, td->errcnt, td->done,
                td->buf, td->bustime, td->td_status);


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to