summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
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@
2014-10-19Update to xf86-video-mga 1.6.3Matthieu Herrb
2014-10-19Update to xf86-video-savage 2.3.7.Matthieu Herrb
2014-09-27Update to xf86-video-vmware 13.0.2Matthieu Herrb
2014-09-27include <xf86.h> explicitely in preparation for xserver 1.16Matthieu Herrb
2014-09-27include <xf86.h> explicitely in preparation for xserver 1.16Matthieu Herrb
2014-09-24Reduce diffs with upstreams. No functional change.Matthieu Herrb
2014-08-20Remove duplicate AC_SUBST()Matthieu Herrb
2014-07-14No need to make openchrome dependant on libdrmMatthieu Herrb
2014-07-14regenMatthieu Herrb
2014-07-14This openchrome driver, built without dri support doesn't need libdrmMatthieu Herrb
2014-07-14Move the logic that says that the openchrome driver requires librmMatthieu Herrb
to the drivers Makefile, and don't build it if the user choose not to build libdrm.