1 huiontablet.c [kernel]/drivers/hidĿ¼
  Copy huiontablet.c to [kernel]/drivers/hid
  
2  Makefile ,β 
  Open Makefile ,before the end of file ,you can write
  
obj-$(CONFIG_HID_HUIONTABLET)	+= huiontablet.o

3 Kconfig,source "drivers/hid/usbhid/Kconfig",Լ60
  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 hid-ids.h,675ҵendifǰ
  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 [kernel]/drivers/hid/usbhid
hid-quirks.c,hid_blacklistṹ,{ 0, 0 }֮ǰ 
  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},

Լ90
about Line 90

6 make menuconfig
ѡDevice Drivers-> HID Devices-> Huion tablet 
  open console and enter the kernel folder,
  make menuconfig
select Device Drivers-> HID Devices-> Huion tablet 
  

ע:޸ǰں˰汾3.0,ͬں˰汾,ʵ޸
Warning:This guide is according to Linux version 3.0,you can modify according to the actual circumstance


7 Aodroid豸ROM겻豸ת뽫Vendor_256c_Product_006e.idcļŵ/system/usr/idcĿ¼
(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)