Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185314
b: refs/heads/master
c: 46216e4
h: refs/heads/master
v: v3
  • Loading branch information
Jan Dumon authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent f7d56f1 commit ee43dcc
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bce54fed941e03695ab557100a4bd1e457abca42
refs/heads/master: 46216e4fbe8c62059b5440dec0b236f386248a41
88 changes: 86 additions & 2 deletions trunk/drivers/usb/storage/unusual_devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1147,15 +1147,99 @@ UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
0 ),

/* Reported by Jan Dumon <j.dumon@option.com>
* This device (wrongly) has a vendor-specific device descriptor.
* The entry is needed so usb-storage can bind to it's mass-storage
* These devices (wrongly) have a vendor-specific device descriptor.
* These entries are needed so usb-storage can bind to their mass-storage
* interface as an interface driver */
UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000,
"Option",
"GI 0431 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0x7701, 0x0000, 0x0000,
"Option",
"GI 0451 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0x7706, 0x0000, 0x0000,
"Option",
"GI 0451 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0x7901, 0x0000, 0x0000,
"Option",
"GI 0452 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0x7A01, 0x0000, 0x0000,
"Option",
"GI 0461 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0x7A05, 0x0000, 0x0000,
"Option",
"GI 0461 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0x8300, 0x0000, 0x0000,
"Option",
"GI 033x SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0x8302, 0x0000, 0x0000,
"Option",
"GI 033x SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0000,
"Option",
"GI 033x SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000,
"Option",
"GI 070x SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0xd057, 0x0000, 0x0000,
"Option",
"GI 1505 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0xd058, 0x0000, 0x0000,
"Option",
"GI 1509 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0xd157, 0x0000, 0x0000,
"Option",
"GI 1515 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0xd257, 0x0000, 0x0000,
"Option",
"GI 1215 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

UNUSUAL_DEV( 0x0af0, 0xd357, 0x0000, 0x0000,
"Option",
"GI 1505 SD-Card",
US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

/* Reported by Ben Efros <ben@pc-doctor.com> */
UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
"Seagate",
Expand Down

0 comments on commit ee43dcc

Please sign in to comment.