summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2016-03-30Handle the TOUCH events from wsmouse.Ulf Brosziewski
With the changes for multitouch input, new event types have been introduced in wsmouse. There are separate types for contact count and width values, and RESET events for controlling/stopping pointer motion. ok mpi@, shadchin@
2016-03-11Remove support vax and XENOCARA_HAVE_SHARED_LIBS scaffolding.Okan Demirmen
ok matthieu@
2016-02-20No more aviionMatthieu Herrb
2015-12-25Explicitely include <sys/time.h> where needed.Matthieu Herrb
From pkgsrc (Takahiro Kambe) via Thomas Klausner. Thanks
2015-12-17Update to xf86-input-synaptics 1.8.3.Alexandr Shadchin
ok matthieu@
2015-12-17Update to xf86-input-keyboard 1.8.1.Alexandr Shadchin
ok matthieu@
2015-12-03Revert previous commit; the "blt" codepath is obviously not tested very wellMark Kettenis
and makes X crash.
2015-12-01Enable glamor where we support it.Mark Kettenis
Requested by jsg@
2015-11-15Partly disable acceleration on Broadwell. The inteldrm(4) driver fails toMark Kettenis
restore something properly after resume which makes the render ring get stuck. By defaulting to the "blt" acceleration method we avoid the use of this ring and the machine remains usable after resume. People who really want full 2D acceleration can still override the acceleration method in their xorg.conf. ok jsg@
2015-11-02sna/gen8: Clamp URB allocations for GT3Jonathan Gray
From Chris Wilson in 7a9bdadd71730adc5266bc6758982abec5917b93 Fixes rendering problems on Broadwell GT3 (Iris 6100/Iris Pro 6200) Tested by Thomas Weinbrenner on bugs@
2015-09-16xf86-video-modesetting is now part of xserver.Matthieu Herrb
2015-09-07Build xf86-video-wsfb on amd64 and i386. Can be used by efifb now.Matthieu Herrb
2015-08-29Read multiple events at once.Alexandr Shadchin
Before: Both drivers currently do one read(2) per event, but since we use a "sync" event we have a least two of them for ws(4) but more commonly 3 for ws(4) and 4 for synaptics(4). most of the code and ok mpi@
2015-08-23Update to xf86-video-geode 2.11.17Matthieu Herrb
Add compatibility with xserver 1.17, but on OpenBSD I had to disable reading of the 'XpressROM' that is used for directly connected panels.
2015-08-23Merge upstream commit to support xserver 1.17Matthieu Herrb
2015-08-23Merge from upstreams in preparation for xserver 1.17Matthieu Herrb
2015-08-23Merge from upstreams in preparation for xserver 1.17Matthieu Herrb
2015-08-23Prepare for xserver 1.17Matthieu Herrb
2015-08-23Merge from upstreams: Prepare for xserver 1.17Matthieu Herrb
2015-08-23Prepare for xserver 1.17Matthieu Herrb
2015-05-27On 2nd thought and after testing restore part the local changesMatthieu Herrb
by kettenis@ that are still needed: Fix a problem introduced by the libpciaccess conversion where the chip ID would be set wrong and the proper resources wouldn't be claimed.
2015-05-27One more extra diff with upstreams that escaped before.Matthieu Herrb
2015-05-27Revert local changes that are not needed anymore and that preventedMatthieu Herrb
some of the patches to 0.9.5 to apply correctly.
2015-05-27Fix merge issues that broke the build on i386. Reported by dan mclaughlinMatthieu Herrb
and others.
2015-05-24Update to xf86-video-trident 1.3.7Matthieu Herrb
2015-05-24Update to xf86-video-tdfx 1.4.6Matthieu Herrb
2015-05-24Update xf86-video-siliconmotion to 1.7.8Matthieu Herrb
2015-05-24Update xf86-video-savage to 2.3.8Matthieu Herrb
2015-05-24Update to xf86-video-ast 1.0.1Matthieu Herrb
2015-05-24Build wsudl(4) on armv7.Matthieu Herrb
2015-05-23Update to xf86-video-neomagic 1.2.9Matthieu Herrb
2015-05-23Update to xf86-video-mga 1.6.4Matthieu Herrb
2015-05-23Update to xf86-video-mach64 6.9.5Matthieu Herrb
2015-05-23Merge xf86-video-i740 1.3.5Matthieu Herrb
2015-05-23Merge cirrus driver version 1.5.3Matthieu Herrb
2015-04-14Update to xf86-video-ati 7.5.0. Discussed with jsg@Matthieu Herrb
2015-04-12Update to xf86-video-intel 2.99.916Matthieu Herrb
Fixes a display bug seenby ajacoutot@, ok jsg@ and kettenis@. newer X.Org (2.99.917 or master) version cause corruption on older machines (X40, i965), probably caused by a bug in our kernel, under investigation by kettenis@.
2015-04-11Update to xf86-input-synaptics 1.8.2.Alexandr Shadchin
ok matthieu@
2015-03-06Make sure the end of a motion is correctly detected even if the hardwareMartin Pieuchot
does not always report a 0 'w' value for two-finger contacts. Diff from Ulf Brosziewski. Fix a regression with Synaptics touchpads reported by Patrick keshishian and Henrik Friedrichsen on misc@. ok matthieu@, deraadt@
2015-02-17log read errors at verbose level 4 and above.Matthieu Herrb
This prevents filling /var/log/Xorg.0.log when a device gets disconnected. XXX more work is needed to actually disable it (and make it possible to automatically re-enable it when it becomes available again).
2015-02-09add support for 2560x1440 16:9 mode. ok matthieuTed Unangst
2015-02-09Keep cumulative coordinates values in sync with absolute ones.Martin Pieuchot
This improve "two-finger scrolling" on synaptics and will allow to have proper "click-and-drag" support on elantech. Note that this change is needed because wsmouse(4)/wscons(4) do not support multitouch events for the moment and every protocol supported by pms(4) do its own translation to fake such events. From Ulf Brosziewski, ok shadchin@
2015-01-25Ignore WSCONS_EVENT_SYNC events, suggested matthieu@.Alexandr Shadchin
2015-01-25Update to xf86-video-vmware 13.1.0Matthieu Herrb
2015-01-25Update to xf86-input-mouse 1.9.1.Alexandr Shadchin
ok matthieu@
2015-01-25Update to xf86-video-geode 2.11.16Matthieu Herrb
2015-01-24Update to xf86-input-synaptics 1.8.1.Alexandr Shadchin
ok matthieu@
2015-01-15Recognise the synaptics with sw buttons mouse type and set theJonathan Gray
clickpad and has_secondary_buttons properties. Initial diff from myself with additional changes from matthieu@
2015-01-14Prevent X crasher on my Acer Aspire (SiS driver)Sebastian Reitenbach
Patch found on Ubuntu bug tracker, But also mentioned in xorg bugs: 60891, 35763 OK matthieu@
2014-12-15Build xf86-video-intel with --enable-kms-only. The i810/i815 UMS codeJonathan Gray
builds but won't work as the X server stopped supporting XAA multiple major releases ago. Furthermore it requires the userland AGP interface that was removed from the kernel with 5.6. These devices should work fine with the vesa driver. ok kettenis@