Hi!
Audio has bad habit commenting each usb device it sees as "non
audio". It is bad, because it clutters screen during boot. Here's a
fix.
Pavel
--- clean/drivers/usb/audio.c Sat May 13 13:38:45 2000
+++ linux/drivers/usb/audio.c Fri May 26 00:29:40 2000
@@ -3479,8 +3479,10 @@
#endif
if (config->interface[ifnum].altsetting[0].bInterfaceClass != USB_CLASS_AUDIO
||
config->interface[ifnum].altsetting[0].bInterfaceSubClass != 1) {
+#if 0
printk(KERN_DEBUG "usbaudio: vendor id 0x%04x, product id 0x%04x
contains no AudioControl interface\n",
dev->descriptor.idVendor, dev->descriptor.idProduct);
+#endif
return NULL;
}
/*
--
I'm [EMAIL PROTECTED] "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents me at [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]