Re: [PATCH] Add override for system internal property

2011-05-03 Thread Patrick Stewart
ing minor patches to random software projects on the internet :( > 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 see

[PATCH] Add override for system internal property

2011-02-22 Thread Patrick Stewart
e, so I've patched it in. I use the following udev rule to force system internal to 0: SUBSYSTEM=="block", ENV{ID_SERIAL_SHORT}=="ABCD1234", ENV{UDISKS_FORCE_SYSTEM_INTERNAL}="0" From 108083b5adcc154cec70191f88b9206a44530765 Mon Sep 17 00:00:00 2001 From: Patrick S