improved comments

This commit is contained in:
Sayantan Santra 2022-05-09 23:39:54 -05:00
parent 56914cb338
commit 6d1c65df38

View file

@ -1,16 +1,16 @@
#!/bin/sh #!/bin/sh
# Steps for setting up the drivers of Huion Inspiroy H640P # **Steps for setting up the drivers of Huion Inspiroy H640P**
# git clone https://github.com/Huion-Linux/DIGImend-kernel-drivers-for-Huion # git clone https://github.com/Huion-Linux/DIGImend-kernel-drivers-for-Huion
# cd DIGImend-kernel-drivers-for-Huion # cd DIGImend-kernel-drivers-for-Huion
# sed -i 's/SUBDIRS=/M=/' Makefile (only for arch or related) # sed -i 's/SUBDIRS=/M=/' Makefile (only for arch or related)
# sudo make dkms_install # sudo make dkms_install
# Make /etc/udev/rules.d/00-usb-huion.rules with this content (to run it whenever the tabler is conencted): # Create /etc/udev/rules.d/00-usb-huion.rules with this content (to run it whenever the tablet is conencted):
# ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/sintan/.Xauthority", ENV{DISPLAY}=":0", OWNER=<user>, RUN+="/usr/local/bin/huion-tablet-mount" # ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/sintan/.Xauthority", ENV{DISPLAY}=":0", OWNER=<user>, RUN+="/usr/local/bin/huion-tablet-mount"
# Make /usr/local/bin/huion-tablet-mount with this content : # Create /usr/local/bin/huion-tablet-mount with this content :
# #!/bin/sh # #!/bin/sh
# #
# <location-of-this-script> & exit # <location-of-this-script> & exit