firewire: fw-sbp2: another iPod mini quirk entry
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 22 Nov 2008 11:38:58 +0000 (12:38 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 25 Nov 2008 20:38:31 +0000 (21:38 +0100)
Add another model ID of a broken firmware to prevent early I/O errors
by acesses at the end of the disk.  Reported at linux1394-user,
http://marc.info/?t=122670842900002

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-sbp2.c

index 97df6da..e54403e 100644 (file)
@@ -370,6 +370,11 @@ static const struct {
                .model                  = 0x000021,
                .workarounds            = SBP2_WORKAROUND_FIX_CAPACITY,
        },
+       /* iPod mini */ {
+               .firmware_revision      = 0x0a2700,
+               .model                  = 0x000022,
+               .workarounds            = SBP2_WORKAROUND_FIX_CAPACITY,
+       },
        /* iPod mini */ {
                .firmware_revision      = 0x0a2700,
                .model                  = 0x000023,