Bug 995983 - Add support for Tarako device. r=wlachance

This commit is contained in:
Dave Hunt 2014-04-14 17:51:39 +01:00
Родитель 7f4fb42c61
Коммит bf31648282
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -77,6 +77,12 @@ DEVICE_PROPERTIES = {
"inputDevice": "/dev/input/event4",
"defaultOrientation": "portrait",
"dimensions": (320, 480),
"swipePadding": (40, 40, 40, 40)},
"sp6821a": {
"hdmiResolution": None,
"inputDevice": "/dev/input/event1",
"defaultOrientation": "portrait",
"dimensions": (320, 480),
"swipePadding": (40, 40, 40, 40)}
}
}