]> git.ipfire.org Git - people/ms/u-boot.git/commit
USB: g_dnl: Change device class
authorJohn Tobias <john.tobias.ph@gmail.com>
Thu, 7 Apr 2016 23:49:03 +0000 (16:49 -0700)
committerMarek Vasut <marex@denx.de>
Wed, 20 Apr 2016 09:43:27 +0000 (11:43 +0200)
commit5b718407ed937fdcd1beeab9f62e42158dee9fa6
tree99d89ac25fa1c0c88275a0a9c78bcd7b26e40fa4
parent108f8418597350bd98357f25acaa8ab8a0435779
USB: g_dnl: Change device class

The USB Mass Storage (ums) works in Windows, Linux and OS X (EL Capitan).
But, not in OS X (Yosemite). By applying the said patch, it extends
the ums support.

Signed-off-by: John Tobias <john.tobias.ph@gmail.com>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
Test HW: Odroid XU3 (./test/py UMS + DFU tests)

Tested-by: John Tobias <john.tobias.ph@gmail.com>
Linux:
    - Run ums to expose all my eMMC partition - shows all correctly
    - Run ums to expose only 1 partition of my eMMC - show correctly

Windows:
    - Run ums to expose all my eMMC partition - it detects but it prompts,
    if I want to format it (due to a non windows partition)
    - Run ums to expose only the FAT32 partition - it show the partition
      correctly.
drivers/usb/gadget/g_dnl.c