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
9ab83212
Commit
9ab83212
authored
Jan 05, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: add test for B4000000 to ir-usb driver to fix build issue on some archs
parent
cbf76102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
drivers/usb/serial/ir-usb.c
drivers/usb/serial/ir-usb.c
+2
-0
No files found.
drivers/usb/serial/ir-usb.c
View file @
9ab83212
...
...
@@ -567,7 +567,9 @@ static void ir_set_termios (struct usb_serial_port *port, struct termios *old_te
case
B115200
:
ir_baud
=
SPEED_115200
;
break
;
case
B576000
:
ir_baud
=
SPEED_576000
;
break
;
case
B1152000
:
ir_baud
=
SPEED_1152000
;
break
;
#ifdef B4000000
case
B4000000
:
ir_baud
=
SPEED_4000000
;
break
;
#endif
}
if
(
xbof
==
-
1
)
{
...
...
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