repo.or.cz
/
irreco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mostly minor fixes up until version 0.8.10.
[irreco.git]
/
irtrans
/
irserver
/
src
/
linuxusbio.c
blob
8a24bf28cef79e30558010f7db9296912150ad02
1
#ifdef LINUX
2
3
#include
"../../Common/remote.h"
4
5
6
7
int
OpenUSBPort
(
void
)
8
{
9
}
10
11
int
ReadUSBString
(
byte pnt
[],
int
len
,
word timeout
)
12
{
13
}
14
15
void
FlushUSB
(
void
)
16
{
17
}
18
19
void
WriteUSBString
(
byte pnt
[],
int
len
)
20
{
21
}
22
23
24
25
#endif
26
27