digimend-devel Mailing List for DIGImend (Page 5)
Brought to you by:
spb_nick
You can subscribe to this list here.
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(8) |
Jun
(27) |
Jul
(54) |
Aug
(54) |
Sep
(13) |
Oct
(20) |
Nov
(7) |
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2013 |
Jan
(3) |
Feb
(3) |
Mar
(6) |
Apr
(1) |
May
(8) |
Jun
(5) |
Jul
(4) |
Aug
(10) |
Sep
(44) |
Oct
(12) |
Nov
(5) |
Dec
(14) |
| 2014 |
Jan
(16) |
Feb
(3) |
Mar
(3) |
Apr
(5) |
May
(2) |
Jun
(14) |
Jul
(38) |
Aug
(15) |
Sep
(15) |
Oct
(12) |
Nov
(38) |
Dec
(31) |
| 2015 |
Jan
(73) |
Feb
(71) |
Mar
(57) |
Apr
(36) |
May
(33) |
Jun
(20) |
Jul
(4) |
Aug
(5) |
Sep
(1) |
Oct
(11) |
Nov
(2) |
Dec
(6) |
| 2016 |
Jan
(7) |
Feb
(3) |
Mar
(6) |
Apr
(2) |
May
(7) |
Jun
(5) |
Jul
(3) |
Aug
(5) |
Sep
(5) |
Oct
(8) |
Nov
(13) |
Dec
|
|
From: Martin S. <mcs...@gm...> - 2015-06-01 07:05:17
|
Hi Nick, [Note that I've moved the thread from digimend-users to digimend-devel] Thank you for the pointer to the development version. Unfortunately the development driver crashed when I loaded it on my system. I've attached the corresponding traceback from dmesg. What I did to try the driver was as follows: I removed everything from /lib/modules/`uname -r`/extra/, to ensure that I didn't end up running my version of the hid_uclogic driver by mistake. I then used rmmod to unload both usbhid and hid_uclogic. I then downloaded https://github.com/DIGImend/digimend-kernel-drivers/archive/master.zip and unzipped it. I ran make on this, and then sudo make install, then verified that the new drivers appeared under /lib/modules/`uname -r`/extra/. Finally I ran modprobe on usbhid to load it and the new hid_uclogic driver. When the tablet didn't appear to be recognized, I checked dmesg and found the traceback that's attached to this message. After that I had to reboot, because rmmod hung when I tried to unload the crashed driver. I'll be happy to run any diagnostics that you suggest. Thanks, Martin On Sun, May 31, 2015 at 4:12 AM, Nikolai Kondrashov <sp...@gm...> wrote: > Hi Martin, > > > On 05/29/2015 04:32 AM, Martin Shepherd wrote: >> >> On the digimend tablets web page UC-Logic Tablet TWHA60 v3 is listed as >> unsupported. I have this tablet, and I've just managed to get its stylus >> working by making a very small change to hid-uclogic.c. With this change, >> basic positioning, clicking the tip, and pressure sensitivity all appear >> to >> work correctly (at least in inkscape). >> >> The report descriptor for interface 0 has a different size in this tablet >> than previous versions, so the code that substitutes a fixed descriptor, >> based on this size, does nothing. To resolve this, I added an extra if() >> to >> check for the new descriptor size, and substituted a slightly different >> fixed descriptor. The only changes needed in the fixed descriptor, were to >> the logical maximums for X and Y, which should both be 2047, instead of >> the >> previous values of 39999 and 24999. >> >> I have placed the diff between the 3.13.0-53-generic (Ubuntu) version of >> the >> hid-uclogic.c file, and the fixed version, in the attached text file. I >> hope >> that this is the correct place to post this. > > > Contributions are welcome anywhere, although > DIG...@li... would be a bit more appropriate. > > We actually have this tablet supported in the development version of our > out-of-tree driver: > > https://github.com/DIGImend/digimend-kernel-drivers/archive/master.zip > > Here's the GitHub page for it: > https://github.com/DIGImend/digimend-kernel-drivers > > I need to update the website though. > > Nick |
|
From: GitHub <no...@gi...> - 2015-05-31 10:54:43
|
Branch: refs/heads/master Home: https://github.com/DIGImend/digimend-kernel-drivers Commit: a5e3ef4899eae2a44e6c8969dc3dc7f93b6c14dc https://github.com/DIGImend/digimend-kernel-drivers/commit/a5e3ef4899eae2a44e6c8969dc3dc7f93b6c14dc Author: Alberto Glez-Barreda <al...@gm...> Date: 2015-05-04 (Mon, 04 May 2015) Changed paths: M hid-ids.h M hid-uclogic.c Log Message: ----------- Added ugee g3 PID Commit: 75415467aff365ccb5debf53ee3a1ec032bf092e https://github.com/DIGImend/digimend-kernel-drivers/commit/75415467aff365ccb5debf53ee3a1ec032bf092e Author: Alberto Glez-Barreda <al...@gm...> Date: 2015-05-04 (Mon, 04 May 2015) Changed paths: M hid-uclogic.c Log Message: ----------- Updated Uclogic devices with ugee g3 Commit: ba1096eb251d9858fca73b8d1d42b2953c68a692 https://github.com/DIGImend/digimend-kernel-drivers/commit/ba1096eb251d9858fca73b8d1d42b2953c68a692 Author: Nikolai Kondrashov <sp...@gm...> Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M hid-ids.h M hid-uclogic.c Log Message: ----------- Merge pull request #14 from algoban/master uclogic: Add Ugee G3 PID Compare: https://github.com/DIGImend/digimend-kernel-drivers/compare/c92087205853...ba1096eb251d |
|
From: GitHub <no...@gi...> - 2015-05-31 10:48:11
|
Branch: refs/heads/master Home: https://github.com/DIGImend/digimend-kernel-drivers Commit: c92087205853bd7278b18c449ba5a73f659ee540 https://github.com/DIGImend/digimend-kernel-drivers/commit/c92087205853bd7278b18c449ba5a73f659ee540 Author: Nikolai Kondrashov <sp...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M hid-uclogic.c Log Message: ----------- Use interface 1 for UGTizer GP0610 pen The UGTizer Tablet GP0610 tablet reports pen events on interface #1, fix its report descriptor on that interface, not #0. |
|
From: Nikolai K. <sp...@gm...> - 2015-05-17 14:17:01
|
Hi Prashant, On 05/11/2015 09:53 PM, Prashant Gawande wrote: > Also Nick, can you tell me how to set the aspect ratio/usable area of the > pen tab according to the screen? Mine is 3/4 CRT and the pen tab is more > towards 16/9 roughly. So I've to draw an oval physically to get a circle. Take a look at our xf86-input-evdev driver setup HOWTO: http://digimend.github.io/support/howto/drivers/evdev/#calibration Nick |
|
From: Nikolai K. <sp...@gm...> - 2015-05-17 14:10:14
|
On 05/14/2015 07:28 PM, Jason Gerecke wrote: > DIGITIZER "Secondary Barrel Switch" (0x5A) > DIGITIZER "Transducer Serial Number" (0x0B) > > http://www.usb.org/developers/hidpage/HUTRR46e.txt > --- > db/usage/id_digitizer.m4 | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/db/usage/id_digitizer.m4 b/db/usage/id_digitizer.m4 > index 1c70cf5..8d49d94 100644 > --- a/db/usage/id_digitizer.m4 > +++ b/db/usage/id_digitizer.m4 > @@ -76,3 +76,5 @@ ID(`0052', `device_mode', `DV', `device input mode')dnl > ID(`0053', `device_identifier', `DV', `device identifier')dnl > ID(`0054', `contact_count', `DV', `contact count')dnl > ID(`0055', `contact_count_maximum', `SV', `contact count maximum')dnl > +ID(`005A', `secondary_barrel_switch', `MC', `secondary barrel switch')dnl Ah, now we have a proper usage for that button, and I see that Ping Cheng already added it to the kernel, wonderful! > +ID(`005B', `transducer_serial_number', `SV', `transducer serial number')dnl > Nick |
|
From: Nikolai K. <sp...@gm...> - 2015-05-17 13:52:43
|
Hi Jason, Thanks a lot for the beautifully crafted commits and the updates, applied :) I only did one minor amendment below: On 05/14/2015 07:28 PM, Jason Gerecke wrote: > DIGITIZER "Touch Valid" (0x47) > DIGITIZER "Width" (0x48) > DIGITIZER "Height" (0x49) > > http://www.usb.org/developers/hidpage/touch_digitizers_2.pdf > --- > db/usage/id_digitizer.m4 | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/db/usage/id_digitizer.m4 b/db/usage/id_digitizer.m4 > index 9b8fe03..b134cd8 100644 > --- a/db/usage/id_digitizer.m4 > +++ b/db/usage/id_digitizer.m4 > @@ -66,3 +66,6 @@ ID(`0043', `secondary_tip_switch', `MC', `secondary tip switch')dnl > ID(`0044', `barrel_switch', `MC', `barrel switch')dnl > ID(`0045', `eraser', `MC', `eraser')dnl > ID(`0046', `tablet_pick', `MC', `tablet pick')dnl > +ID(`0047', `touch_valid', `MC', `touch_valid')dnl I replaced the underscore in the description with a space. > +ID(`0048', `width', `DV', `width')dnl > +ID(`0049', `height', `DV', `height')dnl > Nick |
|
From: Jason G. <kil...@gm...> - 2015-05-14 16:29:06
|
I'm unable to find the HID Review Request for this usage, but it is mentioned in Microsoft documents for use with Windows 8. --- db/usage/id_digitizer.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/db/usage/id_digitizer.m4 b/db/usage/id_digitizer.m4 index 8d49d94..2713b5e 100644 --- a/db/usage/id_digitizer.m4 +++ b/db/usage/id_digitizer.m4 @@ -76,5 +76,6 @@ ID(`0052', `device_mode', `DV', `device input mode')dnl ID(`0053', `device_identifier', `DV', `device identifier')dnl ID(`0054', `contact_count', `DV', `contact count')dnl ID(`0055', `contact_count_maximum', `SV', `contact count maximum')dnl +ID(`0056', `scan_time', `DV', `scan time')dnl ID(`005A', `secondary_barrel_switch', `MC', `secondary barrel switch')dnl ID(`005B', `transducer_serial_number', `SV', `transducer serial number')dnl -- 2.4.0 |
|
From: Jason G. <kil...@gm...> - 2015-05-14 16:29:04
|
DIGITIZER "Secondary Barrel Switch" (0x5A) DIGITIZER "Transducer Serial Number" (0x0B) http://www.usb.org/developers/hidpage/HUTRR46e.txt --- db/usage/id_digitizer.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/usage/id_digitizer.m4 b/db/usage/id_digitizer.m4 index 1c70cf5..8d49d94 100644 --- a/db/usage/id_digitizer.m4 +++ b/db/usage/id_digitizer.m4 @@ -76,3 +76,5 @@ ID(`0052', `device_mode', `DV', `device input mode')dnl ID(`0053', `device_identifier', `DV', `device identifier')dnl ID(`0054', `contact_count', `DV', `contact count')dnl ID(`0055', `contact_count_maximum', `SV', `contact count maximum')dnl +ID(`005A', `secondary_barrel_switch', `MC', `secondary barrel switch')dnl +ID(`005B', `transducer_serial_number', `SV', `transducer serial number')dnl -- 2.4.0 |
|
From: Jason G. <kil...@gm...> - 2015-05-14 16:29:02
|
DIGITIZER "Contact Identifier" (0x51) DIGITIZER "Device Configuration" (0x0E) DIGITIZER "Device Mode" (0x52) DIGITIZER "Device Identifier" (0x53) DIGITIZER "Contact Count" (0x54) DIGITIZER "Contact Count Maximum" (0x55) DIGITIZER "Device Settings" (0x23) http://www.usb.org/developers/hidpage/HUTRR34.zip --- db/usage/id_digitizer.m4 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/db/usage/id_digitizer.m4 b/db/usage/id_digitizer.m4 index b134cd8..1c70cf5 100644 --- a/db/usage/id_digitizer.m4 +++ b/db/usage/id_digitizer.m4 @@ -40,9 +40,11 @@ ID(`000A', `articulated_arm', `CA', `articulated arm')dnl ID(`000B', `armature', `CA', `armature')dnl ID(`000C', `multipoint_digitizer', `CA', `multiple point digitizer')dnl ID(`000D', `free_space_wand', `CA', `free space wand')dnl +ID(`000E', `configuration', `CA', `configuration')dnl ID(`0020', `stylus', `CL', `stylus')dnl ID(`0021', `puck', `CL', `puck')dnl ID(`0022', `finger', `CL', `finger')dnl +ID(`0023', `device_settings', `CL', `device settings')dnl ID(`0030', `tip_pressure', `DV', `tip pressure')dnl ID(`0031', `barrel_pressure', `DV', `barrel pressure')dnl ID(`0032', `in_range', `MC', `in range')dnl @@ -69,3 +71,8 @@ ID(`0046', `tablet_pick', `MC', `tablet pick')dnl ID(`0047', `touch_valid', `MC', `touch_valid')dnl ID(`0048', `width', `DV', `width')dnl ID(`0049', `height', `DV', `height')dnl +ID(`0051', `contact_identifier', `DV', `contact identifier')dnl +ID(`0052', `device_mode', `DV', `device input mode')dnl +ID(`0053', `device_identifier', `DV', `device identifier')dnl +ID(`0054', `contact_count', `DV', `contact count')dnl +ID(`0055', `contact_count_maximum', `SV', `contact count maximum')dnl -- 2.4.0 |
|
From: Jason G. <kil...@gm...> - 2015-05-14 16:28:59
|
DIGITIZER "Touch Valid" (0x47) DIGITIZER "Width" (0x48) DIGITIZER "Height" (0x49) http://www.usb.org/developers/hidpage/touch_digitizers_2.pdf --- db/usage/id_digitizer.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/usage/id_digitizer.m4 b/db/usage/id_digitizer.m4 index 9b8fe03..b134cd8 100644 --- a/db/usage/id_digitizer.m4 +++ b/db/usage/id_digitizer.m4 @@ -66,3 +66,6 @@ ID(`0043', `secondary_tip_switch', `MC', `secondary tip switch')dnl ID(`0044', `barrel_switch', `MC', `barrel switch')dnl ID(`0045', `eraser', `MC', `eraser')dnl ID(`0046', `tablet_pick', `MC', `tablet pick')dnl +ID(`0047', `touch_valid', `MC', `touch_valid')dnl +ID(`0048', `width', `DV', `width')dnl +ID(`0049', `height', `DV', `height')dnl -- 2.4.0 |
|
From: Prashant G. <pra...@ho...> - 2015-05-11 18:53:54
|
Also Nick, can you tell me how to set the aspect ratio/usable area of the pen tab according to the screen? Mine is 3/4 CRT and the pen tab is more towards 16/9 roughly. So I've to draw an oval physically to get a circle. ---------------------------------------- > From: pra...@ho... > To: sp...@gm...; dig...@li... > Subject: RE: [DIGImend-devel] iBall PF1064U Pen Tablet not working on Linux Mint 17.1 Xfce > Date: Mon, 11 May 2015 22:24:35 +0530 > > Hi Nick, > > Here's the diagnostics attached as an archive(8 files). Excuse me for the delay as there had been some power issues at my place. By the way, I tried the xinput button map trick; unfortunately; I couldn't figure it out precisely. But it's not that important at the moment. I need my frame buttons to work at first :P. Thanks for your constant support Nick. Regards. > > ---------------------------------------- >> Date: Sun, 10 May 2015 22:40:07 +0300 >> From: sp...@gm... >> To: pra...@ho...; dig...@li... >> Subject: Re: [DIGImend-devel] iBall PF1064U Pen Tablet not working on Linux Mint 17.1 Xfce >> >> Hi Prashant, >> >> On 05/10/2015 10:14 PM, Prashant Gawande wrote: >>> Firstly, thanks a COSMIC ton for your efforts and support. And YES... I've >>> pressure sensitivity, thanks to you again :). I'll send you all the >>> diagnostics soon. Meanwhile, is it possible to swap functions of pen >>> buttons? Right now, the lower button acts like middle and the upper button >>> acts like right click. Is it possible to make it other way around? >> >> Yes, there are several methods, AFAIK. You can use "xinput --set-button-map". >> See xinput manual page. Here, for example: >> >> http://www.x.org/archive/current/doc/man/man1/xinput.1.xhtml >> >> Nick > |
|
From: Prashant G. <pra...@ho...> - 2015-05-11 16:54:43
|
Hi Nick, Here's the diagnostics attached as an archive(8 files). Excuse me for the delay as there had been some power issues at my place. By the way, I tried the xinput button map trick; unfortunately; I couldn't figure it out precisely. But it's not that important at the moment. I need my frame buttons to work at first :P. Thanks for your constant support Nick. Regards. ---------------------------------------- > Date: Sun, 10 May 2015 22:40:07 +0300 > From: sp...@gm... > To: pra...@ho...; dig...@li... > Subject: Re: [DIGImend-devel] iBall PF1064U Pen Tablet not working on Linux Mint 17.1 Xfce > > Hi Prashant, > > On 05/10/2015 10:14 PM, Prashant Gawande wrote: >> Firstly, thanks a COSMIC ton for your efforts and support. And YES... I've >> pressure sensitivity, thanks to you again :). I'll send you all the >> diagnostics soon. Meanwhile, is it possible to swap functions of pen >> buttons? Right now, the lower button acts like middle and the upper button >> acts like right click. Is it possible to make it other way around? > > Yes, there are several methods, AFAIK. You can use "xinput --set-button-map". > See xinput manual page. Here, for example: > > http://www.x.org/archive/current/doc/man/man1/xinput.1.xhtml > > Nick |
|
From: Nikolai K. <sp...@gm...> - 2015-05-10 19:40:19
|
Hi Prashant,
On 05/10/2015 10:14 PM, Prashant Gawande wrote:
> Firstly, thanks a COSMIC ton for your efforts and support. And YES... I've
> pressure sensitivity, thanks to you again :). I'll send you all the
> diagnostics soon. Meanwhile, is it possible to swap functions of pen
> buttons? Right now, the lower button acts like middle and the upper button
> acts like right click. Is it possible to make it other way around?
Yes, there are several methods, AFAIK. You can use "xinput --set-button-map".
See xinput manual page. Here, for example:
http://www.x.org/archive/current/doc/man/man1/xinput.1.xhtml
Nick
|
|
From: Prashant G. <pra...@ho...> - 2015-05-10 19:14:44
|
Hi Nick, Firstly, thanks a COSMIC ton for your efforts and support. And YES... I've pressure sensitivity, thanks to you again :). I'll send you all the diagnostics soon. Meanwhile, is it possible to swap functions of pen buttons? Right now, the lower button acts like middle and the upper button acts like right click. Is it possible to make it other way around? ---------------------------------------- > Date: Sun, 10 May 2015 21:44:27 +0300 > From: sp...@gm... > To: pra...@ho...; dig...@li... > Subject: Re: FW: [DIGImend-devel] iBall PF1064U Pen Tablet not working on Linux Mint 17.1 Xfce > > Hi Prashant, > > On 05/10/2015 07:05 PM, Prashant Gawande wrote: >> Here are the files attached as you suggested. > > Thank you. These look correct now. > >> Surprisingly, now the pentab is working ok in krita, it draws. > > Great! Do you have pressure sensitivity? > >> In gimp, it's very slow at the start of each stroke. The evtest is of single >> stroke. > > This is strange the evtest output looks correct. > >> I'd also like if you could provide me any instructions and/or utility by >> which I can configure my pen buttons and tablet's buttons and wheel. Please >> let me know if you want anything. Thanks. > > The way your tablet reports frame button/wheel events is strange and is not > supported by the driver yet. Can you check if it has changed with the new > driver? Can you collect "usbhid-dump -es" diagnostics for them again, but with > the new driver? > > Thank you. > > Nick |
|
From: Nikolai K. <sp...@gm...> - 2015-05-10 18:44:38
|
Hi Prashant, On 05/10/2015 07:05 PM, Prashant Gawande wrote: > Here are the files attached as you suggested. Thank you. These look correct now. > Surprisingly, now the pentab is working ok in krita, it draws. Great! Do you have pressure sensitivity? > In gimp, it's very slow at the start of each stroke. The evtest is of single > stroke. This is strange the evtest output looks correct. > I'd also like if you could provide me any instructions and/or utility by > which I can configure my pen buttons and tablet's buttons and wheel. Please > let me know if you want anything. Thanks. The way your tablet reports frame button/wheel events is strange and is not supported by the driver yet. Can you check if it has changed with the new driver? Can you collect "usbhid-dump -es" diagnostics for them again, but with the new driver? Thank you. Nick |
|
From: Prashant G. <pra...@ho...> - 2015-05-10 16:06:07
|
Hi Nick, Here are the files attached as you suggested. Surprisingly, now the pentab is working ok in krita, it draws. In gimp, it's very slow at the start of each stroke. The evtest is of single stroke. I'd also like if you could provide me any instructions and/or utility by which I can configure my pen buttons and tablet's buttons and wheel. Please let me know if you want anything. Thanks. > ---------------------------------------- >> Date: Sun, 10 May 2015 17:24:33 +0300 >> From: sp...@gm... >> To: pra...@ho...; dig...@li... >> Subject: Re: [DIGImend-devel] iBall PF1064U Pen Tablet not working on Linux Mint 17.1 Xfce >> >> On 05/10/2015 05:18 PM, Prashant Gawande wrote: >>> Thanks for the support and efforts Nick. With this driver, the <br>earlier >>> problem of multiple clicks has gone, but it doesn’t draw <br>anything in >>> gimp or krita. It clicks normally otherwise. >> >> Please send the /var/log/syslog contents and "evtest" output as you did >> before. >> >> Please also see if you can do anything about your messages, they seem to be >> confusing plain text and HTML and are hard to read. >> >> Thank you. >> >> Nick > |
|
From: Nikolai K. <sp...@gm...> - 2015-05-10 14:24:44
|
On 05/10/2015 05:18 PM, Prashant Gawande wrote: > Thanks for the support and efforts Nick. With this driver, the <br>earlier > problem of multiple clicks has gone, but it doesn’t draw <br>anything in > gimp or krita. It clicks normally otherwise. Please send the /var/log/syslog contents and "evtest" output as you did before. Please also see if you can do anything about your messages, they seem to be confusing plain text and HTML and are hard to read. Thank you. Nick |
|
From: Prashant G. <pra...@ho...> - 2015-05-10 14:18:25
|
Thanks for the support and efforts Nick. With this driver, the <br>earlier problem of multiple clicks has gone, but it doesn’t draw <br>anything in gimp or krita. It clicks normally otherwise. Can you do <br>anything here?<br>----------------------------------------<br>> Date: Sun, 10 May 2015 16:42:11 +0300<br>> From: sp...@gm...<br>> To: pra...@ho...; dig...@li...<br>> Subject: Re: [DIGImend-devel] iBall PF1064U Pen Tablet not working on Linux Mint 17.1 Xfce<br>><br>> Hi Prashant,<br>><br>> On 05/10/2015 03:58 PM, Prashant Gawande wrote:<br>> > Hi Nick,<br>> ><br>> > Need your help with the drivers badly. Please consider my request. Regards.<br>><br>> Sorry for the delay. This week was busy.<br>><br>> Please try this version of the driver:<br>> https://github.com/DIGImend/digimend-kernel-drivers/archive/ugtizer_gp0610.zip<br>><br>> Nick<br> |
|
From: Nikolai K. <sp...@gm...> - 2015-05-10 13:42:22
|
Hi Prashant, On 05/10/2015 03:58 PM, Prashant Gawande wrote: > Hi Nick, > > Need your help with the drivers badly. Please consider my request. Regards. Sorry for the delay. This week was busy. Please try this version of the driver: https://github.com/DIGImend/digimend-kernel-drivers/archive/ugtizer_gp0610.zip Nick |
|
From: GitHub <no...@gi...> - 2015-05-10 13:40:58
|
Branch: refs/heads/ugtizer_gp0610 Home: https://github.com/DIGImend/digimend-kernel-drivers Commit: c92087205853bd7278b18c449ba5a73f659ee540 https://github.com/DIGImend/digimend-kernel-drivers/commit/c92087205853bd7278b18c449ba5a73f659ee540 Author: Nikolai Kondrashov <sp...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M hid-uclogic.c Log Message: ----------- Use interface 1 for UGTizer GP0610 pen The UGTizer Tablet GP0610 tablet reports pen events on interface #1, fix its report descriptor on that interface, not #0. |
|
From: Prashant G. <pra...@ho...> - 2015-05-10 12:58:40
|
Hi Nick, Need your help with the drivers badly. Please consider my request. Regards. ---------------------------------------- > From: pra...@ho... > To: sp...@gm...; dig...@li... > Subject: RE: [DIGImend-devel] iBall PF1064U Pen Tablet not working on Linux Mint 17.1 Xfce > Date: Fri, 8 May 2015 22:38:33 +0530 > > > Hi Nick, > > Any news on the problem yet? > ________________________________ >> Date: Mon, 4 May 2015 13:11:35 +0000 >> From: pra...@ho... >> To: sp...@gm...; dig...@li... >> Subject: Re: Fwd: Re: [DIGImend-devel] iBall PF1064U Pen Tablet not >> working on Linux Mint 17.1 Xfce >> >> Sure. Thanks for your efforts Nick. Cheers. >> >> >> Sent by Outlook<http://taps.io/outlookmobile> for Android >> >> >> >> On Mon, May 4, 2015 at 6:09 AM -0700, "Nikolai Kondrashov" >> <sp...@gm...<mailto:sp...@gm...>> wrote: >> >> Hi Prashant, >> >> On 05/04/2015 03:50 PM, pra...@ho... wrote: >>> Hi Nick, >>> So is there anything you want more to figure out what is going on? >> I'll be glad to send you anything. >> >> No, I don't need anything right now, but I'll write if I need something. >> >> Unfortunately, I wasn't able to find any time for DIGImend this weekend. Will >> try to find an evening to work on your tablet this week. >> >> Nick > |
|
From: Nikolai K. <sp...@gm...> - 2015-05-10 12:47:10
|
Hi Dmitriy, Please keep the maillist in the CC. On 05/06/2015 06:33 PM, Dmitriy Starkov wrote: > Hi Nikolay, no > > and I have problem, I am install driver v4 and I cant delete this version. http://joxi.ru/4Ake94lUE6BNmq > I want delete this driver because my tablet not work good(( very-very slow paint brush The v4 didn't have uninstallation implemented. You can remove that version by executing these commands: sudo rmmod hid-huion sudo rm /sbin/hid-rebind sudo rm /etc/depmod.d/hid-huion.conf sudo rm /lib/modules/*/extra/hid-huion.ko sudo rm /lib/udev/rules.d/70-hid-rebind.rules sudo udevadm control --reload sudo depmod -a > maybe you speak russian? Yes, I do. Nick |
|
From: Nikolai K. <sp...@gm...> - 2015-05-10 12:29:39
|
On 05/10/2015 01:01 AM, Marek wrote: > Hi nick, > > Is it possible to calibrate the monitor and if so how? This is usually done by configuring userspace drivers. For X.org you would usually configure xf86-input-wacom or xf86-input-evdev with "xsetwacom" or "xinput". > Do the new drivers also have dependencies in the XOrg realm? > Eg if I want to avoid XOrg completely No. Digimend-kernel-drivers are entirely Kernel drivers. Nick |
|
From: Marek <mlf...@gm...> - 2015-05-09 22:01:12
|
Hi nick, Is it possible to calibrate the monitor and if so how? Do the new drivers also have dependencies in the XOrg realm? Eg if I want to avoid XOrg completely Thanks, Marek Dňa nedeľa, 26. apríla 2015 Nikolai Kondrashov <sp...@gm...> napísal(a): > On 04/26/2015 06:34 PM, Marek wrote: > >> What it currently does is the display is reacting when the pen is both >> hovering above the display or if I try to draw, buttons seems to work >> it's >> just the the cursor if off by far it would need some calibration. Not sure >> about the latency either. I was talking to Jen @ Huion and I've been told >> someone at Huion is working on Linux drivers but I offered my help and >> didn't get any response yet. >> >> Will let you know if there's any news. >> > > Thank you. I wouldn't expect much from Huion. What they have provided, > quite a > while ago, is a very ugly and broken driver. Otherwise, they usually refer > to > various versions of upstream kernel which have our driver included. > > Our driver is the way to go so far. > > Nick > |
|
From: Prashant G. <pra...@ho...> - 2015-05-08 17:08:40
|
Hi Nick, Any news on the problem yet? ________________________________ > Date: Mon, 4 May 2015 13:11:35 +0000 > From: pra...@ho... > To: sp...@gm...; dig...@li... > Subject: Re: Fwd: Re: [DIGImend-devel] iBall PF1064U Pen Tablet not > working on Linux Mint 17.1 Xfce > > Sure. Thanks for your efforts Nick. Cheers. > > > Sent by Outlook<http://taps.io/outlookmobile> for Android > > > > On Mon, May 4, 2015 at 6:09 AM -0700, "Nikolai Kondrashov" > <sp...@gm...<mailto:sp...@gm...>> wrote: > > Hi Prashant, > > On 05/04/2015 03:50 PM, pra...@ho... wrote: > > Hi Nick, > > So is there anything you want more to figure out what is going on? > I'll be glad to send you anything. > > No, I don't need anything right now, but I'll write if I need something. > > Unfortunately, I wasn't able to find any time for DIGImend this weekend. Will > try to find an evening to work on your tablet this week. > > Nick |