Commit 03ef9d05 authored by Alan Stern's avatar Alan Stern Committed by Greg Kroah-Hartman

[PATCH] USB: Unusual_devs entry for Panasonic cameras

Thanks to Tom Hughes for jogging my memory about this patch, which has
been sitting here waiting for Greg's return.  It adds an unusual_devs.h
entry for the Panasonic DMC-LCx line of cameras, which incorrectly report
the total number of blocks in response to READ CAPACITY rather than the
highest available block number.
Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 691d62e8
......@@ -173,6 +173,16 @@ UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
"CD-R/RW Drive",
US_SC_8070, US_PR_CB, NULL, 0),
/* Reported by Adriaan Penning <a.penning@luon.net>
* Note that these cameras report "Medium not present" after
* ALLOW_MEDIUM_REMOVAL, so they also need to be marked
* NOT_LOCKABLE in the SCSI blacklist (and the vendor is MATSHITA). */
UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
"Panasonic",
"DMC-LCx Camera",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY ),
/* Most of the following entries were developed with the help of
* Shuttle/SCM directly.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment