Re: uwacom: reduce tip pressure for click activation

2021-06-04 Thread Stefan Hagen
James Cook wrote: > This is what appears in dmesg when I plug it in: > > uhidev0 at uhub0 port 9 configuration 1 interface 0 "Wacom Co.,Ltd. > Intuos BT S" rev 2.00/1.07 addr 4 That doesn't work. Currently _only_ the CTL-490 is supported. I have an Intuos 4 an Intuos ONE (CTL-472) here. I added

Re: uwacom: reduce tip pressure for click activation

2021-06-04 Thread James Cook
> > Thanks. Maybe more feedback will come. > > I hope so. FWIW, I'm an occasional wacom user, but my device is not supported by OpenBSD, so I can't try the patch. I don't know how hard it would be to add support. If it's likely to be an easy change and someone can point me to the place to make

Re: uwacom: reduce tip pressure for click activation

2021-06-04 Thread Frank Groeneveld
Thanks for the patch! Unfortunately I'm using the tablet anymore and are not able to test this. This pressure level was chosen because the Linux driver uses it as well: https://github.com/linuxwacom/input-wacom/blob/master/4.5/wacom_wac.c#L297 I have no technical knowledge on how this works,

Re: uwacom: reduce tip pressure for click activation

2021-06-03 Thread Peter J. Philipp
On Thu, Jun 03, 2021 at 09:23:16PM +0200, Stefan Hagen wrote: > Peter J. Philipp wrote: > > On Thu, Jun 03, 2021 at 08:06:06PM +0200, Stefan Hagen wrote: > >> Which one? > > > > It didn't say in the dmesg if I recall correctly, luckily I found the > > packaging. CTL-490 DW-S. > > Same model

Re: uwacom: reduce tip pressure for click activation

2021-06-03 Thread Stefan Hagen
Peter J. Philipp wrote: > On Thu, Jun 03, 2021 at 08:06:06PM +0200, Stefan Hagen wrote: >> Which one? > > It didn't say in the dmesg if I recall correctly, luckily I found the > packaging. CTL-490 DW-S. Same model here. I just wanted to make sure that the driver is actually used in your case.

Re: uwacom: reduce tip pressure for click activation

2021-06-03 Thread Peter J. Philipp
On Thu, Jun 03, 2021 at 08:06:06PM +0200, Stefan Hagen wrote: > Peter J. Philipp wrote: > > > I have a Wacom Intuos. > > Which one? It didn't say in the dmesg if I recall correctly, luckily I found the packaging. CTL-490 DW-S. > > I found that I could not write anything as good as with the

Re: uwacom: reduce tip pressure for click activation

2021-06-03 Thread Stefan Hagen
Peter J. Philipp wrote: > I have a Wacom Intuos. Which one? > I found that I could not write anything as good as with the pressure > having a higher threshold ie. the original driver. Can you be more specific? Did you have false activations without touching the tablet? The pressure sensor is

Re: uwacom: reduce tip pressure for click activation

2021-06-03 Thread Peter J. Philipp
On Thu, Jun 03, 2021 at 05:10:57PM +0200, Stefan Hagen wrote: > Hi, > > I'm using a Wacom CTL-490 to draw on virtual whiteboards in online > meetings. Hi, I tried your patch and got rejections, though I was able to fix it. I have a Wacom Intuos. I found that I could not write anything as good

uwacom: reduce tip pressure for click activation

2021-06-03 Thread Stefan Hagen
Hi, I'm using a Wacom CTL-490 to draw on virtual whiteboards in online meetings. Compared to linux/windows, it needs a lot of pressure to draw something on OpenBSD. This makes writing pretty hard. In OpenBSD, a tip-pressure of >10 is required to activate button 0. I'm not sure why this number