The following patch adds USB support for the Casio QV series of digital still cameras by adding an entry to the list of unusual devices of the USB mass storage driver. The patch applies to kernel 2.4.2-ac20. --- linux-2.4.2-ac20-vanilla/drivers/usb/storage/unusual_devs.h Wed Mar 14 01:04:39 2001 +++ linux-2.4.2-ac20/drivers/usb/storage/unusual_devs.h Tue Mar 13 19:53:01 2001 @@ -241,3 +241,9 @@ US_FL_START_STOP ), #endif +UNUSUAL_DEV( 0x07cf, 0x1001, 0x9009, 0x9009, + "Casio", + "QV DigitalCamera", + US_SC_8070, US_PR_CB, NULL, + US_FL_FIX_INQUIRY ), + -- ------------------------------------------------------------------- Dipl.-Math. Harald Schreiber, Nizzaalle 26, D-52072 Aachen, Germany Phone/Fax: +49-241-9108015/6 mailto:[EMAIL PROTECTED] ------------------------------------------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/