> From: Pavel Machek <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED],
>    Linux usb mailing list <[EMAIL PROTECTED]>
> Date: Tue, 5 Jun 2001 22:35:55 +0200

> During boot, usb produces useless messages. Here's patch to kill them.

I strongly agree, especially with the last one:

> --- clean/drivers/usb/usb.c   Tue Jun  5 21:38:03 2001
> +++ linux/drivers/usb/usb.c   Sat Jun  2 10:57:16 2001
> @@ -85,7 +85,7 @@
>               usb_minors[new_driver->minor/16] = new_driver;
>       }
>  
> -     info("registered new driver %s", new_driver->name);
> +     dbg("registered new driver %s", new_driver->name);
>  
>       init_MUTEX(&new_driver->serialize);
>  

-- Pete

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to