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
12c2451c
Commit
12c2451c
authored
Jul 15, 2002
by
Greg Kroah-Hartman
Committed by
Vojtech Pavlik
Jul 15, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: fix flag name in ohci driver due to previous patch.
parent
34271b63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/usb/host/ohci-q.c
drivers/usb/host/ohci-q.c
+1
-1
No files found.
drivers/usb/host/ohci-q.c
View file @
12c2451c
...
@@ -658,7 +658,7 @@ static void td_submit_urb (struct urb *urb)
...
@@ -658,7 +658,7 @@ static void td_submit_urb (struct urb *urb)
data
+=
4096
;
data_len
-=
4096
;
cnt
++
;
data
+=
4096
;
data_len
-=
4096
;
cnt
++
;
}
}
/* maybe avoid ED halt on final TD short read */
/* maybe avoid ED halt on final TD short read */
if
(
!
(
urb
->
transfer_flags
&
U
SB_DISABLE_SPD
))
if
(
!
(
urb
->
transfer_flags
&
U
RB_SHORT_NOT_OK
))
info
|=
TD_R
;
info
|=
TD_R
;
td_fill
(
ohci
,
info
|
(
cnt
?
TD_T_TOGGLE
:
toggle
),
td_fill
(
ohci
,
info
|
(
cnt
?
TD_T_TOGGLE
:
toggle
),
data
,
data_len
,
urb
,
cnt
);
data
,
data_len
,
urb
,
cnt
);
...
...
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