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
8e1db0c5
Commit
8e1db0c5
authored
Apr 10, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB serial drivers
added missing owner fields.
parent
309322b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio.c
+1
-0
drivers/usb/serial/keyspan_pda.c
drivers/usb/serial/keyspan_pda.c
+10
-7
No files found.
drivers/usb/serial/ftdi_sio.c
View file @
8e1db0c5
...
...
@@ -197,6 +197,7 @@ static struct usb_serial_device_type ftdi_sio_device = {
};
static
struct
usb_serial_device_type
ftdi_8U232AM_device
=
{
owner:
THIS_MODULE
,
name:
"FTDI 8U232AM"
,
id_table:
id_table_8U232AM
,
num_interrupt_in:
0
,
...
...
drivers/usb/serial/keyspan_pda.c
View file @
8e1db0c5
...
...
@@ -798,6 +798,7 @@ static void keyspan_pda_shutdown (struct usb_serial *serial)
#ifdef KEYSPAN
static
struct
usb_serial_device_type
keyspan_pda_fake_device
=
{
owner:
THIS_MODULE
,
name:
"Keyspan PDA - (prerenumeration)"
,
id_table:
id_table_fake
,
num_interrupt_in:
NUM_DONT_CARE
,
...
...
@@ -810,17 +811,19 @@ static struct usb_serial_device_type keyspan_pda_fake_device = {
#ifdef XIRCOM
static
struct
usb_serial_device_type
xircom_pgs_fake_device
=
{
name:
"Xircom / Entregra PGS - (prerenumeration)"
,
id_table:
id_table_fake_xircom
,
num_interrupt_in:
NUM_DONT_CARE
,
num_bulk_in:
NUM_DONT_CARE
,
num_bulk_out:
NUM_DONT_CARE
,
num_ports:
1
,
startup:
keyspan_pda_fake_startup
,
owner:
THIS_MODULE
,
name:
"Xircom / Entregra PGS - (prerenumeration)"
,
id_table:
id_table_fake_xircom
,
num_interrupt_in:
NUM_DONT_CARE
,
num_bulk_in:
NUM_DONT_CARE
,
num_bulk_out:
NUM_DONT_CARE
,
num_ports:
1
,
startup:
keyspan_pda_fake_startup
,
};
#endif
static
struct
usb_serial_device_type
keyspan_pda_device
=
{
owner:
THIS_MODULE
,
name:
"Keyspan PDA"
,
id_table:
id_table_std
,
num_interrupt_in:
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