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
febf5939
Commit
febf5939
authored
Feb 10, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed 'typedef' from the kl5kusb105 usb-serial driver.
parent
721e70a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/usb/serial/kl5kusb105.h
drivers/usb/serial/kl5kusb105.h
+2
-2
No files found.
drivers/usb/serial/kl5kusb105.h
View file @
febf5939
...
...
@@ -16,7 +16,7 @@
/* baud rates */
typedef
enum
{
enum
{
kl5kusb105a_sio_b115200
=
0
,
kl5kusb105a_sio_b57600
=
1
,
kl5kusb105a_sio_b38400
=
2
,
...
...
@@ -27,7 +27,7 @@ typedef enum {
kl5kusb105a_sio_b2400
=
9
,
/* unchecked */
kl5kusb105a_sio_b1200
=
0xa
,
/* unchecked */
kl5kusb105a_sio_b600
=
0xb
/* unchecked */
}
KL5KUSB105A_SIO_baudrate_t
;
};
/* data bits */
#define kl5kusb105a_dtb_7 7
...
...
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