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
32b3b52a
Commit
32b3b52a
authored
May 22, 2003
by
Duncan Sands
Committed by
Greg Kroah-Hartman
May 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB speedtouch: set owner fields
I think I'd better work on my plausible deniability...
parent
251c4078
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
drivers/usb/misc/speedtch.c
drivers/usb/misc/speedtch.c
+2
-0
No files found.
drivers/usb/misc/speedtch.c
View file @
32b3b52a
...
...
@@ -238,6 +238,7 @@ static struct atmdev_ops udsl_atm_devops = {
.
ioctl
=
udsl_atm_ioctl
,
.
send
=
udsl_atm_send
,
.
proc_read
=
udsl_atm_proc_read
,
.
owner
=
THIS_MODULE
,
};
/* USB */
...
...
@@ -247,6 +248,7 @@ static void udsl_usb_disconnect (struct usb_interface *intf);
static
int
udsl_usb_ioctl
(
struct
usb_interface
*
intf
,
unsigned
int
code
,
void
*
user_data
);
static
struct
usb_driver
udsl_usb_driver
=
{
.
owner
=
THIS_MODULE
,
.
name
=
udsl_driver_name
,
.
probe
=
udsl_usb_probe
,
.
disconnect
=
udsl_usb_disconnect
,
...
...
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