From 2c126204a538430ea23653a5a77ab67873a4a7d8 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Mon, 29 Jul 2013 13:54:46 -0700 Subject: Remove incorrect keymapping Turns out Snakebytes produce all 0s for their vendor / product IDs. This somehow got the vendor / product ID of an international apple keyboard, which will break them. Unfortunately, this also means we cannot map Snakebyte controllers at all. Relevant bug: https://code.google.com/p/android/issues/detail?id=58202 Change-Id: I59e134f8d1eb059fdf6823e65d6ce5387428029e --- data/keyboards/Vendor_0a5c_Product_8502.kl | 33 ------------------------------ 1 file changed, 33 deletions(-) delete mode 100644 data/keyboards/Vendor_0a5c_Product_8502.kl (limited to 'data/keyboards') diff --git a/data/keyboards/Vendor_0a5c_Product_8502.kl b/data/keyboards/Vendor_0a5c_Product_8502.kl deleted file mode 100644 index 0084969..0000000 --- a/data/keyboards/Vendor_0a5c_Product_8502.kl +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright (C) 2013 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Snakebyte - -key 289 BUTTON_A -key 290 BUTTON_B -key 288 BUTTON_X -key 291 BUTTON_Y -key 292 BUTTON_L1 -key 293 BUTTON_R1 -key 294 BUTTON_L2 -key 295 BUTTON_R2 -key 297 BUTTON_START -key 296 BUTTON_SELECT - -axis 0x00 X -axis 0x01 Y -axis 0x02 Z -axis 0x05 RZ -axis 0x10 HAT_X -axis 0x11 HAT_Y -- cgit v1.1