Comment 5 for bug 180472

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Grant,

Sorry for the delayed response. Thanks so much for all the hard work debugging. The patch you attached has already been pulled in to the Hardy kernel. I'll including the Ubuntu Hardy git kernel commit id below for your reference. I'll go ahead and mark this bug as resolved. Thanks again and please continue to report any future bugs that you may find. Thanks!

commit 58f52ce3847d132be9760e7107ad18b6f81d7c0e
Author: Grant Grundler <email address hidden>
Date: Fri Feb 1 15:16:58 2008 -0800

    USB: storage: Add unusual_dev for HP r707

    Add "FIX_CAPACITY" entry for HP Photosmart r707 Camera in "Disk" mode.
    Camera will wedge when /lib/udev/vol_id attempts to access the last sector,
    EIO gets reported to dmesg, and block device is marked "offline" (it is).
    Reproduced vol_id behavior with:
        "dd if=/dev/sda of=/dev/null skip=60800 count=1"

    Signed-off-by: Grant Grundler <email address hidden>
    Signed-off-by: Phil Dibowitz <email address hidden>
    Signed-off-by: Greg Kroah-Hartman <email address hidden>
    Signed-off-by: Amit Kucheria <email address hidden>