projects
/
hmcfgusb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
627e3f3
)
always transmit the full packet size to the device
author
Michael Gernoth
<michael@gernoth.net>
Wed, 29 May 2013 21:08:12 +0000
(23:08 +0200)
committer
Michael Gernoth
<michael@gernoth.net>
Wed, 29 May 2013 21:08:12 +0000
(23:08 +0200)
hmland.c
patch
|
blob
|
blame
|
history
diff --git
a/hmland.c
b/hmland.c
index 87b79d00f31916df1153be0f778398e2bedcfbd1..cde993b795df0b375841e64ca285894ffb578d54 100644
(file)
--- a/
hmland.c
+++ b/
hmland.c
@@
-292,7
+292,7
@@
static int hmlan_parse_in(int fd, void *data)
break;
}
- hmcfgusb_send(dev, out,
outpos-out
, 1);
+ hmcfgusb_send(dev, out,
sizeof(out)
, 1);
}
} else if (r < 0) {
perror("read");
Impressum
,
Datenschutz