Digital drawing tablet Huion - proper drivers install
#14
i ran those instructions through interpreter then cleaned and arrived at following. a bit more understandable, but you still have a lot of work to do on this one. good luck.
Code:
duplicates huiontablet.c
2 to open Makefile to [kernel]/drivers/hid table of contents Copy huiontablet.c to [kernel]/drivers/hid, increases following sentence Open Makefile in the end, before the end of file, you can write obj-$(CONFIG_HID_HUIONTABLET) += huiontablet.o
3 opens Kconfig, "drivers/hid/usbhid/Kconfig " increases in source, about 60 lines Open Kconfig, after "drivers/hid/usbhid/Kconfig" (about Line 60), add config HID_HUIONTABLET tristate "Huion tablet" depends on INPUT ---help--- Support for Huion tablet.
4 open hid-ids.h, before 675th line about endif, increases Open hid-ids.h, before endif (about Line 675), add #define USB_VENDOR_ID_HUIONTABLET 0x256C #define USB_DEVICE_ID_HUIONTABLET 0x0005 #define USB_DEVICE_ID_HUIONTABLET2 0x006E
5 enter [kernel]/drivers/hid/usbhid to open hid-quirks.c, in the hid_blacklist syntagma, {0, before 0}, increases Enter the folder [kernel]/drivers/hid/usbhid, open hid-quirks.c, in hid_blacklist struct, before {0, 0}, add {USB_VENDOR_ID_HUIONTABLET, USB_DEVICE_ID_HUIONTABLET, HID_QUIRK_IGNORE}, {USB_VENDOR_ID_HUIONTABLET, USB_DEVICE_ID_HUIONTABLET2, HID_QUIRK_IGNORE}, makes 90th line about Line 90
6 make menuconfig to select Device Drivers-> HID Devices-> Huion tablet open console and enter the kernel folder, the make menuconfig select Device Drivers-> HID Devices-> Huion tablet note: This revision according to the essence edition 3.0, the different essence editions possibly has a difference, please after the actual situation revises Warning:This guide is according to Linux version 3.0, you can modify according to the actual circumstance 7 Aodroid equipment renewal ROM, if the cursor cannot the equipment revolve, please the Vendor_256c_Product_006e.idc document, put the /system/usr/idc table of contents (https://source.android.com/devices/tech/input/input-device-configuration-files.html) After update the kernel of the Android device, you may find the cursor can not be rotated if the Android device was rotated. Please put the file Vendor_256c_Product_006e.idc to folder /system/usr/idc/ (refer to https://source.android.com/devices/tech/input/input-device-configuration-files.html
  Reply


Messages In This Thread
RE: Digital drawing tablet Huion - proper drivers install - by dkryder - 09-04-2016, 02:52 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How install Qbittorrent on Debian? Callisto 5 9,119 03-17-2018, 10:31 PM
Last Post: Callisto
  libssl-dev eon't install williamcolls 2 5,019 11-01-2017, 10:20 PM
Last Post: dkryder
Exclamation How to install JavaFX tommypine 3 6,493 01-09-2017, 03:21 AM
Last Post: dkryder
  install shashlik bilylilyli 1 3,639 11-20-2016, 06:59 PM
Last Post: Ghelorn
  Install 32bit java Trond 7 10,065 11-03-2016, 10:07 AM
Last Post: Trond
  Cannot install Dstat on Debian Base PineA64 image ywoody 6 7,701 07-11-2016, 07:15 PM
Last Post: dkryder
  Debian Video Performance/"Driver" Install Fawks 8 11,256 06-15-2016, 07:55 AM
Last Post: Luke
  How to install modules into system? MicroDiery 6 7,552 05-27-2016, 06:44 PM
Last Post: JamesHarris
  debian fresh install 5/14 mkyb14 3 5,036 05-17-2016, 10:52 AM
Last Post: mkyb14

Forum Jump:


Users browsing this thread: 1 Guest(s)