FreeBSD Bugzilla – Attachment 165337 Details for
Bug 206086
x11-drivers/xf86-input-wacom: Add new devices, fix hotplug and unplug dealock
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
hotunlug fix
patch-src-xf86Wacom.c (text/plain), 444 bytes, created by
Ivan Rozhuk
on 2016-01-09 23:29:33 UTC
(
hide
)
Description:
hotunlug fix
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2016-01-09 23:29:33 UTC
Size:
444 bytes
patch
obsolete
>--- src/xf86Wacom.c.orig >+++ src/xf86Wacom.c >@@ -672,6 +672,12 @@ > if (errno != EAGAIN && errno != EINTR) > LogMessageVerbSigSafe(X_ERROR, 0, > "%s: Error reading wacom device : %s\n", pInfo->name, strerror(errno)); >+ /* BSD specific code. */ >+ /* Hotplug code does not send remove dev notify because >+ * opened cuse dev cant be removed. */ >+ if (errno == EINVAL) >+ DeleteInputDeviceRequest(pInfo->dev); >+ > return; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jbeich
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 206086
:
165334
|
165335
| 165337 |
165339