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
nexedi
linux
Commits
81e4d481
Commit
81e4d481
authored
Sep 26, 2002
by
Roger Crettol
Committed by
Greg Kroah-Hartman
Sep 26, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB 2.0 HDD Walker / ST-HW-818SLIM usb-storage fix
parent
d19b3a36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
drivers/usb/storage/unusual_devs.h
drivers/usb/storage/unusual_devs.h
+4
-2
No files found.
drivers/usb/storage/unusual_devs.h
View file @
81e4d481
...
...
@@ -331,8 +331,10 @@ UNUSUAL_DEV( 0x05e3, 0x0700, 0x0000, 0xffff,
* Like the SIIG unit above, this unit needs an INQUIRY to ask for exactly
* 36 bytes of data. No more, no less. That is the only reason this entry
* is needed.
*/
UNUSUAL_DEV
(
0x05e3
,
0x0702
,
0x0000
,
0xffff
,
*
* ST818 slim drives (rev 0.02) don't need special care.
*/
UNUSUAL_DEV
(
0x05e3
,
0x0702
,
0x0000
,
0x0001
,
"EagleTec"
,
"External Hard Disk"
,
US_SC_SCSI
,
US_PR_BULK
,
NULL
,
...
...
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