altosui: conflating USB product and vendor IDs is a bad idea
authorKeith Packard <keithp@keithp.com>
Fri, 10 Sep 2010 03:24:42 +0000 (20:24 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Sep 2010 03:26:44 +0000 (20:26 -0700)
We've now got a USB vendor ID called 'altusmetrum' for generic
altusmetrum devices (old USB ID 0x000A) while the general vendor name
for all devices is 'altusmetrum' as well.

This patch splits vendors and products into separate name spaces,
products are prefixed with product_ and vendor with (oddly) vendor_.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found