altosui: Select devices by USB vendor/product ID.
authorKeith Packard <keithp@keithp.com>
Wed, 18 Aug 2010 01:22:28 +0000 (18:22 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 18 Aug 2010 01:22:28 +0000 (18:22 -0700)
commit22800dc094797e1e0ad99124198809d0360f7556
tree73278976e480323a748a85dda3a2ffa66cf75996
parentd14c96663a1027164fa30ed89b53f5a9d3fdb82b
altosui: Select devices by USB vendor/product ID.

Because Win7 doesn't expose the product name, we're swtiching to using
the USB idProduct/idVendor values. This patch adds support for
selecting devices by those new IDs.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosDevice.java
ao-tools/altosui/AltosDeviceDialog.java
ao-tools/altosui/AltosEepromDownload.java
ao-tools/altosui/AltosUI.java