[banshee] [Dap.MassStorage] Recognize HTC Desire phones



commit b9a585795ee1a1c87fdc895f1e8178933de9b6a9
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sun Mar 28 11:14:25 2010 -0700

    [Dap.MassStorage] Recognize HTC Desire phones

 .../Banshee.Dap.MassStorage.addin.xml              |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml b/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml
index 977ca8c..dff3da8 100644
--- a/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml
+++ b/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml
@@ -28,9 +28,10 @@
     <MassStorageDevice class="Banshee.Dap.MassStorage.MaemoDevice"
         vendor-name="Nokia" product-name="Nokia N900 Phone"
         vendor-id="0x0421" product-id="0x01c7"/>
+    <!-- 0ff9 is the HTC Desire -->
     <MassStorageDevice class="Banshee.Dap.MassStorage.AndroidDevice" 
         vendor-name="HTC" product-name="HTC Android Phone"
-        vendor-id="0x0bb4" product-id="0x0c01,0x0c02"/>
+        vendor-id="0x0bb4" product-id="0x0c01,0x0c02,0x0ff9"/>
     <MassStorageDevice class="Banshee.Dap.MassStorage.AndroidDevice"
         vendor-name="Google" product-name="Google Nexus One"
         vendor-id="0x18d1" product-id="0x4e11,0x4e12"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]