Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
10e040aa
Commit
10e040aa
authored
Jan 08, 2003
by
Alan Cox
Committed by
Greg Kroah-Hartman
Jan 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PATCH: more unusual USB storage devices
IBM memory key Epson 785EPX PCMCIA slot Konica KD-200Z camera
parent
634a9873
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
drivers/usb/storage/unusual_devs.h
drivers/usb/storage/unusual_devs.h
+22
-0
No files found.
drivers/usb/storage/unusual_devs.h
View file @
10e040aa
...
...
@@ -97,6 +97,22 @@ UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
"DVD-CAM DZ-MV100A Camcorder"
,
US_SC_SCSI
,
US_PR_CB
,
NULL
,
US_FL_SINGLE_LUN
),
/* Reported by Khalid Aziz <khalid@gonehiking.org>
* This entry is needed because the device reports Sub=ff */
UNUSUAL_DEV
(
0x04b8
,
0x0602
,
0x0110
,
0x0110
,
"Epson"
,
"785EPX Storage"
,
US_SC_SCSI
,
US_PR_BULK
,
NULL
,
US_FL_SINGLE_LUN
),
/* Reported by Jan Willamowius <jan@willamowius.de>
* The device needs the flags only.
*/
UNUSUAL_DEV
(
0x04c8
,
0x0723
,
0x0000
,
0x9999
,
"Konica"
,
"KD-200Z"
,
US_SC_SCSI
,
US_PR_BULK
,
NULL
,
US_FL_START_STOP
),
UNUSUAL_DEV
(
0x04cb
,
0x0100
,
0x0000
,
0x2210
,
"Fujifilm"
,
"FinePix 1400Zoom"
,
...
...
@@ -547,6 +563,12 @@ UNUSUAL_DEV( 0x0a16, 0x8888, 0x0100, 0x0100,
US_SC_SCSI
,
US_PR_BULK
,
NULL
,
US_FL_FIX_INQUIRY
),
UNUSUAL_DEV
(
0x0a16
,
0x8888
,
0x0100
,
0x0100
,
"IBM"
,
"IBM USB Memory Key"
,
US_SC_SCSI
,
US_PR_BULK
,
NULL
,
US_FL_FIX_INQUIRY
),
#ifdef CONFIG_USB_STORAGE_ISD200
UNUSUAL_DEV
(
0x0bf6
,
0xa001
,
0x0100
,
0x0110
,
"ATI"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment