On Thu, 4 Oct 2007, Paul Check wrote: > Ok, I'll just cut and paste it below (I take it you just want the Nikon > section, which in this case is the second block, but I'll paste the whole > thing. Where does your blacklist entry go: in or out of kernel? Or, more > generally, how will the change get propagated to me?
It is in the form of a patch, below; you must apply it to your kernel source and rebuild. Note: The patch was made for 2.6.22; it might or might not apply smoothly to slightly different kernel versions. > I had seen you discussing a similar error with someone else (I believe it was > Alan Cox w a D70), so I figured it was a similar problem. The D2Xs is not > such a common camera, so not surprising it didn't come up before. But why > would this happen now? It was working earlier with the same kernel version > [2.6.22]. Is there something outside of the kernel that changed? Or did I > pick up some small kernel change? Most likely you changed some other part of the kernel configuration, something which caused the kernel to try to read the last sector. Let us know if the patch fixes your problem. Alan Stern Index: 2.6.22/drivers/usb/storage/unusual_devs.h =================================================================== --- 2.6.22.orig/drivers/usb/storage/unusual_devs.h +++ 2.6.22/drivers/usb/storage/unusual_devs.h @@ -334,6 +334,13 @@ UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), +/* Reported by Paul Check <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100, + "NIKON", + "NIKON DSC D2Xs", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY), + /* BENQ DC5330 * Reported by Manuel Fombuena <[EMAIL PROTECTED]> and * Frank Copeland <[EMAIL PROTECTED]> */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Linux-usb-users@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users