DesobedienteTecnologico / dtails

Remastering tool for Debian Live based OS
GNU General Public License v3.0
49 stars 5 forks source link

When USB manufacturer is unknown, use idVendor instead #10

Closed DesobedienteTecnologico closed 1 year ago

DesobedienteTecnologico commented 1 year ago

When connecting a Flash Drive that the host do not recognize the Manufacturer we use idVendor. That is probably because the internal usb.ids file is not up to date.

To know the idVendor, type in your terminal: dmesg

If you want to check manually your Manufacturer by idVendor go to this website: https://usb-ids.gowdy.us/read/UD/

PR made to fix this issue: https://github.com/DesobedienteTecnologico/dtails/issues/9