public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] linux-patches r1430 - genpatches-2.6/trunk/2.6.26
@ 2008-12-12 12:24 Daniel Drake (dsd)
  0 siblings, 0 replies; only message in thread
From: Daniel Drake (dsd) @ 2008-12-12 12:24 UTC (permalink / raw
  To: gentoo-commits

Author: dsd
Date: 2008-12-12 12:24:19 +0000 (Fri, 12 Dec 2008)
New Revision: 1430

Added:
   genpatches-2.6/trunk/2.6.26/2500_pentax-k10d-wrong-capacity.patch
Modified:
   genpatches-2.6/trunk/2.6.26/0000_README
Log:
Fix capacity reported by Pentax K10D camera

Modified: genpatches-2.6/trunk/2.6.26/0000_README
===================================================================
--- genpatches-2.6/trunk/2.6.26/0000_README	2008-12-12 12:23:22 UTC (rev 1429)
+++ genpatches-2.6/trunk/2.6.26/0000_README	2008-12-12 12:24:19 UTC (rev 1430)
@@ -107,6 +107,10 @@
 From:	http://bugs.gentoo.org/249523
 Desc:	Add device quirks to btusb driver
 
+Patch:	2500_pentax-k10d-wrong-capacity.patch
+From:	http://bugs.gentoo.org/250406
+Desc:	Fix capacity reported by Pentax K10D camera
+
 Patch:	2600_evdev-compat-ioctl-force-feedback.patch
 From:	http://bugs.gentoo.org/214700
 Desc:	Fix evdev force feedback in 32-bit compat mode

Copied: genpatches-2.6/trunk/2.6.26/2500_pentax-k10d-wrong-capacity.patch (from rev 1429, genpatches-2.6/trunk/2.6.27/2500_pentax-k10d-wrong-capacity.patch)
===================================================================
--- genpatches-2.6/trunk/2.6.26/2500_pentax-k10d-wrong-capacity.patch	                        (rev 0)
+++ genpatches-2.6/trunk/2.6.26/2500_pentax-k10d-wrong-capacity.patch	2008-12-12 12:24:19 UTC (rev 1430)
@@ -0,0 +1,27 @@
+[PATCH] usb-storage: Pentax K10D reports wrong capacity
+
+Jaak Ristioja reported problems with his Pentax K10D camera:
+https://bugs.gentoo.org/show_bug.cgi?id=250406
+
+The number of reported sectors is off-by-one.
+
+Signed-off-by: Daniel Drake <dsd@gentoo.org>
+
+Index: linux-2.6.27-gentoo-r4/drivers/usb/storage/unusual_devs.h
+===================================================================
+--- linux-2.6.27-gentoo-r4.orig/drivers/usb/storage/unusual_devs.h
++++ linux-2.6.27-gentoo-r4/drivers/usb/storage/unusual_devs.h
+@@ -1363,6 +1363,13 @@ UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xff
+ 		US_SC_DEVICE, US_PR_DEVICE, NULL,
+ 		US_FL_FIX_INQUIRY ),
+ 
++/* Reported by Jaak Ristioja <Ristioja@gmail.com> */
++UNUSUAL_DEV( 0x0a17, 0x006e, 0x0100, 0x0100,
++		"Pentax",
++		"K10D",
++		US_SC_DEVICE, US_PR_DEVICE, NULL,
++		US_FL_FIX_CAPACITY ),
++
+ /* These are virtual windows driver CDs, which the zd1211rw driver
+  * automatically converts into WLAN devices. */
+ UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,


Property changes on: genpatches-2.6/trunk/2.6.26/2500_pentax-k10d-wrong-capacity.patch
___________________________________________________________________
Name: svn:mergeinfo
   + 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-12 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-12 12:24 [gentoo-commits] linux-patches r1430 - genpatches-2.6/trunk/2.6.26 Daniel Drake (dsd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox