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
03687873
Commit
03687873
authored
Jul 22, 2002
by
Julien Blache
Committed by
Greg Kroah-Hartman
Jul 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] drivers/usb/misc/tiglusb.c v1.04
Update to the latest version of the tiglusb driver
parent
f05661c9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
122 additions
and
103 deletions
+122
-103
drivers/usb/misc/tiglusb.c
drivers/usb/misc/tiglusb.c
+122
-96
drivers/usb/misc/tiglusb.h
drivers/usb/misc/tiglusb.h
+0
-7
No files found.
drivers/usb/misc/tiglusb.c
View file @
03687873
This diff is collapsed.
Click to expand it.
drivers/usb/misc/tiglusb.h
View file @
03687873
...
...
@@ -33,7 +33,6 @@ typedef struct
{
struct
usb_device
*
dev
;
/* USB device handle */
struct
semaphore
mutex
;
/* locks this struct */
struct
semaphore
sem
;
wait_queue_head_t
wait
;
/* for timed waits */
wait_queue_head_t
remove_ok
;
...
...
@@ -44,12 +43,6 @@ typedef struct
driver_state_t
state
;
/* started/stopped */
int
opened
;
/* tru if open */
int
remove_pending
;
char
rd_buf
[
BULK_RCV_MAX
];
/* read buffer */
char
wr_buf
[
BULK_SND_MAX
];
/* write buffer */
}
tiglusb_t
,
*
ptiglusb_t
;
extern
devfs_handle_t
usb_devfs_handle
;
/* /dev/usb dir. */
#endif
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