Can we get USB name like how OS does from FAT File System Middleware?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-21 2:38 AM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-21 2:52 AM
The name comes from an USB descriptor. Grep the source for that string, change it to your liking, recompile and reflash amd you get the new string if all was done the right way.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-21 3:36 AM
You'll need to dig into the USB Host Stack, and where it's getting the Descriptor(s) pull the name, serial number or whatever data is sent.
16-bit unicode /wide-chars as I recall, so will need extraction to a global variable
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
