On Wed, 14 Apr 2004 14:49:25 -0400 (EDT) Alan Stern <[EMAIL PROTECTED]> wrote:
> - if (msg >= 0) > + if (msg >= 0 > + > + /* Don't print anything about the Protocol entry for the > + * Casio QV (vendor=0x07cf, product=0x1001). Different > + * versions of that camera were marketed with the same > + * ID numbers; some need the override and some don't. > + */ > + && !(msg == 1 && > + ddesc->idVendor == 0x07cf && > + ddesc->idProduct == 0x1001)) > + > printk(KERN_NOTICE USB_STORAGE "This device " > "(%04x,%04x,%04x S %02x P %02x)" This is insane, Alan. There must be a better way. -- Pete ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
