]> asedeno.scripts.mit.edu Git - pssh.git/commitdiff
updates to device ids master
authorAlejandro R. Sedeño <asedeno@mit.edu>
Tue, 2 Jun 2009 16:51:28 +0000 (16:51 +0000)
committerAlejandro R. Sedeño <asedeno@mit.edu>
Tue, 2 Jun 2009 16:51:28 +0000 (16:51 +0000)
arm/forms/form_armcalls.c

index 1ce71a79c94b4c1d3963269a633434bbf2099a15..f42312a92b1b48a8d532faf08a55e29d2e7df1d9 100644 (file)
@@ -50,9 +50,16 @@ uint32_t CheckDeviceTreo_stub(uint32_t *param) {
   FtrGet(sysFtrCreator, sysFtrNumOEMDeviceID, &deviceID);
   
   if (((companyID == 'hspr') &&
-       (deviceID == 'H101' || deviceID == 'H102')) ||
+       (deviceID == 'H101' /* Tro 600 */
+        || deviceID == 'H102' /* Treo 650 */
+            )) ||
       (companyID == 'Palm' &&
-       (deviceID == 'D052' || deviceID == 'D053' || deviceID == 'D060'))) {
+       (deviceID == 'D052' /* Treo 700p*/
+        || deviceID == 'D053' /* Treo 680 */
+        || deviceID == 'D060' /* Treo 755p */
+        || deviceID == 'D061' /* Centro 685 */
+        || deviceID == 'D062' /* Centro 690 */
+            ))) {
     deviceTreo6x0 = 1;
   }
   return deviceTreo6x0;