* Wed Oct 22 2008 Peter Hutterer <peter.hutterer@redhat.com>

- fix typo in xserver-1.5.2-no-duplicate-devices.patch
This commit is contained in:
Peter Hutterer 2008-10-21 23:56:21 +00:00
parent 6baf601042
commit d4d60d4acf
2 changed files with 4 additions and 1 deletions

View File

@ -525,6 +525,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 22 2008 Peter Hutterer <peter.hutterer@redhat.com>
- fix typo in xserver-1.5.2-no-duplicate-devices.patch
* Mon Oct 20 2008 Adam Jackson <ajax@redhat.com> 1.5.2-8
- xserver-1.5.2-exa-sync-less.patch: Avoid migrating pixmaps out on
PutImage.

View File

@ -60,7 +60,7 @@ index a1c2e34..ac80add 100644
+ IDevPtr *current;
+ if (!warned)
+ {
+ xf86Msg(X_WARNING, "AllowEmtpyInput is on, devices using "
+ xf86Msg(X_WARNING, "AllowEmptyInput is on, devices using "
+ "drivers 'kbd' or 'mouse' will be disabled.\n");
+ warned = TRUE;
+ }