[PATCH] usb-core bInterval quirks

2014-07-22 Thread James P Michels III
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 --- drivers/usb/core/config.c | 20 drivers/usb/core/quirks.c | 4

[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 --- 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/usb/core/config.c index

[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 --- drivers/usb/core/config.c | 11 +++ drivers/usb/core/quirks.c | 4 include/linux/usb/quirks.h | 11 +++ 3 files changed, 26 insertions

[PATCH v5] usb-core bInterval quirk

2014-07-27 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 --- drivers/usb/core/config.c | 11 +++ drivers/usb/core/quirks.c | 4 include/linux/usb/quirks.h | 11 +++ 3 files changed, 26 insertions