matthieu
3d060c0d86
oops should not have committed this. Noticed by deraadt@.
2008-05-21 20:27:45 +00:00
matthieu
4203da792a
Update to xf86-video-intel 2.3.1. Tested by many.
2008-05-21 20:19:51 +00:00
maja
d802806210
Convert some wscons keyboard layouts to correct X names. -moj
...
ok @johan @oga and @matthieu
2008-05-04 22:45:35 +00:00
matthieu
cd2e1b318d
If the wskbd map is 'user' don't try to set the xkb layout.
...
Tested by okan@ ok oga@.
2008-04-20 19:28:14 +00:00
oga
73d1e76463
Update SiS driver to 0.10
...
Tested by todd.
ok Matthieu.
2008-04-19 14:03:12 +00:00
matthieu
d0af8d36f0
update to xf86-video-radeonhd-1.2.1.
2008-04-19 14:02:04 +00:00
matthieu
c00de1725a
Update to xf86-video-radeonhd 1.2.0. Tested by jdixon@ and jasper@
2008-04-19 13:41:45 +00:00
matthieu
11509342cd
When running without an xorg.conf file, use the current wscons keymap
...
to setup XkbLayout and XkbOptions. Idea and original code from reyk@,
some tweaks by me. ok oga@.
2008-04-16 19:45:22 +00:00
matthieu
348bddcecc
The v4l driver is a linux-only driver. Bye.
2008-04-12 14:43:19 +00:00
matthieu
d7941e9f74
regen with autoconf 2.59p2.
2008-04-09 06:12:30 +00:00
matthieu
67a3a88d68
Update to Intel driver 2.2.1. But change default accelmethod to XAA.
...
Tested by landry@, oga@, steven@, jakemsr@.
2008-03-30 13:51:30 +00:00
matthieu
bbc31bf586
Introduce bsd.xconf.mk to set default config variables used
...
at several places in the Xenocara build in a central place instead
of duplicating the checks all over the place. ok oga@.
2008-03-25 23:41:50 +00:00
matthieu
7830df18ed
Regen with autoconf 2.59-p2, with AM_SANITY check zapped.
2008-03-15 18:08:24 +00:00
matthieu
420aa0bdcb
Fix from X.Org repository pointed out by brad@
...
Add pipe A force enable quirk for ThinkPad X40
ThinkPad X40s need this quirk or they'll crash frequently.
2008-02-22 08:26:32 +00:00
matthieu
43e542a007
Merge intel driver version 2.2.0.90.
2008-02-11 20:16:03 +00:00
matthieu
bc47e6dc51
Import intel driver v 2.2.0.90. tested by many, including krw@ kettenis@,
...
jakemsr@, landry@, beck@ and oga@. Thanks.
2008-02-11 20:09:36 +00:00
matthieu
d33aacaadc
Make it possible to build dri support with XENOCARA_BUILD_DRI=yes in
...
/etc/mk.conf. ok oga@
2008-02-02 17:19:57 +00:00
jasper
d9342fa302
add some missing TRACE_EXITs
...
ok matthieu@
2008-01-20 18:45:06 +00:00
matthieu
e57147883e
regen
2008-01-16 23:25:31 +00:00
matthieu
dc769e8a75
Based on a suggestion and an initial patch by kettenis@, build
...
both the old i810 and the new intel drivers on i386, and let X
autoconfiguration code choose the one that is used based on the chipset.
Tested by landry@ and a few others.
2008-01-16 23:20:50 +00:00
matthieu
856e0243ab
Support GeForce 8800 GT. From X.Org git repository.
2008-01-15 07:37:23 +00:00
jasper
dd0c736739
- tweak and clean up comments
...
ok matthieu@
2008-01-14 08:02:36 +00:00
jasper
ec99c0e1cf
- mention OpenBSD/sgi
...
- new sentence, new line (kinda ok'd)
ok jmc@ matthieu@
2008-01-13 16:30:33 +00:00
matthieu
02cf527c77
Merge xf86-video-nv 2.1.6
2008-01-12 16:33:31 +00:00
matthieu
e63dd002ce
xf86-video-nv 2.1.6
2008-01-12 16:28:55 +00:00
matthieu
f05de6e1bd
Enable some drivers for sgi. Missed by jsing@.
2008-01-05 17:53:33 +00:00
matthieu
f740d08ece
Merge xf86-video-radeonhd 1.1.0. Tested by wilfried@.
2008-01-05 17:34:43 +00:00
matthieu
a3a580daed
xf86-video-radeonhd 1.1.0
2008-01-05 17:28:11 +00:00
jsing
385bbc9fcb
Teach wsfb about WSDISPLAY_TYPE_GBE.
...
ok matthieu@
2008-01-04 04:20:15 +00:00
sthen
70eb0d8fab
Scale device resolution here as well to cater for the interface removed
...
in X.org 7.3 and not yet replaced. Fixes "screen" mode in Gimp until that
happens (but not "window" mode).
ok matthieu
2007-12-14 23:14:26 +00:00
matthieu
924afde21f
Merge from X.Org -current:
...
Don't check if the device is a core device or not.
Remove call to xf86IsCore (doesn't exist anymore anyway) and unconditionally
try to generate ProximityEvents. The device should not bother whether it's a
core event or not, it's all handled in the dix now.
pointed to by sthen@.
2007-12-14 22:29:44 +00:00
matthieu
eade2b8782
merge from xorg -current:
...
- don't carch when xf86IsCorePointer() isn't defined.
- do our own scaling with USB device since ConvertProc() isn't called
automatically by X
- set type_name to XI_TABLET
- fake device limits == screen limits in xserver 1.4 for xinput
pointed out by sthen@
2007-12-14 22:24:38 +00:00
matthieu
2a2c29e078
- Restore some local OpenBSD changes that got lost when the file moved to
...
xf86-input-keyboard: privsep support, LK[24]01 support.
- fix parameters order in printWsType().
2007-12-12 21:38:01 +00:00
sthen
71b3862978
fix usbtablet(4) for 7.3 by removing xf86IsCorePointer() check
...
and work-around the lack of calls to the functions which convert
tablet->screen co-ordinates.
ok matthieu
2007-12-11 23:56:08 +00:00
matthieu
03229da51b
Xorg bug #13144 : Don't flush buttons, release events can cause paste events.
...
Reported by claudio@.
2007-12-10 20:25:17 +00:00
matthieu
1b3b2f7d54
Default to XAA acceleration since EXA produces stack overflows for now.
2007-12-08 17:53:07 +00:00
matthieu
3fafd42d87
Link the radeonhd driver to the builds.
2007-12-04 22:41:21 +00:00
matthieu
362124eea9
BSD Makefile + regen autotools files
2007-12-04 22:27:40 +00:00
matthieu
6dd37805a1
xf86-video-radeonhd 1.0
2007-12-04 22:20:01 +00:00
matthieu
3f486538fb
remove this Linux-only driver. I don't know why I initially imported it.
2007-11-27 17:20:38 +00:00
matthieu
7b2d1daf02
- disable dri support explicitely for now.
...
- fix some merge botches. Long live CVS.
2007-11-25 18:44:17 +00:00
matthieu
677d5abb5d
merge xf86-input-spaceorb 1.1.1
2007-11-24 21:28:47 +00:00
matthieu
cda3cac69d
xf86-input-spaceorb 1.1.1
2007-11-24 21:25:42 +00:00
matthieu
1a7c5a2e3e
merge xf86-input-magellan 1.1.1
2007-11-24 21:13:37 +00:00
matthieu
2cd6bd0b24
xf86-input-magellan 1.1.1
2007-11-24 21:10:11 +00:00
matthieu
b972604173
merge xf86-input-acecad 1.2.1
2007-11-24 21:06:05 +00:00
matthieu
5212aa9d2c
xf86-input-acecad 1.2.1
2007-11-24 21:02:37 +00:00
matthieu
c57cdcb660
merge xf86-input-vmmouse 12.4.3
2007-11-24 20:52:25 +00:00
matthieu
f497ca5fa4
xf86-input-vmmouse 12.4.3
2007-11-24 20:46:03 +00:00
matthieu
56e7cfaabc
merge xf86-input-void
2007-11-24 20:44:54 +00:00
matthieu
7e653d58ae
xf86-input void 1.1.1
2007-11-24 20:41:16 +00:00
matthieu
5aec5087eb
merge xf86-video-intel 2.2.0
2007-11-24 20:08:18 +00:00
matthieu
f3bee37078
xf86-video-intel 2.2.0
2007-11-24 19:44:16 +00:00
matthieu
2162166047
merge xf86-input-keyboard 1.2.2
2007-11-24 19:09:38 +00:00
matthieu
195f4de445
merge xf86-input-mouse 1.2.3
2007-11-24 19:06:17 +00:00
matthieu
1dd11723a3
xf86-input-mouse 1.2.3
2007-11-24 18:53:25 +00:00
matthieu
9d62481cc1
xf86-input-keyboard 1.2.2
2007-11-24 18:51:53 +00:00
matthieu
dbd00c4776
From Aaron Plattner in X.Org git:
...
G80 bug #12637 : Unwedge the hardware if the BIOS left it stuck.
Fixes Thinkpad R61 display lockup for niklas@ and espie@.
2007-10-15 20:13:05 +00:00
matthieu
cb1740933f
merge xf86-video-nsc 2.8.3
2007-09-30 18:06:04 +00:00
matthieu
ee9e21cadf
xf86-video-nsc 2.8.3
2007-09-30 18:01:20 +00:00
matthieu
38f249e391
merge xf86-video-savage 2.1.3
2007-09-30 15:02:13 +00:00
matthieu
e5b75a59c1
xf86-video-savage 2.1.3
2007-09-30 14:57:19 +00:00
matthieu
8b96042c3c
merge xf86-video-nv 2.1.5
2007-09-30 14:24:14 +00:00
matthieu
a4146607a6
xf86-video-nv 2.1.5
2007-09-30 14:17:11 +00:00
matthieu
ceb782213d
Add missing field in InputDriverRec initializer
2007-09-01 09:45:39 +00:00
mbalmer
8c99efbd1e
Fix some typos.
...
ok matthieu
2007-08-25 10:24:15 +00:00
matthieu
abf6834ffc
regen
2007-08-23 19:14:11 +00:00
matthieu
6e24970870
bump version to 1.2
2007-08-23 19:12:29 +00:00
matthieu
52cba1eed6
Add compatibility with new XInput API. From Blair Sadewitz.
2007-08-23 19:10:33 +00:00
reyk
dcd6bea211
Add support for the mobile i965GM chipset.
...
tested by many
ok matthieu@
2007-08-04 19:55:21 +00:00
matthieu
8e06b3eaed
Fix crash during resolution change. From debian bug #423485 ,
...
by Tormod Volden pointed at by Ryan Freeman. Thanks.
Has been in snapshots for a while without complaints.
2007-08-04 19:34:21 +00:00
matthieu
7499e731ed
regen
2007-07-29 10:43:23 +00:00
matthieu
9a6a402f63
Remove RCS Id
2007-07-29 10:43:12 +00:00
matthieu
0f1f38e9f0
regen
2007-07-29 10:27:00 +00:00
matthieu
b19e1aa7ef
Initialize 'dz' again in the input routine. Fixes breakage introduced
...
in 1.2 and noticed by robert@.
2007-07-27 06:49:39 +00:00
ajacoutot
80c4160d9e
- most users expect a "mouse" man page ; let's give them one using a
...
link to mousedrv(4)
inputs and ok matthieu@
2007-07-04 12:52:46 +00:00
mk
253e1abd9d
The "Type" option is mandatory so put it in synopsis. Also, fix a small
...
sentence.
ok matthieu jmc
2007-06-24 16:33:15 +00:00
matthieu
b8d59e4119
sync
2007-06-08 22:12:49 +00:00
matthieu
ba395da828
Import xf86-video-nv version 2.0.2. Adds new chipsets support.
2007-06-08 22:09:04 +00:00
matthieu
88274e27b0
Pull a patch written by Alan Houriane in X.Org -current driver and
...
found by art@ as a fix for some memory corruption he has been seeing
on his laptop.
It also seems to make X more reliable after resume on my X40.
2007-06-07 20:43:14 +00:00
matthieu
aae2fb59f3
Fix build with EXA disabled.
2007-05-29 17:43:22 +00:00
matthieu
2deb9691e5
Add .Xr uts(4), xtsscale(8).
2007-05-26 17:29:26 +00:00
matthieu
3c38043a80
sync
2007-05-26 17:28:29 +00:00
matthieu
b3347c1344
bump version for w-axis support.
2007-05-26 17:28:01 +00:00
matthieu
7b632d8eb7
Add support for mapping 'W' axis to buttons.
2007-05-26 17:24:45 +00:00
matthieu
987805ed7b
- Disable OpenGL parts on vax and sgi
...
- Disable Xprt on vax and landisk
Xenocara now builds on vax
2007-05-12 14:24:59 +00:00
matthieu
a5dd1a0f30
No X server, no drivers on landisk.
2007-05-10 19:35:29 +00:00
matthieu
3a8e461dc8
Keep architecture lists sorted.
2007-05-08 16:33:02 +00:00
todd
9c936fe656
no video driver for hppa for now
2007-05-08 14:46:39 +00:00
matthieu
02f3c1452c
Don't build wsfb on i386 until it's ready.
2007-04-20 10:23:52 +00:00
matthieu
2ab61eefc4
Add missing break that broke UYVY video format decoding. From X.Org git
...
via Jacob Meuser.
2007-04-19 20:08:12 +00:00
todd
bd2bb943a1
do not build input drivers for hppa since we do not build an
...
X server for now
2007-04-10 13:23:52 +00:00
matthieu
9bb4a809a9
Bring back i945GM support that was left out because I used an
...
out-of-date XF4 tree when importing this driver. Noticed and tested
by krw@. Thanks.
2007-04-07 17:01:02 +00:00
matthieu
59f5abf1da
Disable the xf86-video-intel driver on i386 until it's fixed,
...
revert to the working xf86-video-i810 driver
2007-04-04 20:34:08 +00:00
matthieu
97df95ae42
Add autotools generated files, remove .cvsignore
2007-04-04 20:32:44 +00:00
matthieu
0e825302fc
Import the i810 driver version 1.4.1 plus OpenBSD patches,
...
that shipped with OpenBSD 3.9/4.0 and that actually works.
2007-04-04 20:17:39 +00:00
matthieu
e8b1f4391f
Remore a workaround for an old bug in XFree86 4.1 that doesn't exist
...
anymore, and that is now causing spam in Xorg.0.log.
Reported by Stuart Henderson. Thanks.
2007-04-01 19:07:36 +00:00
matthieu
225b3b4147
regen with libtool 1.5.22p9
2007-03-31 20:22:29 +00:00
matthieu
4cfaaf76be
regen
2007-03-29 21:50:58 +00:00
matthieu
99be9c7d38
This driver needs libusbhid. Noticed by Stuart Henderson.
2007-03-29 21:47:39 +00:00
matthieu
7ce1c24458
Still need to disable the PLL_DELAY errata on M6 chips. Confirmed by espie@
2007-03-26 21:27:46 +00:00
matthieu
00a847b3f8
regen with libtool 1.5.22p9
2007-03-25 13:02:54 +00:00
matthieu
a98199b745
regen with automake 1.9.6p2
2007-03-18 22:41:20 +00:00
matthieu
6637a9a36e
regen with automake 1.9.6p2
2007-03-18 22:29:12 +00:00
matthieu
c81ea99627
regen
2007-03-17 11:25:44 +00:00
matthieu
a3fb74c98b
Build the ws input driver on all platforms now that we have uts(4).
...
Requested by robert@
2007-03-16 23:30:27 +00:00
matthieu
7ebff42819
regen
2007-03-16 01:32:18 +00:00
matthieu
c7fd73e3ff
regen
2007-03-03 09:53:37 +00:00
matthieu
27718acf95
Import xf86-video-i810 version 1.7.4
2007-03-03 09:49:28 +00:00
matthieu
2408241671
regen
2007-03-03 09:47:14 +00:00
matthieu
449afc781f
merge X.Org version 0.2.1
2007-03-03 09:44:22 +00:00
matthieu
3f64f97e9f
Import xf86-video-wsfb version 0.2.1
2007-03-03 09:38:59 +00:00
matthieu
58751f7e8f
regen
2007-03-03 09:36:13 +00:00
matthieu
6594242c1f
Import xf86-video-fbdev version 0.3.1
2007-03-03 09:31:49 +00:00
matthieu
f16e0132b8
regen
2007-03-03 09:10:54 +00:00
matthieu
0144ae8dc8
Import xf86-video-nv version 1.2.2.1
2007-03-03 09:06:11 +00:00
matthieu
a19a904f87
regen
2007-03-03 09:03:30 +00:00
matthieu
7ad8f8349a
Import xf86-video-mga version 1.4.6.1
2007-03-03 09:00:15 +00:00
matthieu
cc002b841b
Revert some bits of previous commit that leaked in by accident.
2007-01-02 14:04:55 +00:00
matthieu
d3279a072b
Fix shadowfb initialisation again, from X.Org -current.
2007-01-02 13:54:05 +00:00
matthieu
282081a777
Provide a better way to customize the list of drivers per architecture.
...
Enable the via driver on i386 now that libdrm is available.
2007-01-01 10:36:43 +00:00
matthieu
a5c193b05a
remove update target
2006-12-17 19:52:56 +00:00
matthieu
14c6faa1ac
This driver is no longer part of X.Org.
...
New master site: http://aiptektablet.sourceforge.net/
2006-12-17 11:23:00 +00:00
matthieu
65cf59e47a
xf86-video-rendition 4.1.3
2006-12-17 11:13:41 +00:00
matthieu
b943161510
xf86-video-nv 1.2.2
2006-12-17 11:09:37 +00:00
matthieu
b915b0be10
xf86-video-mga 1.4.6
2006-12-17 11:05:41 +00:00
matthieu
8efe7f4fcd
regen
2006-12-17 10:50:47 +00:00
matthieu
7c3e2dc997
regen
2006-12-16 21:09:40 +00:00
matthieu
89002c4bdb
xf86-video-vmware 10.14.1
2006-12-16 21:06:24 +00:00
matthieu
7939bbf8ff
regen
2006-12-16 21:04:37 +00:00
matthieu
b09e749883
xf86-video-intel 1.7.3
2006-12-16 21:01:39 +00:00
matthieu
b839e9dcca
regen
2006-12-16 20:03:19 +00:00
matthieu
2f711e281c
xf86-video-i128 1.2.1 from X.Org 7.2RC3
2006-12-16 19:59:27 +00:00
matthieu
8bc0002423
regen
2006-12-16 19:34:39 +00:00
matthieu
485391e465
xf86-video-vesa 1.3.0 from X.Org 7.2RC3
2006-12-16 19:31:19 +00:00
matthieu
1c5cd314d7
regen
2006-12-16 19:17:44 +00:00
matthieu
6db02a617a
xf86-video-nv 1.2.1 from X.Org 7.2RC3
2006-12-16 18:33:56 +00:00
matthieu
98ee6405c2
regen
2006-12-16 18:17:10 +00:00
matthieu
84bc779018
xf86-video-sis 0.9.3 from X.Org 7.2RC3
2006-12-16 18:07:34 +00:00
matthieu
193fd75b5b
regen
2006-12-16 18:05:55 +00:00
matthieu
3d721e39ee
xf86-video-mga 1.4.5 from X.Org 7.2RC3
2006-12-16 18:00:29 +00:00
matthieu
b3f1e1fc1a
regen
2006-12-16 17:40:01 +00:00
matthieu
124e493089
xf86-video-s3 0.5.0 from X.Org 7.2RC3
2006-12-16 17:04:43 +00:00
matthieu
25b4fb82c8
Remove a debugging printf
2006-12-08 21:57:37 +00:00
matthieu
a98f016822
OpenBSD modification: IBookHack option.
2006-12-03 17:58:02 +00:00
matthieu
d27091245a
don't use fbdev on non-linux systems
2006-12-03 17:35:02 +00:00
matthieu
05ef052435
lost one _X_EXPORT from X.Org in local changes merge.
2006-12-03 17:04:08 +00:00
matthieu
9f82e0c9bb
Change XF86_VERSION_CURRENT to XORG_VERSION_CURRENT in WsfbVersRec
...
(From Alan Coopersmith via X.Org git repository).
2006-12-03 16:36:56 +00:00
matthieu
81cb2c3665
Adapt wsfb to shadowfb changes in X.Org 7.2.
2006-12-03 16:32:48 +00:00
matthieu
73d39e0977
Add support for vesafb to the wsfb driver. This makes it possible to
...
run an unaccelerated and unprivileged X server
with machdep.allowaperture=0 on i386.
2006-11-29 20:07:10 +00:00
matthieu
25014830bc
This file is part of the build infrastructure.
2006-11-29 14:39:25 +00:00
matthieu
34169bfef2
Tweak the list of drivers built depending on the machine a bit more.
2006-11-29 14:38:08 +00:00
matthieu
8052af4877
disable fbdev.
2006-11-29 13:26:12 +00:00
matthieu
161a0bb55b
OpenBSD modifications: no special treatement of sparc keyboard.
2006-11-28 20:31:31 +00:00
matthieu
ad2506dca6
OpenBSD modifications: sunmouse protocol.
2006-11-28 20:30:49 +00:00
matthieu
3bf7c6ba9b
Sync with XF4
2006-11-28 19:59:08 +00:00
matthieu
cd9eb53273
regen
2006-11-28 19:02:33 +00:00
matthieu
df4cfb3429
Remove RCS Ids
2006-11-28 12:15:32 +00:00
matthieu
b455532e54
$Xenocara$ -> $OpenBSD$
2006-11-27 19:56:35 +00:00
matthieu
78e2e44741
$Xenocara$ -> $OpenBSD$
2006-11-27 19:27:25 +00:00
matthieu
99f184625d
regenerate with OpenBSD autotools
2006-11-27 14:55:05 +00:00
matthieu
c89ff6cdb1
add files generated by autotools
2006-11-27 00:12:40 +00:00
matthieu
f9fcc8e487
Bug fixes from X.Org ati-6.6-branch head.
2006-11-27 00:04:55 +00:00
matthieu
e52ba56f75
OpenBSD modification: Save/restore palette on textmode save/restores too.
2006-11-27 00:03:43 +00:00
matthieu
81519edd65
regen with OpenBSD autotools
2006-11-27 00:01:31 +00:00
matthieu
0bb378f0f2
Build infrastructure for driver
2006-11-26 23:05:50 +00:00
matthieu
9166f247bd
Import usbtablet input driver from XF4
2006-11-26 22:29:39 +00:00
matthieu
174a81aa83
Import ws input driver from XF4
2006-11-26 22:27:25 +00:00
matthieu
c05147a542
Importing xf86-video-wsfb 0.2.0
2006-11-26 20:21:50 +00:00
matthieu
789078f4af
Importing xf86-video-voodoo 1.1.1
2006-11-26 20:21:27 +00:00
matthieu
a8df38062f
Importing xf86-video-vmware 10.14.0
2006-11-26 20:20:56 +00:00
matthieu
d542734fc0
Importing xf86-video-via 0.2.2
2006-11-26 20:20:18 +00:00
matthieu
911e9a3237
Importing xf86-video-vga 4.1.0
2006-11-26 20:19:49 +00:00
matthieu
c274e2bb7b
Importing xf86-video-vesa 1.2.2
2006-11-26 20:19:26 +00:00
matthieu
acb1509bf4
Importing xf86-video-v4l 0.1.1
2006-11-26 20:18:56 +00:00
matthieu
9976626bb4
Importing xf86-video-tseng 1.1.1
2006-11-26 20:18:30 +00:00
matthieu
9a7b59f46f
Importing xf86-video-trident 1.2.3
2006-11-26 20:17:56 +00:00
matthieu
b6422946ac
Importing xf86-video-tga 1.1.0
2006-11-26 20:17:29 +00:00
matthieu
3245499a29
Importing xf86-video-tdfx 1.2.2
2006-11-26 20:17:02 +00:00
matthieu
e190c57882
Importing xf86-video-suntcx 1.1.0
2006-11-26 20:16:35 +00:00
matthieu
7b580fa702
Importing xf86-video-sunleo 1.1.0
2006-11-26 20:16:09 +00:00
matthieu
3a259de7f0
Importing xf86-video-sunffb 1.1.0
2006-11-26 20:15:39 +00:00
matthieu
f3145dd3f1
Importing xf86-video-suncg6 1.1.0
2006-11-26 20:15:14 +00:00
matthieu
3d0686a712
Importing xf86-video-suncg3 1.1.0
2006-11-26 20:14:49 +00:00
matthieu
f37502847a
Importing xf86-video-suncg14 1.1.0
2006-11-26 20:14:24 +00:00
matthieu
8fd2ce0737
Importing xf86-video-sunbw2 1.1.0
2006-11-26 20:13:58 +00:00
matthieu
c5551f7d14
Importing xf86-video-sisusb 0.8.1
2006-11-26 20:13:26 +00:00
matthieu
ec4608e834
Importing xf86-video-sis 0.9.2
2006-11-26 20:12:30 +00:00
matthieu
0de5eed37f
Importing xf86-video-siliconmotion 1.4.2
2006-11-26 20:12:01 +00:00
matthieu
b778e48d95
Importing xf86-video-savage 2.1.2
2006-11-26 20:11:26 +00:00
matthieu
aa552bbebd
Importing xf86-video-s3virge 1.9.1
2006-11-26 20:10:58 +00:00
matthieu
334fe91734
Importing xf86-video-s3 0.4.1
2006-11-26 20:10:32 +00:00
matthieu
e61e49eb64
Importing xf86-video-rendition 4.1.2
2006-11-26 20:10:12 +00:00
matthieu
e953f3378a
Importing xf86-video-nv 1.2.0
2006-11-26 20:09:30 +00:00
matthieu
81a6a36a00
Importing xf86-video-nsc 2.8.2
2006-11-26 20:08:35 +00:00
matthieu
c10fbdc3c7
Importing xf86-video-newport 0.2.1
2006-11-26 20:08:09 +00:00
matthieu
a9743d3812
Importing xf86-video-neomagic 1.1.1
2006-11-26 20:07:38 +00:00
matthieu
ee529ef9e9
Importing xf86-video-mga 1.4.4
2006-11-26 20:06:58 +00:00
matthieu
9362d53eb6
Importing xf86-video-i810 1.7.2
2006-11-26 20:06:13 +00:00
matthieu
ac7dda357f
Importing xf86-video-imstt 1.1.0
2006-11-26 20:05:48 +00:00
matthieu
89aa54102a
Importing xf86-video-impact 0.2.0
2006-11-26 20:05:22 +00:00
matthieu
1e831521b3
Importing xf86-video-i740 1.1.0
2006-11-26 20:04:54 +00:00
matthieu
f1c9d18471
Importing xf86-video-i128 1.1.0.6
2006-11-26 20:04:28 +00:00
matthieu
a659c98d9e
Importing xf86-video-glint 1.1.1
2006-11-26 20:03:49 +00:00
matthieu
bb6d04de57
Importing xf86-video-fbdev 0.3.0
2006-11-26 20:03:18 +00:00
matthieu
e61a19c751
Importing xf86-video-dummy 0.2.0
2006-11-26 20:02:51 +00:00
matthieu
54234ad0ce
Importing xf86-video-cyrix 1.1.0
2006-11-26 20:02:26 +00:00
matthieu
113f7dfdb7
Importing xf86-video-cirrus 1.1.0
2006-11-26 20:01:58 +00:00
matthieu
1d34168ace
Importing xf86-video-chips 1.1.1
2006-11-26 20:01:26 +00:00
matthieu
ccba8ada2e
Importing xf86-video-ati 6.6.3
2006-11-26 20:00:15 +00:00
matthieu
1516775e19
Importing xf86-video-ast 0.81.0
2006-11-26 19:59:49 +00:00
matthieu
cd4648664e
Importing xf86-video-ark 0.6.0
2006-11-26 19:59:24 +00:00
matthieu
1f79d4ed91
Importing xf86-video-apm 1.1.1
2006-11-26 19:58:56 +00:00
matthieu
19b1636442
Importing xf86-input-void 1.1.0
2006-11-26 19:58:31 +00:00
matthieu
2fe0885f24
Importing xf86-input-vmmouse 12.4.0
2006-11-26 19:58:05 +00:00
matthieu
18ee9e6e25
Importing xf86-input-ur98 1.1.0
2006-11-26 19:57:39 +00:00
matthieu
a828289923
Importing xf86-input-tek4957 1.1.0
2006-11-26 19:57:15 +00:00
matthieu
2c4ba19305
Importing xf86-input-summa 1.1.0
2006-11-26 19:56:51 +00:00
matthieu
b28085e07e
Importing xf86-input-spaceorb 1.1.0
2006-11-26 19:56:26 +00:00
matthieu
d4dc1e351f
Importing xf86-input-penmount 1.1.0
2006-11-26 19:56:01 +00:00
matthieu
63e77a64d1
Importing xf86-input-palmax 1.1.0
2006-11-26 19:55:36 +00:00
matthieu
e5356d058c
Importing xf86-input-mutouch 1.1.0
2006-11-26 19:55:10 +00:00
matthieu
6ec31b4e0c
Importing xf86-input-mouse 1.1.2
2006-11-26 19:54:44 +00:00
matthieu
30fdcdc95f
Importing xf86-input-microtouch 1.1.0
2006-11-26 19:54:12 +00:00
matthieu
3b1947585a
Importing xf86-input-magictouch 1.0.0.5
2006-11-26 19:53:47 +00:00
matthieu
6369fb2eb1
Importing xf86-input-magellan 1.1.0
2006-11-26 19:53:22 +00:00
matthieu
aae1b1b00c
Importing xf86-input-keyboard 1.1.1
2006-11-26 19:52:58 +00:00
matthieu
8507af1340
Importing xf86-input-joystick 1.1.0
2006-11-26 19:52:31 +00:00
matthieu
44979b3ed3
Importing xf86-input-jamstudio 1.1.0
2006-11-26 19:52:06 +00:00
matthieu
cb712f472c
Importing xf86-input-hyperpen 1.1.0
2006-11-26 19:51:40 +00:00
matthieu
b961ac52fa
Importing xf86-input-fpit 1.1.0
2006-11-26 19:51:15 +00:00
matthieu
8b8dedbcba
Importing xf86-input-elographics 1.1.0
2006-11-26 19:50:49 +00:00
matthieu
a44fd49f29
Importing xf86-input-elo2300 1.1.0
2006-11-26 19:50:22 +00:00
matthieu
0899ffce08
Importing xf86-input-dynapro 1.1.0
2006-11-26 19:49:55 +00:00
matthieu
8aa0fe30af
Importing xf86-input-dmc 1.1.0
2006-11-26 19:49:30 +00:00
matthieu
4a6992381b
Importing xf86-input-digitaledge 1.1.0
2006-11-26 19:49:04 +00:00
matthieu
6daf3ffcfc
Importing xf86-input-citron 2.2.0
2006-11-26 19:48:37 +00:00
matthieu
abb75f5472
Importing xf86-input-calcomp 1.1.0
2006-11-26 19:48:10 +00:00
matthieu
5944c3c186
Importing xf86-input-aiptek 1.0.1
2006-11-26 19:47:40 +00:00
matthieu
d2b4d5e4a4
Importing xf86-input-acecad 1.1.0
2006-11-26 19:47:12 +00:00