ChangeSet 1.1228, 2003/06/18 16:47:26-07:00, greg@kroah.com [PATCH] USB: added support for Sony DSC-P8 Thanks to David Kimdon for the information. drivers/usb/storage/unusual_devs.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb/storage/unusual_devs.h Wed Jun 18 17:35:48 2003 +++ b/drivers/usb/storage/unusual_devs.h Wed Jun 18 17:35:48 2003 @@ -231,9 +231,9 @@ US_FL_START_STOP), /* This entry is needed because the device reports Sub=ff */ -UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0440, +UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450, "Sony", - "DSC-S30/S70/S75/505V/F505/F707/F717", + "DSC-S30/S70/S75/505V/F505/F707/F717/P8", US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ),