From: "William Morrow" <William.Morrow@amd.com>
To: mdharm-usb@one-eyed-alien.net
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org
Subject: patch: extend device_id range to cover new sony camera ( dsc-w70)
Date: Mon, 17 Jul 2006 09:10:57 -0600 [thread overview]
Message-ID: <44BBA881.3070700@amd.com> (raw)
product reports 2 configs. This change enables usb-storage config
(other is "still").
I could not test this patch well since I am the only one I know with the
product.
Almost no risk. You may have to buy a new camera just to be sure ;-)
morrow
diff -ur linux-2.6.17.6.orig/drivers/usb/storage/unusual_devs.h
linux-2.6.17.6/drivers/usb/storage/unusual_devs.h
--- linux-2.6.17.6.orig/drivers/usb/storage/unusual_devs.h
2006-07-15 13:00:43.000000000 -0600
+++ linux-2.6.17.6/drivers/usb/storage/unusual_devs.h 2006-07-17
08:36:28.000000000 -0600
@@ -460,9 +460,9 @@
US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE |
US_FL_NO_WP_DETECT ),
/* This entry is needed because the device reports Sub=ff */
-UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0600,
+UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
"Sony",
- "DSC-T1/T5",
+ "DSC-T1/T5/W70",
US_SC_8070, US_PR_DEVICE, NULL,
US_FL_SINGLE_LUN ),
reply other threads:[~2006-07-17 15:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44BBA881.3070700@amd.com \
--to=william.morrow@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mdharm-usb@one-eyed-alien.net \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.