summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ernst <jonathan@ernstfamily.ch>2010-09-20 10:10:03 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2010-09-20 10:10:03 +0200
commit424ec79b7eab02e076acffe8d234a7bde6a99120 (patch)
tree8be6b229790013bb1c21d56df89d2acb382fe1a4
parent7625ee778a450b406336df919fcbd4727cb372ad (diff)
Add Sony Xperia X10 Mini
https://bugs.freedesktop.org/show_bug.cgi?id=30256 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
-rw-r--r--media-players/sony-ericsson_xperia-x10-mini.mpi15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-players/sony-ericsson_xperia-x10-mini.mpi b/media-players/sony-ericsson_xperia-x10-mini.mpi
new file mode 100644
index 0000000..6da1f2f
--- /dev/null
+++ b/media-players/sony-ericsson_xperia-x10-mini.mpi
@@ -0,0 +1,15 @@
+[Device]
+Product=Xperia X10 mini
+Vendor=Sony Ericsson
+AccessProtocol=storage
+DeviceMatch=usb:0fce:3137;usb:0fce:2137;
+
+[Media]
+OutputFormats=audio/mpeg;audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg;audio/amr-wbr
+
+[storage]
+AudioFolders=Music/
+
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl;audio/x-scpls
+
, 1); } /* * DarwinEQPointerPost * Post a pointer event. Used by the mipointer.c routines. */ void DarwinEQPointerPost( xEvent *e) { (*darwinEventQueue.pPtr->processInputProc) (e, (DeviceIntPtr)darwinEventQueue.pPtr, 1); } void DarwinEQSwitchScreen( ScreenPtr pScreen, Bool fromDIX) { darwinEventQueue.pEnqueueScreen = pScreen; if (fromDIX) darwinEventQueue.pDequeueScreen = pScreen; } /* * ProcessInputEvents * Read and process events from the event queue until it is empty. */ void ProcessInputEvents(void) { EventRec *e; int x, y; xEvent xe; static int old_flags = 0; // last known modifier state // button number and modifier