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)
commit48f57997452e17564e28fe3e37403f6f63d32dea
tree875d3db4be7a79d93c5ba63ee2049b04aea945d8
parent632d276118ab04de67561104be650f8fb69a0450
altosui: conflating USB product and vendor IDs is a bad idea

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>
ao-tools/altosui/AltosConfig.java
ao-tools/altosui/AltosDevice.java
ao-tools/altosui/AltosEepromDownload.java
ao-tools/altosui/AltosFlashUI.java
ao-tools/altosui/AltosUI.java