Nikon did update their FW for the Nikon D80 and usb-storage got
unusable:
scsi 10:0:0:0: Direct-Access NIKON D80 1.10 PQ: 0 ANSI: 2
sd 10:0:0:0: [sdb] 3970049 512-byte hardware sectors (2033 MB)
sd 10:0:0:0: [sdb] Write Protect is off
sd 10:0:0:0: [sdb] Mode Sense: 0f 00 00 00
sd 10:0:0:0: [sdb] Assuming drive cache: write through
sd 10:0:0:0: [sdb] 3970049 512-byte hardware sectors (2033 MB)
sd 10:0:0:0: [sdb] Write Protect is off
sd 10:0:0:0: [sdb] Mode Sense: 0f 00 00 00
sd 10:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 10:0:0:0: [sdb] Attached SCSI removable disk
sd 10:0:0:0: Attached scsi generic sg2 type 0
usb-storage: device scan complete
end_request: I/O error, dev sdb, sector 3970048
printk: 56 messages suppressed.
Buffer I/O error on device sdb, logical block 3970048
end_request: I/O error, dev sdb, sector 3970048
or with another SDCARD:
scsi 8:0:0:0: Direct-Access NIKON D80 1.10 PQ: 0 ANSI: 2
sd 8:0:0:0: [sdb] 3970049 512-byte hardware sectors (2033 MB)
sd 8:0:0:0: [sdb] Write Protect is off
sd 8:0:0:0: [sdb] Mode Sense: 0f 00 00 00
sd 8:0:0:0: [sdb] Assuming drive cache: write through
sd 8:0:0:0: [sdb] 3970049 512-byte hardware sectors (2033 MB)
sd 8:0:0:0: [sdb] Write Protect is off
sd 8:0:0:0: [sdb] Mode Sense: 0f 00 00 00
sd 8:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 8:0:0:0: [sdb] Attached SCSI removable disk
sd 8:0:0:0: Attached scsi generic sg2 type 0
usb-storage: device scan complete
usb 4-2: reset high speed USB device using ehci_hcd and address 7
usb 4-2: reset high speed USB device using ehci_hcd and address 7
end_request: I/O error, dev sdb, sector 3970048
printk: 51 messages suppressed.
Buffer I/O error on device sdb, logical block 3970048
end_request: I/O error, dev sdb, sector 3970048
Buffer I/O error on device sdb, logical block 3970048
end_request: I/O error, dev sdb, sector 3970048
Buffer I/O error on device sdb, logical block 3970048
end_request: I/O error, dev sdb, sector 3970048
Buffer I/O error on device sdb, logical block 3970048
end_request: I/O error, dev sdb, sector 3970048
Buffer I/O error on device sdb, logical block 3970048
usb 4-2: reset high speed USB device using ehci_hcd and address 7
usb 4-2: reset high speed USB device using ehci_hcd and address 7
usb 4-2: reset high speed USB device using ehci_hcd and address 7
usb 4-2: reset high speed USB device using ehci_hcd and address 7
usb 4-2: can't restore configuration #1 (error=-71)
usb 4-2: USB disconnect, address 7
sd 8:0:0:0: [sdb] Result: hostbyte=0x07 driverbyte=0x00
end_request: I/O error, dev sdb, sector 3969985
Buffer I/O error on device sdb, logical block 3969985
sd 8:0:0:0: [sdb] Result: hostbyte=0x07 driverbyte=0x00
end_request: I/O error, dev sdb, sector 3970032
sd 8:0:0:0: [sdb] Result: hostbyte=0x07 driverbyte=0x00
end_request: I/O error, dev sdb, sector 3970048
sd 8:0:0:0: [sdb] Result: hostbyte=0x07 driverbyte=0x00
end_request: I/O error, dev sdb, sector 3970048
sd 8:0:0:0: [sdb] Result: hostbyte=0x07 driverbyte=0x00
end_request: I/O error, dev sdb, sector 40
I relized the unusal_devs.h needs to be adapted to
reflect new FW Version, then it works fine again:
--- linux-2.6.23/drivers/usb/storage/unusual_devs.h_orig 2008-02-05 13:33:55.010623616 +0100
+++ linux-2.6.23/drivers/usb/storage/unusual_devs.h 2008-02-05 13:32:22.926623601 +0100
@@ -342,7 +342,7 @@
US_FL_FIX_CAPACITY),
/* Reported by Emil Larsson <[email protected]> */
-UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0101,
+UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0110,
"NIKON",
"NIKON DSC D80",
US_SC_DEVICE, US_PR_DEVICE, NULL,
What I wonder is, why are there other examples only reflecting the
newest Firmware, are older ones also catched?
Kind Regards, Konsti
--
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E A080 1E69 3FDA EF62 FCEF
On Tue, 2008-02-05 at 13:43 +0100, Konstantin Kletschke wrote:
> Nikon did update their FW for the Nikon D80 and usb-storage got
> unusable:
[...]
> I relized the unusal_devs.h needs to be adapted to
> reflect new FW Version, then it works fine again:
>
> --- linux-2.6.23/drivers/usb/storage/unusual_devs.h_orig 2008-02-05 13:33:55.010623616 +0100
> +++ linux-2.6.23/drivers/usb/storage/unusual_devs.h 2008-02-05 13:32:22.926623601 +0100
> @@ -342,7 +342,7 @@
> US_FL_FIX_CAPACITY),
>
> /* Reported by Emil Larsson <[email protected]> */
> -UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0101,
> +UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0110,
> "NIKON",
> "NIKON DSC D80",
> US_SC_DEVICE, US_PR_DEVICE, NULL,
>
>
> What I wonder is, why are there other examples only reflecting the
> newest Firmware, are older ones also catched?
Maybe you should leave them both here.
Xav
Am 2008-02-05 14:26 +0100 schrieb Xavier Bestel:
> > +UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0110,
> Maybe you should leave them both here.
I suppose the device is checked against a range between
bcdDeviceMin -> bcdDeviceMax to take care of the possibility new
revisions does not need the quirk anymore but all older and bcdDeviceMax
but I found the piece of code not yet. Lets see...
Konsti
--
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E A080 1E69 3FDA EF62 FCEF
Konstantin Kletschke wrote:
> Am 2008-02-05 14:26 +0100 schrieb Xavier Bestel:
>
>>> +UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0110,
>
>> Maybe you should leave them both here.
>
> I suppose the device is checked against a range between
> bcdDeviceMin -> bcdDeviceMax to take care of the possibility new
> revisions does not need the quirk anymore but all older and bcdDeviceMax
> but I found the piece of code not yet. Lets see...
You're correct, the patch is fine in that respect. However
it is whitespace-corrupted and hence will not apply. You should also
submit it directly to the usb-storage maintainer with the linux-usb (and
maybe the usb-storage) list on CC.
Daniel
Am 2008-02-05 14:27 +0000 schrieb Daniel Drake:
> it is whitespace-corrupted and hence will not apply. You should also submit
ARGH! May be copy&paste with vim/xterm caused this. Is this better?
Anything else should have created a clean patch *mumblegrumble*
> it directly to the usb-storage maintainer with the linux-usb (and maybe the
> usb-storage) list on CC.
I will see, I did not yet.
Konsti
--
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E A080 1E69 3FDA EF62 FCEF