Commit Graph

5 Commits (bb120221fb759f2ab3ebcf9b3c22c76fcbb9a86c)

Author SHA1 Message Date
0xc0170 081230ee9c spaces removal - USBHost 2014-05-29 15:16:53 +02:00
mazgch 5dea203d16 Fix for USBHost build issue 2013-12-16 11:10:10 +02:00
mazgch 44c2e02e51 - add support for MultiPort Serial Devices
- allow to configure the debug level of the USB stack
2013-12-09 22:04:21 +01:00
Adam Green 8281836df3 USBHost: Silence unused variable warnings.
I removed the initialization of some variables which were never used to
silence GCC warnings.

One of them had me removing the following line from
USBHostMouse::rxHandler():
    int len = int_in->getLengthTransferred();
The variable len is never used again in this method and it doesn't
appear that the int_in->getLengthTransferred() call has any side
effects which would require this extraneous call to remain in the code.
2013-08-29 21:07:43 -07:00
unknown 1c981f929a add USBHost library 2013-03-14 16:36:35 +00:00