On Tue, 1 May 2012 07:37:11 -0600 Jonathan Corbet <corbet@xxxxxxx> wrote: > I have a logitech Dinovo Edge bluetooth keyboard that I've used for > years. With 3.4 kernels, the keyboard generates no input until I've > banged on it for a couple of seconds. If I continually hit characters, > they make it through; as soon as I stop for even a brief period (even > somebody as verbose as me has to come up for air occasionally), it goes > back to sleep. OK, git bisect has rendered its verdict: d35e70d50a0641ebc1502fd343bef9b4011ada27 is the first bad commit commit d35e70d50a0641ebc1502fd343bef9b4011ada27 Author: Matthew Garrett <mjg@xxxxxxxxxx> Date: Fri Feb 3 17:11:55 2012 -0500 usb: Use hub port data to determine whether a port is removable Hubs have a flag to indicate whether a given port carries removable devices or not. This is not strictly accurate in that some built-in devices will be flagged as removable, but followup patches will make use of platform data to make this more reliable. Signed-off-by: Matthew Garrett <mjg@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ...and, indeed, things do seem to break right there. I assume there's something funky about the (oldish) USB bluetooth dongle that came with my keyboard that interacts badly with this patch. Matthew, is there anything I can do or tell you to help figure this one out? Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html