Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
6e4ef441
Commit
6e4ef441
authored
Dec 15, 2010
by
Browse files
combov2 driver update
git-svn-id:
file:///home/svn/mapi/trunk@1602
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
63625677
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/drivers/mapicombo6drv.c
View file @
6e4ef441
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include "debug.h"
#include "debug.h"
#include "mapi_errors.h"
#include "mapi_errors.h"
#include
"
libsze2.h
"
#include
<
libsze2.h
>
typedef
struct
combo6_instance
{
typedef
struct
combo6_instance
{
int
file
;
int
file
;
...
@@ -174,7 +174,7 @@ mapidrv_proc_loop (void *arg)
...
@@ -174,7 +174,7 @@ mapidrv_proc_loop (void *arg)
mapid_pkthdr_t
mhdr
;
mapid_pkthdr_t
mhdr
;
DEBUG_CMD
(
Debug_Message
(
"combo6drv: subscribing: rx-0x%02hx tx-0x%02hx"
,
rx
,
tx
));
DEBUG_CMD
(
Debug_Message
(
"combo6drv: subscribing: rx-0x%02hx tx-0x%02hx"
,
rx
,
tx
));
err
=
szedata_subscribe
(
i
->
sze
,
&
rx
,
&
tx
,
SZE2_RX_POLL_CNT
,
SZE2_TX_POLL_CNT
);
err
=
szedata_subscribe
(
i
->
sze
,
&
rx
,
&
tx
,
0
,
0
);
//,
SZE2_RX_POLL_CNT, SZE2_TX_POLL_CNT);
if
(
err
)
{
if
(
err
)
{
DEBUG_CMD
(
Debug_Message
(
"combo6drv: ERROR subscring."
));
DEBUG_CMD
(
Debug_Message
(
"combo6drv: ERROR subscring."
));
}
}
...
...
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