Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc

Issue 1134753004: Update Sudden Motion Sensor notes for early 2015 Apple notebook computers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc
diff --git a/third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc b/third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc
index 1a628c4441ed5ab05a028f2c1d2bd0da59695897..4942b2aaa78f4c99a73dfc9bb3527b9d3330f872 100644
--- a/third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc
+++ b/third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc
@@ -134,6 +134,10 @@ const SuddenMotionSensor::SensorDescriptor
// Tested by avi on a 13" MacBook.
{ "MacBook7,1", NULL, { { 0, true }, { 2, true }, { 4, false } } },
+ // Note:
+ // - MacBook8,1 (12" MacBook, early 2015)
+ // has no accelerometer sensors.
Robert Sesek 2015/05/18 15:55:48 Interesting.
+
// Tested by crc on a 13" MacBook Air.
{ "MacBookAir1,1", NULL, { { 0, true }, { 2, true }, { 4, false } } },
@@ -149,6 +153,8 @@ const SuddenMotionSensor::SensorDescriptor
// - MacBookAir5,2 (13" MacBook Air, mid 2012)
// - MacBookAir6,1 (11" MacBook Air, mid 2013)
// - MacBookAir6,2 (13" MacBook Air, mid 2013)
+ // - MacBookAir7,1 (11" MacBook Air, early 2015)
+ // - MacBookAir7,2 (13" MacBook Air, early 2015)
// have no accelerometer sensors.
// Tested by crc on a 15" MacBook Pro.
@@ -224,6 +230,7 @@ const SuddenMotionSensor::SensorDescriptor
// - MacBookPro11,1 (13" MacBook Pro with Retina display)
// - MacBookPro11,2 (15" MacBook Pro with Retina display)
// - MacBookPro11,3 (15" MacBook Pro with Retina display)
+ // - MacBookPro12,1 (13" MacBook Pro with Retina display)
// have no accelerometer sensors.
// Generic MacBook accelerometer sensor data, to be used for future models
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698