Commit 0c13eda2 authored by danakj@chromium.org's avatar danakj@chromium.org

Add the internal keyboard name for the daisy chromebook.

BUG=163984
R=derat@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/11421213

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170856 0039d316-1c4b-4281-b951-d872f2087c98
parent ad7c11cd
......@@ -200,6 +200,9 @@ EventRewriter::DeviceType EventRewriter::GetDeviceType(
// The chromebook internal keyboard's name.
if (LowerCaseEqualsASCII(device_name, "at translated set 2 keyboard"))
return kDeviceChromeOSKeyboard;
// The daisy chromebook internal keyboard's name.
if (LowerCaseEqualsASCII(device_name, "chromeos-ec-i2c"))
return kDeviceChromeOSKeyboard;
// The chromebox chrome-specific keyboard's name.
if (LowerCaseEqualsASCII(device_name, "samsung usb keyboard"))
return kDeviceChromeOSKeyboard;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment