Commit 76f63a39 authored by Martin Berentsen's avatar Martin Berentsen Committed by Greg Kroah-Hartman

[PATCH] USB storage: Minolta Dimage S414 usb patch

here I submitt you the vendor/id patch for the
Minolta Dimage S414 Camera,
which runs fine with the usb under linux.

cat /proc/bus/usb/device ->
parent 409f256e
......@@ -45,6 +45,13 @@
*
*/
/* Patch submitted by Martin Berentsen <berentsen at sent5 dot uni-duisburg dot de> */
#define US_FL_START_STOP 0x00000004 /* ignore START_STOP commands */
UNUSUAL_DEV( 0x0686, 0x4014, 0x0001, 0x0001,
"Minolta",
"Dimage S414",
US_SC_SCSI, US_PR_BULK, NULL, US_FL_START_STOP),
UNUSUAL_DEV( 0x03ee, 0x0000, 0x0000, 0x0245,
"Mitsumi",
"CD-R/RW Drive",
......
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