Sorry, Yiping, but unfortunately, that's not the issue. The mbed USB port doesn't expose a serial port to attach to, so there's nothing for the driver to find. The driver you posted--which we installed before our first post--would have worked if the mbed device was exposing a serial interface on its USB, and if it were missing, we would have seen a USB device on Windows with a missing driver, or on Linux it would have simply worked. Instead, we only see the mass storage interface and nothing else. (The USB iteration's bNumInterfaces is 1, above, not the usual 4, or not even 2.)
So, we suspect something is wrong with the firmware image on the mbed MCU and we need to reflash it.
Could you point us to the right mbed firmware image for the LS1046ARDB to reprogram it with? Per the schematic, the part is the MK22FX512VLH12, but we want to make sure we get an image for it that reflects the board properly and not try to build or scavenge an image from the web (such as mbed.org) and brick the mbed MCU entirely.
Thanks!