[DIGImend-devel] [DIGImend/digimend-kernel-drivers] 9b974a: uclogic: Rename hardware probing functi
Brought to you by:
spb_nick
From: Nikolai K. <sp...@gm...> - 2016-11-19 16:58:52
|
Branch: refs/heads/master Home: https://github.com/DIGImend/digimend-kernel-drivers Commit: 9b974adbe7f5f7bb70046f7ff707ca34e8625ded https://github.com/DIGImend/digimend-kernel-drivers/commit/9b974adbe7f5f7bb70046f7ff707ca34e8625ded Author: Nikolai Kondrashov <sp...@gm...> Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M hid-uclogic.c Log Message: ----------- uclogic: Rename hardware probing functions Rename uclogic_tablet/button_enable functions to uclogic_probe_tablet/buttons to show they're a part of probing, and also to make space for functions doing enabling only, which are to be used by resume function. Commit: 48c8058df02504ec5446da93f1959436217cf4ea https://github.com/DIGImend/digimend-kernel-drivers/commit/48c8058df02504ec5446da93f1959436217cf4ea Author: Nikolai Kondrashov <sp...@gm...> Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M hid-uclogic.c Log Message: ----------- uclogic: Extract uclogic_enable_tablet/buttons Extract the tablet and buttons enabling code from uclogic_probe_tablet/buttons functions into functions named uclogic_enable_tablet/buttons to allow reuse from the resume function. Commit: 07bd4728189baa26db9c8706adc70cd0147f0369 https://github.com/DIGImend/digimend-kernel-drivers/commit/07bd4728189baa26db9c8706adc70cd0147f0369 Author: Nikolai Kondrashov <sp...@gm...> Date: 2016-11-19 (Sat, 19 Nov 2016) Changed paths: M hid-uclogic.c Log Message: ----------- uclogic: Re-enable tablet and buttons on resume Re-enable fully-functional mode of both UC-Logic tablet and buttons on resume, if they were enabled on probe, because at least some UC-Logic tablets reset themselves on suspend and resume cycle. Compare: https://github.com/DIGImend/digimend-kernel-drivers/compare/acdd0702b5f1...07bd4728189b |