Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
dca5d14a
Commit
dca5d14a
authored
21 years ago
by
Thomas Chen
Committed by
Greg Kroah-Hartman
21 years ago
Browse files
Options
Download
Email Patches
Plain Diff
[PATCH] USB: fix io_edgeport driver alignment issues.
parent
ab2fc239
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
drivers/usb/serial/io_fw_boot.h
drivers/usb/serial/io_fw_boot.h
+1
-1
drivers/usb/serial/io_fw_boot2.h
drivers/usb/serial/io_fw_boot2.h
+1
-1
drivers/usb/serial/io_fw_down.h
drivers/usb/serial/io_fw_down.h
+1
-1
drivers/usb/serial/io_fw_down2.h
drivers/usb/serial/io_fw_down2.h
+1
-1
No files found.
drivers/usb/serial/io_fw_boot.h
View file @
dca5d14a
...
...
@@ -17,7 +17,7 @@
unsigned
short
Addr
;
unsigned
short
Len
;
unsigned
char
Data
[
0
];
};
}
__attribute__
((
packed
))
;
struct
edge_firmware_version_info
{
unsigned
char
MajorVersion
;
...
...
This diff is collapsed.
Click to expand it.
drivers/usb/serial/io_fw_boot2.h
View file @
dca5d14a
...
...
@@ -17,7 +17,7 @@
unsigned
short
Addr
;
unsigned
short
Len
;
unsigned
char
Data
[
0
];
};
}
__attribute__
((
packed
))
;
struct
edge_firmware_version_info
{
unsigned
char
MajorVersion
;
...
...
This diff is collapsed.
Click to expand it.
drivers/usb/serial/io_fw_down.h
View file @
dca5d14a
...
...
@@ -17,7 +17,7 @@
unsigned
short
Addr
;
unsigned
short
Len
;
unsigned
char
Data
[
0
];
};
}
__attribute
((
packed
))
;
struct
edge_firmware_version_info
{
unsigned
char
MajorVersion
;
...
...
This diff is collapsed.
Click to expand it.
drivers/usb/serial/io_fw_down2.h
View file @
dca5d14a
...
...
@@ -17,7 +17,7 @@
unsigned
short
Addr
;
unsigned
short
Len
;
unsigned
char
Data
[
0
];
};
}
__attribute__
((
packed
))
;
struct
edge_firmware_version_info
{
unsigned
char
MajorVersion
;
...
...
This diff is collapsed.
Click to expand it.
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