Re: [PATCH] Add override for system internal property

2011-05-04 Thread Martin Pitt
Hello Patrick, Patrick Stewart [2011-02-14 18:20 +]: > My motherboard doesn't differentiate between its internal and external > sata ports, so I'd like to mark some disks as external manually so > they are automounted by kde. (I used to do this with a hal policy, but > have now switched to udi

Re: [PATCH] Add override for system internal property

2011-05-03 Thread Patrick Stewart
On 9 March 2011 18:56, Martin Pitt wrote: > Hello Patrick, > > (I can't help but asking: you didn't happen to play the captain in a > famous SciFi TV series, did you? :-) ) I was once assimilated by a hyper advanced cybernetic race, and now I'm reduced to submitting minor patches to random softwa

Re: [PATCH] Add override for system internal property

2011-03-09 Thread Martin Pitt
Hello Patrick, (I can't help but asking: you didn't happen to play the captain in a famous SciFi TV series, did you? :-) ) Patrick Stewart [2011-02-14 18:20 +]: > + if (g_udev_device_has_property (device->priv->d, > "UDISKS_FORCE_SYSTEM_INTERNAL")) This indeed come up quite a lot, and seem

[PATCH] Add override for system internal property

2011-02-22 Thread Patrick Stewart
My motherboard doesn't differentiate between its internal and external sata ports, so I'd like to mark some disks as external manually so they are automounted by kde. (I used to do this with a hal policy, but have now switched to udisks). I noticed this was down as a TODO in the code, so I've patch