Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HID: picoLCD: Improve unplug handling | Bruno Prémont | 2012-08-15 | 1 | -1/+2 |
| | | | | | | | | | | | | Stop earlier attempting to submit new reports/URBs (though locking and usbhid still prevents to bail out early enough to not produce multiple hid-picolcd 0003:04D8:C002.0003: usb_submit_urb(out) failed: -19 messages in kernel log. Strengthen framebuffer removal to be less racy. Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | ||||
* | HID: picoLCD: split driver code | Bruno Prémont | 2012-08-15 | 1 | -0/+106 |
In order to make code maintenance easier, split the vairous functions into individial files (this removes a bunch of #ifdefs). Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz> |