Re: [DIGImend-users] Experiencing lag (with Huion 1060)
Brought to you by:
spb_nick
From: Dan R. <ade...@gm...> - 2015-03-01 06:14:16
|
Hi Sarah, I do not have any huion in my dmesg output, it appears to have grabbed your tablet before the uclogic driver could. This may be an issue not just with my modifications but any future digimend driver. You should be able to temporarily prevent it from loading by just rmmod hid-huion . You can check for an external hid-huion modules with find /lib/modules/$(uname -r)/extra -name 'hid-huion.ko' You'll probably want to blacklist hid-huion to prevent that from happening for future digimend drivers. If you'd rather not pursue my modifications any further, please do keep the blacklist in mind when the next digimend driver comes around. Thanks, Dan On Sat, Feb 28, 2015 at 9:05 PM, Sarah Owens <owe...@gm...> wrote: > I did rmmod and then modprobe, I also tried unplugging and re-plugging the > tablet. My dmseg had both huion and uclogic messages in it: > > [15749.195783] usb 2-4.1: New USB device found, idVendor=256c, > idProduct=006e > [15749.195793] usb 2-4.1: New USB device strings: Mfr=5, Product=6, > SerialNumber=0 > [15749.195798] usb 2-4.1: Product: PenTablet > [15749.195802] usb 2-4.1: Manufacturer: HUION > [15749.198068] input: HUION PenTablet as > /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/input/input42 > [15749.198477] huion 0003:256C:006E.0019: input,hidraw0: USB HID v1.11 > Mouse [HUION PenTablet] on usb-0000:00:14.0-4.1/input0 > [15749.200575] input: HUION PenTablet as > /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/input/input43 > [15749.201177] uclogic 0003:256C:006E.001A: input,hiddev0,hidraw1: USB HID > v1.11 Mouse [HUION PenTablet] on usb-0000:00:14.0-4.1/input1 > [15749.202780] input: HUION PenTablet as > /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.2/input/input44 > [15749.202944] uclogic 0003:256C:006E.001B: input,hidraw2: USB HID v1.11 > Keyboard [HUION PenTablet] on usb-0000:00:14.0-4.1/input2 > > > If it turns out to be different than your case, I don't mind waiting on > the official change. > > Thanks, > Sarah > > |