Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces)
authorHans de Goede <hdegoede@redhat.com>
Thu, 17 Feb 2011 11:35:46 +0000 (12:35 +0100)
committerPeter Stuge <peter@stuge.se>
Sun, 24 Jul 2011 21:34:58 +0000 (23:34 +0200)
commit4e294dc9848aab86b31d2fff228cf97e7eadf913
tree4e38ed507aeb376238f120c945fe887bbca914a5
parenta68f956dd4c29d6ed799f04f07a3346317843999
Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces)

claimed_interfaces is a long and thus its size differs on 32
versus 64 bits, this patch uses USB_MAXINTERFACES instead of
sizeof(claimed_interfaces) on interface number range checks
for consistent behavior independent of the arch.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
libusb/core.c