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
5ffa0312
Commit
5ffa0312
authored
May 26, 2002
by
Matthew Dharm
Committed by
Greg Kroah-Hartman
May 26, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Additional comments for usb-storage
Added comments, as per the request of several people.
parent
c57b4805
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
drivers/usb/storage/transport.c
drivers/usb/storage/transport.c
+9
-1
No files found.
drivers/usb/storage/transport.c
View file @
5ffa0312
...
@@ -473,7 +473,15 @@ int usb_stor_bulk_msg(struct us_data *us, void *data, int pipe,
...
@@ -473,7 +473,15 @@ int usb_stor_bulk_msg(struct us_data *us, void *data, int pipe,
/* This is a version of usb_clear_halt() that doesn't read the status from
/* This is a version of usb_clear_halt() that doesn't read the status from
* the device -- this is because some devices crash their internal firmware
* the device -- this is because some devices crash their internal firmware
* when the status is requested after a halt
* when the status is requested after a halt.
*
* A definitive list of these 'bad' devices is too difficult to maintain or
* make complete enough to be useful. This problem was first observed on the
* Hagiwara FlashGate DUAL unit. However, bus traces reveal that neither
* MacOS nor Windows checks the status after clearing a halt.
*
* Since many vendors in this space limit their testing to interoperability
* with these two OSes, specification violations like this one are common.
*/
*/
int
usb_stor_clear_halt
(
struct
us_data
*
us
,
int
pipe
)
int
usb_stor_clear_halt
(
struct
us_data
*
us
,
int
pipe
)
{
{
...
...
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