I need the information provides lsusb about Manufacturer company in usb pendrives, but I don't know how to link it with the block device.
I'm using dbus and python for getting all information about pendrives connected in the system, but DriveVendor and DriveModel don't correspond with Manufacturer company showed with lsusb.
udevadm info gives a lot of information but it haven't the Manufacturer company either.
Perhaps the question is poorly worded and would be better like this: how to get the manufacturer of a pendrive knowing its /dev/ name...or something like that.