summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2004-12-20 11:15:38 +0000
committerSimone Gotti <motaboy@gentoo.org>2004-12-20 11:15:38 +0000
commita18bd81e5e08fe54c8ba0a35282d1564274cacb9 (patch)
tree4fb271234b303b3a411f400bd0989b758723321e /app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch
parentNew version; closes bug 74731 (diff)
downloadhistorical-a18bd81e5e08fe54c8ba0a35282d1564274cacb9.tar.gz
historical-a18bd81e5e08fe54c8ba0a35282d1564274cacb9.tar.bz2
historical-a18bd81e5e08fe54c8ba0a35282d1564274cacb9.zip
New ebuild, thanks to Jonas Bähr and Ortwin Glueck for ebuild and udev patch. Closes bug #60368.
Diffstat (limited to 'app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch')
-rw-r--r--app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch b/app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch
new file mode 100644
index 000000000000..f852c6ecd8ee
--- /dev/null
+++ b/app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch
@@ -0,0 +1,13 @@
+--- src/ipodslave.cpp.org 2004-11-14 22:42:32.450327672 +0100
++++ src/ipodslave.cpp 2004-11-14 22:42:52.081343304 +0100
+@@ -922,10 +922,6 @@
+ QString mountpoint = (*mountiter)->mountPoint();
+ QString device = (*mountiter)->mountedFrom();
+
+- // only care about scsi devices (/dev/sd at the beginning or scsi somewhere in its name)
+- if (device.find("/dev/sd") != 0 && device.find("scsi") < 0)
+- continue;
+-
+ if (ipod.open(mountpoint)) {
+ break;
+ } else {