Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ID strin...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Jul 2009 10:19:13 +0000 (10:19 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Jul 2009 10:19:13 +0000 (10:19 +0000)
commitf3c061d5c8ef95a0bd2ec829cc1d7461af94a845
treea65ba678fbd7c82ccef396bea49d71fcd58d6ca6
parent211712d66d6949941141964341bb937bf1422636
Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ID string length from the start of the returned array (thanks to John Andrews).

Fixed error in new pipe stream function template system not setting the right device token for R/W operations (also thanks to John Andrews).
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.h
Demos/Host/Incomplete/PrinterHost/PrinterHost.c
LUFA/Drivers/USB/LowLevel/HostChapter9.c
LUFA/Drivers/USB/LowLevel/Pipe.c
LUFA/Drivers/USB/LowLevel/Template/Template_Pipe_RW.c