From: Dean Camera Date: Wed, 14 Dec 2011 02:52:42 +0000 (+0000) Subject: Don't validate the Device Descriptor's vendor ID when validating that a device is... X-Git-Tag: LUFA-120219~3 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/676de74d9bf14d6a8db21d65e2cb2f2e4a1e3720?ds=sidebyside;hp=676de74d9bf14d6a8db21d65e2cb2f2e4a1e3720 Don't validate the Device Descriptor's vendor ID when validating that a device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values. ---