Bug 217306

Summary: [Possibly [PATCH]] Wacom tablet UART WACf00e (HP Elitebook 2760p touchscreen)
Product: Base System Reporter: Ellenor Bjornsdottir <large.hadron.collider>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: ian, large.hadron.collider, shawn.webb
Priority: --- Keywords: patch
Version: 11.0-RELEASE   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
/usr/src/sys/dev/uart/uart_bus_*.c patch to allow HP Elitebook 2760p/WACF00E none

Description Ellenor Bjornsdottir 2017-02-23 02:45:20 UTC
Created attachment 180238 [details]
/usr/src/sys/dev/uart/uart_bus_*.c patch to allow HP Elitebook 2760p/WACF00E

WACF00Es use the same (or workalike) UART to WACF004 and patching the isa/acpi UART drivers to recognise them as the same makes it possible to tell X11 to use the tablet input of this computer. See braggy freebsd-hardware post by large.hadron.collider@gmx.com (me) for more info.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-08 20:42:19 UTC
A commit references this bug:

Author: ian
Date: Wed Mar  8 20:41:27 UTC 2017
New revision: 314918
URL: https://svnweb.freebsd.org/changeset/base/314918

Log:
  Add the pnp id for a Wacom 'WACF00e' tablet.

  PR:		217306
  Submitted by:	large.hadron.collider@gmx.com

Changes:
  head/sys/dev/uart/uart_bus_acpi.c
  head/sys/dev/uart/uart_bus_isa.c
Comment 2 Ellenor Bjornsdottir 2017-03-08 20:45:05 UTC
*blushes*
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-03-08 20:59:34 UTC
A commit references this bug:

Author: ian
Date: Wed Mar  8 20:58:56 UTC 2017
New revision: 314919
URL: https://svnweb.freebsd.org/changeset/base/314919

Log:
  Update the comment for the Wacom WACF00e to make it clear it's not an
  accidental duplicate of WACF004.

  PR:		217306

Changes:
  head/sys/dev/uart/uart_bus_isa.c
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-03-16 03:49:13 UTC
A commit references this bug:

Author: ian
Date: Thu Mar 16 03:49:06 UTC 2017
New revision: 315367
URL: https://svnweb.freebsd.org/changeset/base/315367

Log:
  MFC r314918, r314919:

    Add the pnp id for a Wacom 'WACF00e' tablet.

    Update the comment for the Wacom WACF00e to make it clear it's not an
    accidental duplicate of WACF004.

  PR:		217306

Changes:
_U  stable/11/
  stable/11/sys/dev/uart/uart_bus_acpi.c
  stable/11/sys/dev/uart/uart_bus_isa.c
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-03-16 15:44:03 UTC
A commit references this bug:

Author: ian
Date: Thu Mar 16 15:43:32 UTC 2017
New revision: 315417
URL: https://svnweb.freebsd.org/changeset/base/315417

Log:
  MFC r314918, r314919:

    Add the pnp id for a Wacom 'WACF00e' tablet.

    Update the comment for the Wacom WACF00e to make it clear it's not an
    accidental duplicate of WACF004.

  PR:           217306

Changes:
_U  stable/10/
  stable/10/sys/dev/uart/uart_bus_acpi.c
  stable/10/sys/dev/uart/uart_bus_isa.c
Comment 6 Ian Lepore freebsd_committer freebsd_triage 2017-03-28 03:22:06 UTC
Thank you for your contribution.