From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: [merged] hp_accel-add-two-more-axis-information.patch removed from -mm tree Date: Wed, 01 Apr 2009 11:41:09 -0700 Message-ID: <200904011841.n31If95F009265@imap1.linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:36413 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933619AbZDASpq (ORCPT ); Wed, 1 Apr 2009 14:45:46 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: pavel@ucw.cz, daniel@caiaq.de, eric.piel@tremplin-utc.net, mmarek@suse.cz, vbotka@suse.cz, mm-commits@vger.kernel.org The patch titled hp_accel: add two more axis information has been removed from the -mm tree. Its filename was hp_accel-add-two-more-axis-information.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: hp_accel: add two more axis information From: Pavel Machek Add two more laptops to whitelist. Signed-off-by: Michal Marek Signed-off-by: Pavel Machek Cc: Daniel Mack Cc: Eric Piel Cc: Vladimir Botka Signed-off-by: Andrew Morton --- drivers/hwmon/hp_accel.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/hwmon/hp_accel.c~hp_accel-add-two-more-axis-information drivers/hwmon/hp_accel.c --- a/drivers/hwmon/hp_accel.c~hp_accel-add-two-more-axis-information +++ a/drivers/hwmon/hp_accel.c @@ -187,6 +187,7 @@ static struct dmi_system_id lis3lv02d_dm AXIS_DMI_MATCH("NC2510", "HP Compaq 2510", y_inverted), AXIS_DMI_MATCH("NC8510", "HP Compaq 8510", xy_swap_inverted), AXIS_DMI_MATCH("HP2133", "HP 2133", xy_rotated_left), + AXIS_DMI_MATCH("HP2140", "HP 2140", xy_swap_inverted), AXIS_DMI_MATCH("NC653x", "HP Compaq 653", xy_rotated_left_usd), AXIS_DMI_MATCH("NC673x", "HP Compaq 673", xy_rotated_left_usd), AXIS_DMI_MATCH("NC651xx", "HP Compaq 651", xy_rotated_right), @@ -201,6 +202,7 @@ static struct dmi_system_id lis3lv02d_dm PRODUCT_NAME, "HP Pavilion dv5", BOARD_NAME, "3600", y_inverted), + AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted), { NULL, } /* Laptop models without axis info (yet): * "NC6910" "HP Compaq 6910" _ Patches currently in -mm which might be from pavel@ucw.cz are origin.patch linux-next.patch