Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 320996 Details for
Bug 430916
media-sound/clementine doesn't list usb devices with no partition table
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Upstream patch for usb devices with no partition table
clementine-1.0.1-raw_devices.patch (text/plain), 605 bytes, created by
Andreas Hermann
on 2012-08-11 11:36:04 UTC
(
hide
)
Description:
Upstream patch for usb devices with no partition table
Filename:
MIME Type:
Creator:
Andreas Hermann
Created:
2012-08-11 11:36:04 UTC
Size:
605 bytes
patch
obsolete
>--- src/devices/devicekitlister.cpp 2011-12-02 22:24:44.000000000 +0100 >+++ src/devices/devicekitlister.cpp 2012-08-10 12:41:58.000000000 +0200 >@@ -154,12 +154,11 @@ > return ret; > } > >- // Don't do anything with internal drives, hidden drives, or things that >- // aren't partitions >+ // Don't do anything with internal drives, hidden drives, or partition tables > if (device.deviceIsSystemInternal() || > device.devicePresentationHide() || > device.deviceMountPaths().isEmpty() || >- !device.deviceIsPartition()) { >+ device.deviceIsPartitionTable()) { > return ret; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430916
: 320996