Re: Migrating suspend quirks away from hal

2009-11-30 Thread Martin Pitt
Victor Lowther [2009-11-30 18:14 -0600]: > That is exactly what I try to do, and performance is acceptable so > far (assuming the quirks are translated in advance). I will actually > profile it once I have reports from machines that actually require > quirks. Also, most machines nowadays will alre

RE: Where is the place of specifying automount options for a specific file system

2009-11-30 Thread Zhu, Peter J
> -Original Message- > From: David Zeuthen [mailto:[email protected]] > Sent: Tuesday, December 01, 2009 1:09 AM > To: Zhu, Peter J > Cc: [email protected] > Subject: Re: Where is the place of specifying automount options for a specific > file system > > On Mon, 2009-11-30 at

Experimental quirk handling in pm-utils

2009-11-30 Thread Victor Lowther
Nothing official yet, but if anyone is interested I have a branch of pm-utils with native quirk handling integrated at http://cgit.freedesktop.org/~vlowther/pm-utils/log/?h=native-quirk-db You can pull the native-quirk-db branch from git://anongit.freedesktop.org/~vlowther/pm-utils and test it o

Re: Migrating suspend quirks away from hal

2009-11-30 Thread Victor Lowther
On Nov 30, 2009, at 9:00 AM, Martin Pitt wrote: > Hello Victor, > > Victor Lowther [2009-11-25 8:43 -0600]: >> No, it translates the .fdi files that are currently on the system >> into a >> native format that uses bash-style extended regular expressions >> instead of >> the .fdi ad-hoc patte

Re: Where is the place of specifying automount options for a specific file system

2009-11-30 Thread David Zeuthen
On Mon, 2009-11-30 at 23:23 +0800, Zhu, Peter J wrote: > With gio->gvfs->gdu->devkit in a distribution like FC11/FC12, where is > the place of specifying automount options for a specifi file system , > for example for a removable usb disk with vfat partition? In HAL, it’s > specified in HAL fdi fil

Where is the place of specifying automount options for a specific file system

2009-11-30 Thread Zhu, Peter J
With gio->gvfs->gdu->devkit in a distribution like FC11/FC12, where is the place of specifying automount options for a specifi file system , for example for a removable usb disk with vfat partition? In HAL, it's specified in HAL fdi files. For "new world", where is it, which piece is responsible

Re: Migrating suspend quirks away from hal

2009-11-30 Thread Martin Pitt
Hello Victor, Victor Lowther [2009-11-25 8:43 -0600]: > No, it translates the .fdi files that are currently on the system into a > native format that uses bash-style extended regular expressions instead of > the .fdi ad-hoc pattern matching scheme. Ah, got it now. Since I am using KMS, the origi