This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HOW LPC 2478 BOARD DETECTS PEN DRIVE??

Hi all,

i'm working on MCB2478 development board. my doubt is about how lpc 2478 controller recognize all the USB mass storage devices having different PRODUCT and VENDOR IDs? and how can i use my board as host to detect all the USB devices?? if no matter with PRODUCT and VENDOR IDs what their purpose??

Parents
  • Do you find it good or bad when inserting a USB thumb if you, in your PC, can see if it was that new Transcend USB thunb you are trying to reformat, or if it was a Sandisk USB thumb.

    And if you have your Linux machine, there is a reason why the dmsg information will log the found identities when hardware gets connected, even if the may run with standard drivers.

    Sometimes, you may need to use a specific tweak for a specific product/vendor combo - would obviously not be possible if the devices wouldn't identify themselves.

Reply
  • Do you find it good or bad when inserting a USB thumb if you, in your PC, can see if it was that new Transcend USB thunb you are trying to reformat, or if it was a Sandisk USB thumb.

    And if you have your Linux machine, there is a reason why the dmsg information will log the found identities when hardware gets connected, even if the may run with standard drivers.

    Sometimes, you may need to use a specific tweak for a specific product/vendor combo - would obviously not be possible if the devices wouldn't identify themselves.

Children