On Wed, 7 Jul 2004 17:52:01 -0400 Adam Kropelin <[EMAIL PROTECTED]> wrote:
> /* hiddev_usage_ref_multi is used for sending multiple bytes to a control. > * It really manifests itself as setting the value of consecutive usages */ > +#define HID_MAX_MULTI_USAGES 1024 > struct hiddev_usage_ref_multi { > struct hiddev_usage_ref uref; > __u32 num_values; > - __s32 values[HID_MAX_USAGES]; > + __s32 values[HID_MAX_MULTI_USAGES]; > }; Woa dude, this is some enormous struct here. I sure hope we do not leave it included into some other struct accidentially. -- Pete ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel