This is a note to let you know that I've just added the patch titled

     Subject: USB: storage: Add unusual_dev for HP r707

to my gregkh-2.6 tree.  Its filename is

     usb-storage-add-unusual_dev-for-hp-r707.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From [EMAIL PROTECTED]  Thu Jan 24 11:41:34 2008
From: Grant Grundler <[EMAIL PROTECTED]>
Date: Wed, 23 Jan 2008 21:31:03 -0800
Subject: USB: storage: Add unusual_dev for HP r707
To: Greg KH <[EMAIL PROTECTED]>
Cc: Grant Grundler <[EMAIL PROTECTED]>,  USB Dev <[email protected]>, 
USB Storage list <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>


From: Grant Grundler <[EMAIL PROTECTED]>

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 PROTECTED]>
Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

---
 drivers/usb/storage/unusual_devs.h |    8 ++++++++
 1 file changed, 8 insertions(+)

--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -86,6 +86,14 @@ UNUSUAL_DEV(  0x03f0, 0x0307, 0x0001, 0x
                US_SC_8070, US_PR_USBAT, init_usbat_cd, 0),
 #endif
 
+/* Reported by Grant Grundler <[EMAIL PROTECTED]>
+ * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
+ */
+UNUSUAL_DEV(  0x03f0, 0x4002, 0x0001, 0x0001,
+               "HP",
+               "PhotoSmart R707",
+               US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY),
+
 /* Reported by Sebastian Kapfer <[EMAIL PROTECTED]>
  * and Olaf Hering <[EMAIL PROTECTED]> (different bcd's, same vendor/product)
  * for USB floppies that need the SINGLE_LUN enforcement.


Patches currently in gregkh-2.6 which might be from [EMAIL PROTECTED] are

bad/pci-two-drivers-on-one-pci-device.patch
bad/pci-dynamic-id-cleanup.patch
driver/kobject-convert-parisc-pdc_stable-to-kobj_attr-interface.patch
driver/kset-convert-parisc-pdc_stable.c-to-use-kset_create.patch
driver/kobject-convert-parisc-pdc_stable-to-use-kobject_create.patch
driver/kobject-change-drivers-parisc-pdc_stable.c-to-use-kobject_init_and_add.patch
pci/pci-remove-pci_enable_device_bars-from-documentation.patch
usb/usb-storage-add-unusual_dev-for-hp-r707.patch
-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to