diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-14 19:12:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-14 19:17:10 +0700 |
commit | 5bad3a9a33fd7fb52f4f2f98542593d3918a5676 (patch) | |
tree | 4ab1511aa2b4f1a58a5cea7b099091b9c24de41b /libraries/digimend-kernel-drivers/README | |
parent | 6cbe9245ce645eed1f1e9112c2b6d7367fe61e59 (diff) |
libraries/digimend-kernel-drivers: Updated for version 20200429.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/digimend-kernel-drivers/README')
-rw-r--r-- | libraries/digimend-kernel-drivers/README | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libraries/digimend-kernel-drivers/README b/libraries/digimend-kernel-drivers/README index d934d09670285..93d7b7c8cceb0 100644 --- a/libraries/digimend-kernel-drivers/README +++ b/libraries/digimend-kernel-drivers/README @@ -18,4 +18,12 @@ You must rebuilt this package if you upgrade your kernel. You can simply remove this package and reinstall kernel-modules to switch back to original kernel modules. -This driver is tested on Huion Inspiroy H430P
\ No newline at end of file +If you are rebuilding this driver, you can simply run this command +to reload the new drivers instead of rebooting the machine: + +for stable: + modprobe -r hid-kye hid-uclogic +for current: + modprobe -r hid-kye hid-uclogic hid-polostar hid-viewsonic + +This driver is tested on Huion Inspiroy H430P |