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
f8a0efb5
Commit
f8a0efb5
authored
Oct 04, 2003
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: act200l dongle module conversion.
parent
39fc8c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
drivers/net/irda/act200l.c
drivers/net/irda/act200l.c
+6
-10
No files found.
drivers/net/irda/act200l.c
View file @
f8a0efb5
...
...
@@ -84,12 +84,12 @@ static int act200l_change_speed(struct irda_task *task);
#define ACT200L_OSCL 0x04
/* oscillator in low power, medium accuracy mode */
static
struct
dongle_reg
dongle
=
{
Q_NULL
,
IRDA_ACT200L_DONGLE
,
act200l_open
,
act200l_close
,
act200l_reset
,
act200l_change_speed
,
.
type
=
IRDA_ACT200L_DONGLE
,
.
open
=
act200l_open
,
.
close
=
act200l_close
,
.
reset
=
act200l_reset
,
.
change_speed
=
act200l_change_speed
,
.
owner
=
THIS_MODULE
,
};
int
__init
act200l_init
(
void
)
...
...
@@ -112,8 +112,6 @@ static void act200l_open(dongle_t *self, struct qos_info *qos)
/* Set the speeds we can accept */
qos
->
baud_rate
.
bits
&=
IR_9600
|
IR_19200
|
IR_38400
|
IR_57600
|
IR_115200
;
qos
->
min_turn_time
.
bits
=
0x03
;
MOD_INC_USE_COUNT
;
}
static
void
act200l_close
(
dongle_t
*
self
)
...
...
@@ -122,8 +120,6 @@ static void act200l_close(dongle_t *self)
/* Power off the dongle */
self
->
set_dtr_rts
(
self
->
dev
,
FALSE
,
FALSE
);
MOD_DEC_USE_COUNT
;
}
/*
...
...
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