From patchwork Thu Oct 13 14:05:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 4657 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id DD40E23EF6 for ; Thu, 13 Oct 2011 14:13:29 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id C4CF1A1855B for ; Thu, 13 Oct 2011 14:13:29 +0000 (UTC) Received: by eyg5 with SMTP id 5so69336eyg.11 for ; Thu, 13 Oct 2011 07:13:29 -0700 (PDT) Received: by 10.223.17.11 with SMTP id q11mr6449056faa.13.1318515209479; Thu, 13 Oct 2011 07:13:29 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.24.41 with SMTP id r9cs262254laf; Thu, 13 Oct 2011 07:13:27 -0700 (PDT) Received: by 10.227.201.130 with SMTP id fa2mr1389248wbb.13.1318515207381; Thu, 13 Oct 2011 07:13:27 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id b16si2989615wbh.61.2011.10.13.07.13.27 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Oct 2011 07:13:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1REM2I-0006X7-Ks for ; Thu, 13 Oct 2011 14:13:26 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7A62CE24EA for ; Thu, 13 Oct 2011 14:05:20 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 153 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 153: Android: Don't accept sensor events to avoid screen rotation Message-Id: <20111013140520.8587.80320.launchpad@ackee.canonical.com> Date: Thu, 13 Oct 2011 14:05:20 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14124"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 652fef4dc6f7492a75a60e686e5aa8f499fc23c1 ------------------------------------------------------------ revno: 153 author: Jim Huang committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2011-10-13 15:45:49 +0300 message: Android: Don't accept sensor events to avoid screen rotation glmark2 doesn't currently support dynamic screen resizing. modified: android/AndroidManifest.xml --- lp:glmark2 https://code.launchpad.net/~glmark2-dev/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription === modified file 'android/AndroidManifest.xml' --- android/AndroidManifest.xml 2011-10-13 12:43:55 +0000 +++ android/AndroidManifest.xml 2011-10-13 12:45:49 +0000 @@ -6,6 +6,7 @@