diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0010-xserver-common-add-support-for-nexus-S-alias-herring.patch')
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0010-xserver-common-add-support-for-nexus-S-alias-herring.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0010-xserver-common-add-support-for-nexus-S-alias-herring.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0010-xserver-common-add-support-for-nexus-S-alias-herring.patch deleted file mode 100644 index 2948cd611b..0000000000 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0010-xserver-common-add-support-for-nexus-S-alias-herring.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From a194ba2013f9e58cf73cd39b57be68386e501eda Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Wed, 11 Apr 2012 14:40:44 +0200 | ||
4 | Subject: [PATCH] xserver-common: add support for nexus S alias herring | ||
5 | |||
6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
7 | |||
8 | --- | ||
9 | Upstream-Status: Pending | ||
10 | |||
11 | X11/xserver-common | 3 +++ | ||
12 | 1 file changed, 3 insertions(+) | ||
13 | |||
14 | diff --git a/X11/xserver-common b/X11/xserver-common | ||
15 | index b8c37e6..9aa6b24 100644 | ||
16 | --- a/X11/xserver-common | ||
17 | +++ b/X11/xserver-common | ||
18 | @@ -126,6 +126,9 @@ else | ||
19 | "htc_tornado") | ||
20 | ARGS="$ARGS -hide-cursor" | ||
21 | DPI="100" ;; | ||
22 | + "herring") | ||
23 | + DPI="235" | ||
24 | + ARGS="$ARGS -dpi ${DPI} -nocursor";; | ||
25 | "generic_omap1510/1610/1710") | ||
26 | ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
27 | DPI="225" ;; | ||