From a4116db3002715e73ba8d48fbefabd15b91c92a2 Mon Sep 17 00:00:00 2001 From: Marty Fouts Date: Wed, 29 Jun 2011 18:13:42 -0700 Subject: ARM: omap4: tuna: Add input event reader to sensor HAL Change-Id: I34a4a4dea8b30b22046889246f164c3ea40ab2a4 Signed-off-by: Danke Xie --- libsensors/sensors.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'libsensors/sensors.cpp') diff --git a/libsensors/sensors.cpp b/libsensors/sensors.cpp index 44697bf..f9dd0ef 100644 --- a/libsensors/sensors.cpp +++ b/libsensors/sensors.cpp @@ -1,6 +1,5 @@ - /* - * Copyright (C) 2011 Invensense, Inc. + * Copyright (C) 2011 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. @@ -14,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/**********Removed the gesture related code from this file for Google code check modified by Meenakshi Ramamoorthi on May 31st **********/ #define LOG_NDEBUG 0 #define LOG_TAG "Sensors" @@ -60,7 +58,6 @@ #define SENSORS_MAGNETIC_FIELD_HANDLE (ID_M) #define SENSORS_ORIENTATION_HANDLE (ID_O) - #define AKM_FTRACE 0 #define AKM_DEBUG 0 #define AKM_DATA 0 @@ -123,9 +120,11 @@ struct sensors_module_t HAL_MODULE_INFO_SYM = { version_major: 1, version_minor: 0, id: SENSORS_HARDWARE_MODULE_ID, - name: "Invensense module", - author: "Invensense Inc.", + name: "Samsung Sensor module", + author: "Samsung Electronic Company", methods: &sensors_module_methods, + dso: 0, + reserved: {}, }, get_sensors_list: sensors__get_sensors_list, }; -- cgit v1.1