notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: x11-drivers/xf86-input-wacom/files/wacom.in

Number of commits found: 8

Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Sunday, 28 Feb 2016
12:16 jbeich search for other commits by this committer
x11-drivers/xf86-input-wacom: prevent devd(8) loading ums(4) first

devd(8) tries to load drivers for some classes of devices while rc.d/wacom
disables ums(4) for wacom devices. Adding quirks after the driver is loaded
would be too late.

PR:		207506
Submitted by:	rozhuk.im@gmail.com
MFH:		2016Q1
Original commitRevision:409737 
Thursday, 10 Sep 2015
03:48 jbeich search for other commits by this committer
x11-drivers/xf86-input-wacom: revert small part of r381903

|load_kld -e| cannot detect usb_quirk(4) at all and GENERIC kernel
always has it via |device usb|. So, the following happens:

  $ kldstat -v | fgrep quirk
  $ kldstat -m usb_quirk.ko
  kldstat: can't find module usb_quirk.ko: No such file or directory

  $ service wacom start
  kldload: can't load usb_quirk: module already loaded or in kernel
  /usr/local/etc/rc.d/wacom: WARNING: Unable to load kernel module usb_quirk

|kldload -n| is supported even by DragonFly, so there's no reason to
care for no longer supported FreeBSD 8.x.
Original commitRevision:396550 
Sunday, 22 Mar 2015
11:03 jbeich search for other commits by this committer
- Update to 0.29.0
- Convert to load_kld as 8.4R lacks kldload -n [1]
- Provide _stop command useful for testing
- Reword pkg-message to nudge looking inside rc.d/wacom

Suggested by:	flo (via D1595) [1]
Original commitRevision:381903 
Friday, 13 Mar 2015
15:03 robak search for other commits by this committer
x11-drivers/xf86-input-wacom: update 0.27.0 -> 0.28.0

- Add RC script
- Add moused(8) workaround

PR:		196539
Submitted by:	Jan Beich <jbeich@FreeBSD.org>
Original commitRevision:381216 
Wednesday, 11 Jun 2014
06:44 bapt search for other commits by this committer
Update wacom input driver to 0.24.99.1

- replace rc.d script with a sample file to simplify configuration
- use the underlying install target; this exposes xorg headers which may
  be used by gnome-settings-daemon
- drop gmake and autotools dependencies
- drop explicit xinput dependency
- require webcamd to get /dev/input/eventN
- require xinerama for xsetwacom display mapping
- explicitly disable doxygen docs
- add wacom to xorg-drivers port
- pass maintainership to submitter
- enable support of wacom tablets connected via a serial port [1]
- support stage

PR:		175876 , 181133 [1]
Submitted by:	Jan Beich, aasoft@gmail.com [1]
Original commitRevision:357422 
Tuesday, 18 Nov 2008
14:04 pgj search for other commits by this committer
- Remove xf86-input-wacom to be re-added it with a different name

PR:             ports/128547
Requested by:   flz
Approved by:    gabor
Original commit
Monday, 17 Nov 2008
10:02 pgj search for other commits by this committer
Add an X.Org driver, a kernel module, and a script to configure X.Org
for Wacom tablets.

The X.Org driver is a port of the Linux Wacom Project's [1] work.

The kernel module required for USB tablets is provided by Bartosz
Fabianowski [2], and supports the following devices:

        Graphire*, Graphire2*, Graphire3, Graphire4
        Bamboo, Bamboo One*, Bamboo Fun
        Intuos3, Cintiq 21UX
        Volito*, Volito2*
        PenStation2*, PenPartner2*

* not tested

PR:             ports/128547
Submitted by:   Dominic Fandrey [3]
Reviewed by:    gabor
Approved by:    gabor

[1] http://linuxwacom.sourceforge.net
[2] <freebsd (at) chillt (dot) de>
[3] <kamikaze (at) bsdforen (dot) de>
Original commit

Number of commits found: 8