From f2944cc1bfed3932d6e7d914dcea8227bfe9ada4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 10 May 2015 10:01:22 -0600 Subject: [PATCH] OHCI: Fix length calculation in all OHCI drivers: CBP==0 means that the entire buffer was transferred, not that a null packet was tranaferred --- Documentation/NuttX.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 23a9421525..83716155a6 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -891,7 +891,7 @@

-

  • Device-dependent USB class drivers available for USB mass storage, HID keyboard, and HID mouse.
  • +
  • Device-dependent USB class drivers available for USB mass storage, CDC/ACM serial, HID keyboard, and HID mouse.