Re: bug in handling of highspeed usb HID devices

From: kernel-stuff
Date: Wed Oct 12 2005 - 16:11:27 EST


>
>
> Re-calculation in usb_fill_int_urb makes more sense, because it is the
> most general approach. So it would make sense to remove it from
> hid-core.c.
>

Patch looks correct to me from a purely logical perspective. (IOW I read that file first time :)

But since interval is passed as a parameter to the usb_fill_int_urb() function, I think it is more natural to remove the recalculation from usb_fill_int_urb() - If caller passes a parameter and has enough info to determine its value, it makes sense for the caller to pass in the right value and the callee to just take it as it is.

Not a big deal anyway though.

Parag



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/