IABSD.fr/xenocara/driver

Branch :


Log

Author Commit Date CI Message
a86fa301 2011-11-09 16:04:50 Remove call xf86CollectInputOptions. It is useless if second arg is NULL. ok matthieu@
ebf79542 2011-11-08 12:57:44 Mapping scroll events: on 4 and 5 buttons (vertical scrolling) on 6 and 7 buttons (horizontal scrolling) This is do default xf86-input-mouse, xf86-input-evdev. Also sync manual page. ok matthieu@
25e80ee6 2011-11-08 12:55:26 Correct clean bit for scroll buttons plus small optimisation. ok matthieu@
9272c2f8 2011-11-08 12:53:14 Process only changed button ok matthieu@
4ad39eb2 2011-11-08 12:51:32 Fix memory leak ok matthieu@
35b66ec5 2011-11-07 18:42:32 Replace xf86FindOptionValue on xf86SetStrOption. If option set as "", then xf86FindOptionValue returns "", and xf86SetStrOption returns NULL. ok matthieu@
7fbf1ea7 2011-11-07 18:38:12 Small fix manual page ok matthieu@
c581ee87 2011-11-07 18:36:53 Remove code for ABI_XINPUT_VERSION < 12 ok matthieu@
3d54603d 2011-11-07 18:33:04 Replace xf86Msg on xf86IDrvMsg. The latter provides a standardised message format in the form of driver name: device name: message ok matthieu@
a8eeddbe 2011-11-06 16:20:27 Remove prototype wsChangeControl, this is missing in last change
cfdb62bd 2011-11-06 10:21:06 Update to xf86-input-mouse 1.7.1. ok shadchin@
b0fa6c8d 2011-11-05 14:55:51 xalloc/xfree -> malloc/free and unifdef XFree86LOADER
6e6a33f5 2011-11-05 14:55:09 xalloc/xfree -> malloc/free
7d75c22b 2011-11-05 14:51:18 unifdef XFree86LOADER, this isn't optional anymore.
40c4e407 2011-11-05 14:40:51 Replace deprecated xalloc/xfree with malloc/free.
7a02c951 2011-11-05 14:32:44 Remove the temporarly hack for xserver post 1.9. In the process the xf86-input-citron driver is disconnected from the build since no one cared to update it for input drivers ABI version 12. Patches are welcome if someone still uses it.
0e181385 2011-11-05 14:01:47 Update to xf86-input-joystick 1.6.0 for good now.
0dd14d82 2011-11-05 13:54:08 Update to xf86-input-penmount 1.5.0
6a9eba6b 2011-11-05 13:51:49 Update to xf86-input-mutouch 1.3.0
b5ad791d 2011-11-05 13:49:26 Update to xf86-input-hyperpen 1.4.1
4147ddea 2011-11-05 13:47:11 Update xf86-input-fpit to version 1.4.0
e4b75af7 2011-11-05 13:45:13 Update xf86-input-elographics to 1.3.0
4bd8172e 2011-11-05 13:42:40 Update xf86-input-void to 1.4.0
139ccc72 2011-11-02 20:57:07 Remove the imstt driver, which has not been linked to the build for 5 years, and escaped previous purges
6d15c8ed 2011-10-16 17:54:07 Some cleanup: * remove trailing whitespace * remove odd pInfo->private = priv * remove wsChangeControl (not used) * remove useless actions in wsControlProc ok matthieu@
30c836d8 2011-09-23 16:53:49 Update to xf86-input-synaptics 1.5.0. ok mpi@, matthieu@
23611528 2011-09-17 16:26:40 regen
baa8826c 2011-09-17 16:25:32 Remove last bits of having xkeyboard-config optional.
4e607c59 2011-09-17 13:39:30 Cleaning of current solution for 'Kill X on Ctrl+Alt+Backspace on default' ok matthieu@
32d37404 2011-09-15 04:34:01 remove old unused file ok matthieu@
265817ab 2011-09-13 20:25:34 Update to xf86-video-geode 2.11.12. Tested on Alix 3C3.
bc1d2447 2011-09-13 19:31:42 Let the intel driver build with xserver >= 1.10. Reminded by shadchin@ ok oga@
c3ef58cf 2011-09-10 17:52:09 Hack to make testing of newer Xserver versions easier. The input driver ABI broke between xserver 1.9 and 1.10. Some drivers were updated to the new ABI without keeping compatibility So people testing Xserver 1.11 cant build the ones in xenocara until they are updated, but I don't want to break building from CVS. This is going away once xserver 1.11 and associated input drivers updates are committed
a40b5df9 2011-08-30 21:15:30 Switch to xkeyboard-config is done. Remove old xkbdata and unifdef it. ok shadchin@
8f3343ab 2011-08-21 09:11:07 Fix initial xkb_options setting. Restores Ctrl+Alt+Backspace behaviour. Strange that no one reported it beeing broken.
1fbe67fd 2011-08-21 04:57:21 Fix work serial mouse on X. Tested by Kent <kent at ripco.com> ok matthieu@
a8a33fb3 2011-07-17 13:53:00 fix bug "lock up" touchpad ( not allowing to move the pointer, or click ) ok matthieu@
be13f4d3 2011-07-17 13:08:38 Unifdef support for xinput ABI up to 10.
223f0b15 2011-07-16 17:51:30 Unifdef support for xinput ABI up to 10.
64adaaec 2011-07-16 17:50:41 Mention that this driver also supports ums(4), tweaks and white-space cleanups.
759486bc 2011-07-02 21:59:45 Revert update to xf86-input-joystick 1.6.0. This driver depends on xserver 1.10.
6b7dd51a 2011-07-02 21:03:42 Update to xf86-input-joystick 1.6.0
a1bae26b 2011-06-29 20:00:23 Code to configure the xkb layout and options from wscons setup has moved to the X server wscons hotplug driver. Tested by many, ok oga@
8c4c507c 2011-06-14 11:47:33 Let fr.dvorak kbdtype select the bepo xkb layout. Tested by Manuel Giraud. Thanks.
0b4ee085 2011-06-11 08:38:35 xkeyboard-config is using "base" not "xorg" as default rules. While there remove references to the unmaintained PC98 settings.
89a8ad01 2011-05-30 10:52:57 If you do not have XkbOptions in xorg.conf, it is automatically set to "terminate: ctrl_alt_bksp" (only if XENOCARA_USE_XKEYBOARD_CONFIG=Yes) tested ajacoutot@, ok matthieu@
aec35148 2011-05-08 10:38:13 fix xf86-input-ws on xserver 1.9 and earlier. <xorg-server.h> is needed to get the proper Xinput ABI definition from other headers.
ffcee74b 2011-05-08 09:27:57 Enable xf86-input-synaptics on i386 and amd64.
83ee52a2 2011-05-07 17:30:31 Add support new ioctl WSMOUSEIO_SETMODE. ok matthieu@
dbccdef0 2011-05-07 08:47:55 Update to xf86-video-siliconmotion 1.7.5
a50e5961 2011-05-07 08:46:13 Update to xf86-video-vmware 11.0.3
9c27e339 2011-05-07 08:37:30 Update to xf86-video-chips 1.2.4
6c17fba1 2011-05-07 08:35:18 Update to xf86-input-acecad 1.5.0.
00c5cd66 2011-05-02 21:48:06 Choose the r600 driver for r600+ chipsets, not r300. This should stop the annoying errors for gl on r{6,7}00 chipsets. Support for GL on these cards is coming soon.
d43c4afa 2011-04-25 18:49:37 Skip the 'conf' directory which installs hal/udev Linux only stuff.
590356dd 2011-04-25 18:46:10 Nuke bare RCS Id's
3a3aee20 2011-04-25 14:10:23 Update to xf86-input-vmmouse 12.7.0.
77f922ec 2011-04-25 13:04:44 Update configure.ac to match recent upstreams changes. Bump version to 1.1.0
a8c36ce6 2011-04-25 13:01:46 Handle obsolete X{alloc,free,realloc} functions.
60601689 2011-04-25 12:50:28 Adapt to xinput API revision 12 (xserver 1.10).
1bf60a50 2011-04-24 15:55:12 xf86-input-ws 1.3.0: - API compatibility with Xserver 1.10 - sync build system with other Xorg input modules
8a0fa356 2011-04-22 18:35:19 update to xf86-input-mouse 1.7.0 ok matthieu@
ec4b63b6 2011-04-22 18:33:36 update to xf86-input-keyboard 1.6.0 ok matthieu@
7b1af5e7 2011-04-17 17:21:58 mach64: fix for the pixmap private API change in future X server versions.
9cb423af 2011-04-10 12:04:29 Add support wscons (upstream + implementation) ok matthieu@
eb14eec6 2011-04-09 08:38:27 Import xf86-input-synaptics 1.4.0 ok matthieu@
2cc47a12 2011-03-08 07:59:23 add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
0c02cbb2 2011-02-28 19:17:12 Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg properly restore the video mode upon exit on macppc. ok matthieu@, deraadt@
e2f9a8fd 2011-02-21 19:28:39 Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg properly restore the video mode upon exit on macppc and sparc64. Already merged upstream. ok matthieu@, no objection miod@
f98a26f8 2011-02-19 19:51:53 Disable Xorg on alpha. Xrender is broken since 2 releases and I still don't know how to fix it. ok miod@, todd@
be5ccdb8 2011-02-11 21:01:55 Avoid dereferencing a NULL pointer during VT switches when composite is active. Fix confirmed to fix observed crash by dcoppa@ canacar@. ok marco@.
eccb1b24 2011-02-08 20:50:35 Fix a crash in zaphod mode if one screen is not present. tested by jasper@, shadchin@. ok shadchin@.
89dd5697 2011-01-02 14:04:18 Enable Xorg and a few drivers on hppa. Only wsudl works for now.
1bc0a6ee 2010-12-07 21:54:11 Update to xf86-video-geode 2.11.10. Tested on Alix 3C3.
0e9fe799 2010-12-06 21:58:03 Don't call xf86DPMSInit() twice. Since it wraps CloseScreen(), this has disastrous effects. Gets rid of some duplicated code as a bonus. Fixes X server crashes that appeared with the xserver 1.9.2 import. ok miod@
1e05eb44 2010-12-05 20:25:26 It seems the code dealing with YV12 doesn't need to do a byte swapping dance on sparc64. So simplify the code. Makes mplayer play video without weird colors. ok matthieu@
0dcb43ee 2010-12-05 19:38:31 Update to xf86-video-savage 2.3.2. Committed from a Savage4 card.
a12e48e1 2010-12-05 16:15:41 Remove empty .TP that make mandoc puke. Noticed by kettenis@
b118e281 2010-11-29 21:17:47 Remove a bunch of video drivers that were never built on OpenBSD and are unlikely to be ported in the future. no objection from miod@ krw@.
e4792f25 2010-11-29 20:49:44 Update to xf86-video-apm 1.2.3
da250ff1 2010-11-27 14:41:06 update to xf86-input-keyboard 1.5.0 Tested by ajacoutot@, shadchin@, jasper@ and landry@. Thanks.
21c462b4 2010-11-26 16:53:00 Add a nasty little hack to make keyboard selection work for Swiss keyboard encodings and the Canadian French one. The way XkbLayout and XkbVariant work for this encodings changed some long time ago and the result was that you would end up with no keyboard at all in X. Now XkbVariant includes part of the layout selection which is about as ugly and makes the wscons mapping a bit tricky. OK matthieu@, maja@
aa9ee11f 2010-11-26 06:07:47 Remove sunmouse protocol decoder. Now sunmouse works through wsmouse. The sunmouse protocol decoder is a local addition (it was added by millert@ back in 2002 and never merged upstreams. ok matthieu@, miod@
d0f32625 2010-11-25 22:03:22 Update to xf86-video-ast 0.91.10
010f1e8e 2010-11-21 15:13:51 Update to xf86-input-mouse 1.6.0. ok matthieu@
5af17562 2010-11-06 21:07:52 Update to xf86-input-void 1.3.1. No functional change.
419d03f9 2010-11-05 12:30:03 Update to xf86-video-geode 2.11.9. A bunch of bug fixes and performance improvements. Tested on Alix 3c3.
dd9a6776 2010-10-17 10:31:04 MFC: fixes crashes on r600 with cairo 0.10. Tested by espie@ and brad@ commit 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e Author: Michel Daenzer <daenzer@vmware.com> Date: Thu Sep 3 14:55:05 2009 +0200 EXA: Check for solid/gradient pictures the same way for all generations. In particular, also catch them for >= R300. commit 87d7235790866f9c19ef08972d5237f09d940cd9 Author: Alex Deucher <alexdeucher@gmail.com> Date: Thu Nov 5 10:23:03 2009 -0500 EXA: fallback if no pMaskPicture->pDrawable A solid or gradient mask could be used for blending the source picture onto the destination picture. Fixes fdo bug 24838
3423f46a 2010-08-29 15:24:28 remove checks for xf1bpp and xf4bpp support, since they are not used.
08c40d6e 2010-08-29 15:20:40 Add missing headers for ioctl() and getpagesize() prototypes.
bf7e77b9 2010-08-29 15:05:55 XFree86(1) -> __xservername__(1). __xservername__ is a macro that gets replaced by the actual X server (Xorg currently) by the build system.
fcff2a04 2010-08-29 14:58:23 Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams. No functionnal change.
a52d3721 2010-08-29 14:43:17 Update after module loader simplification upstreams. Fixes loading in xserver 1.8. ok miod@.
7ed4db88 2010-08-25 20:29:35 remove annoying is lvds / is crt errorf calls ok fgs@ matthieu@ oga@
0e3d3586 2010-08-22 12:29:27 Update to xf86-video-nv 2.1.18. Tested at least by krw@, benoit@ and giovanni@.
3734d790 2010-08-22 12:24:54 Update to xf86-video-mga 1.4.13.
bd8dbdc2 2010-08-22 12:19:00 Update to xf86-video-vmware 11.0.2. No functionnal change.
54f1cd81 2010-08-22 12:11:57 Update to xf86-input-vmmouse 12.6.10. No functionnal change.
3998488d 2010-08-21 14:00:58 Merge commits 838 and 840 from trunk: Fix bug with suspend and VT switch on VX800 and 64bit systems (tested by jakemsr@) Fix segfaults with EXA and XV (Ticket #359) Tested on K8M890 and VN800
b1ae736e 2010-08-04 22:28:36 Commit the right version of the file: we want to remove XkbLayout from the defaults, no XkbModel.