summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-xserver/xserver-kdrive/xserver-kdrive-poodle.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-11 12:56:32 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-11 12:56:32 +0000
commita30424c269479d1e722932c24f1c7e260914c390 (patch)
tree5d1fb4a8c704cb005ad65e4a234e5772e4994495 /meta/packages/xorg-xserver/xserver-kdrive/xserver-kdrive-poodle.patch
parent3156c5a82c5dc88df276c34113c77bc168cc9d47 (diff)
downloadopenembedded-core-a30424c269479d1e722932c24f1c7e260914c390.tar.gz
openembedded-core-a30424c269479d1e722932c24f1c7e260914c390.tar.bz2
openembedded-core-a30424c269479d1e722932c24f1c7e260914c390.tar.xz
openembedded-core-a30424c269479d1e722932c24f1c7e260914c390.zip
xserver-kdrive: Clean up unused patches and broken git recipe
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3465 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive/xserver-kdrive-poodle.patch')
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive/xserver-kdrive-poodle.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive/xserver-kdrive-poodle.patch b/meta/packages/xorg-xserver/xserver-kdrive/xserver-kdrive-poodle.patch
deleted file mode 100644
index ce80a7e38..000000000
--- a/meta/packages/xorg-xserver/xserver-kdrive/xserver-kdrive-poodle.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- xserver/hw/kdrive/fbdev/fbdev.c~xserver-kdrive-poodle.patch
-+++ xserver/hw/kdrive/fbdev/fbdev.c
-@@ -190,6 +190,7 @@
- var.nonstd = 0;
- var.grayscale = 0;
-
-+ /* commented out for poodle
- k = ioctl (priv->fd, FBIOPUT_VSCREENINFO, &var);
-
- if (k < 0)
-@@ -198,10 +199,11 @@
- return FALSE;
- }
-
-- /* Re-get the "fixed" parameters since they might have changed */
-+ // Re-get the "fixed" parameters since they might have changed
- k = ioctl (priv->fd, FBIOGET_FSCREENINFO, &priv->fix);
- if (k < 0)
- perror ("FBIOGET_FSCREENINFO");
-+ */
-
- /* Now get the new screeninfo */
- ioctl (priv->fd, FBIOGET_VSCREENINFO, &priv->var);
-@@ -659,13 +661,14 @@
- priv->var.activate = FB_ACTIVATE_NOW|FB_CHANGE_CMAP_VBL;
-
- /* display it on the LCD */
-+ /* commented out for poodle
- k = ioctl (priv->fd, FBIOPUT_VSCREENINFO, &priv->var);
- if (k < 0)
- {
- perror ("FBIOPUT_VSCREENINFO");
- return FALSE;
- }
--
-+ */
- if (priv->fix.visual == FB_VISUAL_DIRECTCOLOR)
- {
- struct fb_cmap cmap;