Re: [DIGImend-users] Huion H610PRO generates multiple clicks
Brought to you by:
spb_nick
From: Christopher B. <chr...@gm...> - 2015-03-04 04:21:08
|
On Wed, 4 Mar 2015 02:20:02 +0100 Ulrich Lauther <ulr...@t-...> wrote: >On Wed, Mar 04, 2015 at 01:22:38AM +0200, Nikolai Kondrashov wrote: >> >> Actually, wait with this. I suspect that your problem might be >> caused by the faulty driver-rebinding script (hid-rebind). Could you >> please try the latest master: >> >> https://github.com/DIGImend/digimend-kernel-drivers/archive/master.zip >> > >Compilation does not work: > >/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c: In >function >‘uclogic_input_configured’: /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: >error: ‘HID_CP_CONSUMER_CONTROL’ undeclared (first use in > this function) >/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: >note: each undeclared identifier is reported only once for each >function it appears >in /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:767:7: >error: ‘HID_GD_SYSTEM_CONTROL’ undeclared (first use in this > function) >make[2]: *** >[/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.o] Error 1 >make[1]: *** [_module_/usr/local/src/digimend-kernel-drivers-master] >Error 2 make[1]: Leaving directory >`/usr/src/linux-headers-3.13.0-46-generic' make: *** [modules] Error 2 > >I deleted the whole digimend-kernel-drivers-master directory and then >unpacked the zip-file, to have a clean start. Then "make" in the newly >created directory. > >Maybe some h-file missing? > > > ulrich > I too get the exact same errors on fresh pull of master. linux/hid.h has probably been updated in newer kernels. I'm on 3.12, and there is no HID_GD_SYSTEM_CONTROL nor HID_CP* section in my <linux/hid.h> (not in 3.14 either) but it does appear in 3.19 source. -- Regards, Christopher Barry Random geeky fortune: How much net could a network work, if a network could net work? |