Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-02 | Added missing __func__ to printfv0.1.1 | Nikias Bassen | 1 | -1/+1 | |
2009-08-02 | include config.h and defined ENABLE_HACKS | Nikias Bassen | 1 | -0/+5 | |
Use --disable-hacks to NOT enable hacks like the N*128/N*512 hack when running configure. Hacks are enabled by default. | |||||
2009-08-02 | Workaround for usb communication issue aka 'N*128 problem' or 'N*512 problem' | Nikias Bassen | 1 | -10/+59 | |
For some strange reason packets that are N*128 bytes long via USB 1.1, or N*512 bytes long via USB 2.0, the device will not send an answer and any following packet will cause a connection reset. See this as a workaround until the usb issue has been resolved. | |||||
2009-08-02 | Replaced HEADERLEN with sizeof(usbmux_tcp_header) | Nikias Bassen | 1 | -7/+6 | |
2009-06-29 | use TCP_RST instead of TCP_FIN when closing the connection so the device ↵ | Nikias Bassen | 1 | -1/+1 | |
does not complain with messages like handleMuxTCPInput th.th_flags = 0x1, not TH_ACK(0x10) | |||||
2009-06-20 | hopefully fixed race condition on connection setup | Nikias Bassen | 1 | -0/+13 | |
2009-06-15 | removed some #ifdefs to make debugging output more verbose | Nikias Bassen | 1 | -10/+3 | |
2009-05-23 | Make usb enumeration work properly. | Nikias Bassen | 1 | -11/+11 | |
2009-05-23 | Some debugging output for usb_open(). | Nikias Bassen | 1 | -0/+3 | |
2009-05-04 | Use autotools build system and add license | Martin Szulecki | 1 | -0/+1259 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> |