platform/upstream/udisks2.git
16 years agofix block size
David Zeuthen [Fri, 14 Mar 2008 03:12:03 +0000 (23:12 -0400)]
fix block size

Apparently block sizes != 512 aren't that exotic. My Apple iPod 80G
uses 2048 byte sectors. Weirdos.

16 years agoadd missing bits for a proper Mount() and Unmount() implementation
David Zeuthen [Fri, 14 Mar 2008 00:27:57 +0000 (20:27 -0400)]
add missing bits for a proper Mount() and Unmount() implementation

16 years agofirst stab at implementing Mount() and Unmount()
David Zeuthen [Thu, 13 Mar 2008 07:02:15 +0000 (03:02 -0400)]
first stab at implementing Mount() and Unmount()

It works pretty well; there's a few TODO's left though.

16 years agochange the rate limit from 800 msec to 50 msec
David Zeuthen [Wed, 12 Mar 2008 07:49:05 +0000 (03:49 -0400)]
change the rate limit from 800 msec to 50 msec

This is currently commented out; it depends on a patch for gio that
hopefully will land in 2.16.2.

http://bugzilla.gnome.org/show_bug.cgi?id=521946

16 years agoreport and monitor whether a device is mounted
David Zeuthen [Wed, 12 Mar 2008 07:13:27 +0000 (03:13 -0400)]
report and monitor whether a device is mounted

16 years agorework partition table detection and add some new properties
David Zeuthen [Wed, 12 Mar 2008 05:35:36 +0000 (01:35 -0400)]
rework partition table detection and add some new properties

16 years agoinstall D-Bus introspection data in /usr/share/dbus-1/interfaces
David Zeuthen [Wed, 12 Mar 2008 05:34:57 +0000 (01:34 -0400)]
install D-Bus introspection data in /usr/share/dbus-1/interfaces

16 years agouse libdevkit instead of spawning udevinfo ourselves
David Zeuthen [Sun, 9 Mar 2008 07:07:50 +0000 (03:07 -0400)]
use libdevkit instead of spawning udevinfo ourselves

16 years agowork on the partition detection code and remove the holders/slaves for now
David Zeuthen [Sun, 9 Mar 2008 03:37:30 +0000 (22:37 -0500)]
work on the partition detection code and remove the holders/slaves for now

16 years agoavoid emitting add events on startup
David Zeuthen [Sat, 8 Mar 2008 07:18:26 +0000 (02:18 -0500)]
avoid emitting add events on startup

16 years agomake sure we inhibit shutdown when monitoring from devkit-disks
David Zeuthen [Sat, 8 Mar 2008 07:18:06 +0000 (02:18 -0500)]
make sure we inhibit shutdown when monitoring from devkit-disks

16 years agoadd partition table detection
David Zeuthen [Sat, 8 Mar 2008 06:43:44 +0000 (01:43 -0500)]
add partition table detection

Right now this includes a lame part_id tool that will get called by
udev; this needs to be cleaned up and moved to udev proper (means
avoiding glib etc.).

16 years agodon't include by-label stuff in device-file-by-uid
David Zeuthen [Fri, 7 Mar 2008 20:40:39 +0000 (15:40 -0500)]
don't include by-label stuff in device-file-by-uid

Many devices put the same label on the fs; for example Canon SLR's
normally call it EOS_DIGITAL. So it's not really unique.

16 years agomore work in progress on properties
David Zeuthen [Fri, 7 Mar 2008 20:39:29 +0000 (15:39 -0500)]
more work in progress on properties

16 years agodefine some more properties
David Zeuthen [Thu, 6 Mar 2008 06:52:35 +0000 (01:52 -0500)]
define some more properties

This is definitely work in progress.

16 years agoavoid getters and setter and export information as properties
David Zeuthen [Thu, 6 Mar 2008 06:12:48 +0000 (01:12 -0500)]
avoid getters and setter and export information as properties

16 years agoadd an error/exception for not supported
David Zeuthen [Wed, 5 Mar 2008 08:03:18 +0000 (03:03 -0500)]
add an error/exception for not supported

16 years agofix distcheck
David Zeuthen [Wed, 5 Mar 2008 07:33:36 +0000 (02:33 -0500)]
fix distcheck

16 years agoadd mkinstalldirs
David Zeuthen [Wed, 5 Mar 2008 07:30:39 +0000 (02:30 -0500)]
add mkinstalldirs

16 years agoadd udev rules file
David Zeuthen [Wed, 5 Mar 2008 07:27:32 +0000 (02:27 -0500)]
add udev rules file

16 years agoinitial commit
David Zeuthen [Wed, 5 Mar 2008 07:26:32 +0000 (02:26 -0500)]
initial commit