On Friday 30 January 2004 01:34, Greg KH wrote:
> On Thu, Jan 29, 2004 at 01:16:52PM -0500, Alan Stern wrote:
> > On Wed, 28 Jan 2004, Greg KH wrote:
> > > ChangeSet 1.1267.20.5, 2004/01/16 15:23:38-08:00, [EMAIL PROTECTED]
> > >
> > > [PATCH] USB Storage: patch to unusual_devs.h for Pentax Optio 330GS
> > > camera
> > >
> > > I was unable to get my Pentax Optio 330GSrecognised
> > > by the 2.6.0 kernel until I applied the patch below that I found
> > > posted some months ago on the German Debian mailing list.
> > >
> > > I have attributred it to the original poster.
> > >
> > >
> > >  drivers/usb/storage/unusual_devs.h |    7 +++++++
> > >  1 files changed, 7 insertions(+)
> > >
> > >
> > > diff -Nru a/drivers/usb/storage/unusual_devs.h
> > > b/drivers/usb/storage/unusual_devs.h ---
> > > a/drivers/usb/storage/unusual_devs.h      Wed Jan 28 13:36:55 2004 +++
> > > b/drivers/usb/storage/unusual_devs.h      Wed Jan 28 13:36:55 2004 @@ -671,6
> > > +671,13 @@
> > >                  US_SC_DEVICE, US_PR_DEVICE, NULL,
> > >                  US_FL_FIX_INQUIRY ),
> > >
> > > +/* This entry from <[EMAIL PROTECTED]> in the Debian mailing list */
> > > +UNUSUAL_DEV( 0x0a17, 0x0006, 0x0000, 0xffff,
> > > +         "Pentax",
> > > +         "Optio 330GS",
> > > +         US_SC_8070, US_PR_CB, NULL,
> > > +         US_FL_MODE_XLATE | US_FL_FIX_INQUIRY ),
> > > +
> > >  /* Submitted by Per Winkvist <[EMAIL PROTECTED]> */
> > >  UNUSUAL_DEV( 0x0a17, 0x006, 0x1000, 0x9009,
> > >                  "Pentax",
> >
> > The new entry has the same vendor and product IDs as the following entry,
> > and they have overlapping release ranges.  Someone needs to clear this up
> > with the people who submitted these entries.
>
> I agree.  Per, care to look at this?
>
> thanks,
>
> greg k-h
>

I'm not sure Matthias entry will work with some of the other cameras.

Please apply the attached patches instead. People have tried it on several 
different Pentax cameras (including 330 GS)

Matthias, let me know if the patches won't work for you.


Thanks,
   Per Winkvist


--- unusual_devs.h_org	2004-02-04 09:50:41.157448992 +0100
+++ unusual_devs.h	2004-02-04 09:53:09.617879576 +0100
@@ -667,15 +667,9 @@
                 US_SC_DEVICE, US_PR_DEVICE, NULL,
                 US_FL_FIX_INQUIRY ),
 
-/* This entry from <[EMAIL PROTECTED]> in the Debian mailing list */
-UNUSUAL_DEV( 0x0a17, 0x0006, 0x0000, 0xffff,
-		"Pentax",
-		"Optio 330GS",
-		US_SC_8070, US_PR_CB, NULL,
-		US_FL_MODE_XLATE | US_FL_FIX_INQUIRY ),
 
 /* Submitted by Per Winkvist <[EMAIL PROTECTED]> */
-UNUSUAL_DEV( 0x0a17, 0x006, 0x1000, 0x9009,
+UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
                 "Pentax",
                 "Optio S/S4",
                 US_SC_DEVICE, US_PR_DEVICE, NULL,
--- unusual_devs.h_org	2004-02-03 17:55:07.000000000 +0100
+++ unusual_devs.h	2004-02-04 09:20:25.206559776 +0100
@@ -674,15 +674,8 @@
                 US_SC_DEVICE, US_PR_DEVICE, NULL,
                 US_FL_FIX_INQUIRY ),
 
-/* This entry from <[EMAIL PROTECTED]> in the Debian mailing list */
-UNUSUAL_DEV( 0x0a17, 0x0006, 0x0000, 0xffff,
-		"Pentax",
-		"Optio 330GS",
-		US_SC_8070, US_PR_CB, NULL,
-		US_FL_MODE_XLATE | US_FL_FIX_INQUIRY ),
-
 /* Submitted by Per Winkvist <[EMAIL PROTECTED]> */
-UNUSUAL_DEV( 0x0a17, 0x006, 0x1000, 0x9009,
+UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
                 "Pentax",
                 "Optio S/S4",
                 US_SC_DEVICE, US_PR_DEVICE, NULL,

Reply via email to