USB Shared Chunks

The USB client Logical Device Driver (LDD) API has been extended to share chunks between the kernel side USB LDD and the user side USB applications such as Mass Storage.

Shared chunks improve performance by eliminating the need to copy data between different processes. USB client application efficiency will be improved by sharing chunks from the kernel side drivers to the application.