0xc0170
|
081230ee9c
|
spaces removal - USBHost
|
2014-05-29 15:16:53 +02:00 |
Donatien Garnier
|
876134ec22
|
Protection against concurrent access to USBHost
Fixed regression: Protection against concurrent access to USBHost using
locking class
Use Lock class within USBHost
|
2014-03-07 15:01:57 +00:00 |
Bogdan Marinescu
|
6a5d7c654d
|
Modifications for compatibility with GCC
|
2013-10-17 10:34:07 +03:00 |
Bogdan Marinescu
|
2f26d09606
|
Changed debugging macros in WANDongle and WANDongleSerialPort
Now they use "dbg.h" which is a part of USBHost, thus eliminating the
dependency on code from CellularModem.
|
2013-10-16 23:59:32 +03:00 |
Bogdan Marinescu
|
aa209e3002
|
Remove USBSerialStream from USBHost
The code from USBSerialStream depends on some headers from CellularModem,
so remove it from USBHost.
|
2013-10-16 23:57:09 +03:00 |
Bogdan Marinescu
|
1c088eed13
|
Moved USBSerialStream from the CellularModem library to USBHost
This removes any dependency on USB code from CellularModem.
|
2013-10-16 15:53:58 +03:00 |
Bogdan Marinescu
|
864d3ef195
|
Renamed USB3GModule to USBHost3GModule to keep the naming convention
|
2013-10-16 15:52:47 +03:00 |