Commit 3bad5571 authored by Alan Stern's avatar Alan Stern Committed by Greg Kroah-Hartman

[PATCH] USB: Regularize unusual_devs entries for Genesys Logic

I saw that you just added another unusual_devs.h entry submitted by
Henning Schild, for vendor ID 0x05e3.  It turns out this is our old friend
Genesys Logic.

A recent message from Brad Campbell included a Windows driver file by
Genesys, and it included these lines:

USB\VID_05E3&PID_0700.DeviceDesc="USB Card Reader"
USB\VID_05E3&PID_0701.DeviceDesc="USB Optical Device"
USB\VID_05E3&PID_0702.DeviceDesc="USB Mass Storage Device"

Based on this information, we can clean up the 0x05e3 entries in
unusual_devs.h.  This patch puts all three entries into a regularized
form.
parent 892a303c
...@@ -392,15 +392,15 @@ UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113, ...@@ -392,15 +392,15 @@ UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
* That is the only reason this entry is needed. * That is the only reason this entry is needed.
*/ */
UNUSUAL_DEV( 0x05e3, 0x0700, 0x0000, 0xffff, UNUSUAL_DEV( 0x05e3, 0x0700, 0x0000, 0xffff,
"SIIG", "Genesys Logic",
"CompactFlash Card Reader", "USB to IDE Card Reader",
US_SC_DEVICE, US_PR_DEVICE, NULL, US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_INQUIRY ), US_FL_FIX_INQUIRY ),
/* Submitted Alexander Oltu <alexander@all-2.com> */ /* Submitted Alexander Oltu <alexander@all-2.com> */
UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff, UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
"", "Genesys Logic",
"USB TO IDE", "USB to IDE Optical",
US_SC_DEVICE, US_PR_DEVICE, NULL, US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_MODE_XLATE ), US_FL_MODE_XLATE ),
...@@ -411,16 +411,9 @@ UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff, ...@@ -411,16 +411,9 @@ UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
* *
* ST818 slim drives (rev 0.02) don't need special care. * ST818 slim drives (rev 0.02) don't need special care.
*/ */
UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0x0001, UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
"EagleTec", "Genesys Logic",
"External Hard Disk", "USB to IDE Disk",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_INQUIRY ),
/* Reported by Henning Schild <henning@wh9.tu-dresden.de> */
UNUSUAL_DEV( 0x05e3, 0x0702, 0x0113, 0x0113,
"EagleTec",
"External Hard Disk",
US_SC_DEVICE, US_PR_DEVICE, NULL, US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_INQUIRY ), US_FL_FIX_INQUIRY ),
......
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