[PATCH v3] usb-core bInterval quirk

2014-07-26 Thread James P Michels III
microframes to an exponent. Signed-off-by: James P Michels III james.p.mich...@gmail.com --- drivers/usb/core/config.c | 9 + drivers/usb/core/quirks.c | 4 include/linux/usb/quirks.h | 9 + 3 files changed, 22 insertions(+) diff --git a/drivers/usb/core/config.c b/drivers

[PATCH v4] usb-core bInterval quirk

2014-07-26 Thread James P Michels III
applied to the device, the bInterval will be accurately adjusted from microframes to an exponent. Signed-off-by: James P Michels III james.p.mich...@gmail.com --- drivers/usb/core/config.c | 11 +++ drivers/usb/core/quirks.c | 4 include/linux/usb/quirks.h | 11 +++ 3 files

[PATCH] usb-core bInterval quirks

2014-07-22 Thread James P Michels III
of the 0-15 range. With one of these quirks applied to the device, the bInterval will be accurately adjusted even when the misreported bInterval is in the 0-15 range. Signed-off-by: James P Michels III james.p.mich...@gmail.com --- drivers/usb/core/config.c | 20 drivers/usb