summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com>2013-09-03 23:59:56 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2014-12-18 12:19:58 +0100
commit588bb38ed3ae235286f87e40a3108301b8db9c54 (patch)
tree2cf4d80c30dea3965a4be07eb4e32e825059cc91
parent1beed200b265013f69798db3dcad959d74e75122 (diff)
downloadudisks-588bb38ed3ae235286f87e40a3108301b8db9c54.tar.gz
Add Intel Fast Flash Standby partition GPT type
This is used by Intel Rapid Start Technology, which is exposed with 3.11 kernels. Under MBR, 0x84 hibernation partition is (re-)used for the same purpose. https://bugs.freedesktop.org/show_bug.cgi?id=68909
-rw-r--r--udisks/udisksclient.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/udisks/udisksclient.c b/udisks/udisksclient.c
index 3dcf747..0fe49c9 100644
--- a/udisks/udisksclient.c
+++ b/udisks/udisksclient.c
@@ -2280,6 +2280,10 @@ static const struct
{"gpt", "other", "fe3a2a5d-4f32-41a7-b725-accc3285a309", NC_("part-type", "ChromeOS Kernel"), 0},
{"gpt", "other", "3cb8e202-3b7e-47dd-8a3c-7ff2a13cfcec", NC_("part-type", "ChromeOS Root Filesystem"), 0},
{"gpt", "other", "2e0a753d-9e48-43b0-8337-b15192cb1b5e", NC_("part-type", "ChromeOS Reserved"), 0},
+ /* Intel Partition Types */
+ /* FFS = Fast Flash Standby, aka Intel Rapid start */
+ /* http://downloadmirror.intel.com/22647/eng/Intel%20Rapid%20Start%20Technology%20Deployment%20Guide%20v1.0.pdf */
+ {"gpt", "other", "d3bfe2de-3daf-11df-ba40-e3a556d89593", NC_("part-type", "Intel FFS Reserved"), 0},
/* see http://developer.apple.com/documentation/mac/devices/devices-126.html
* http://lists.apple.com/archives/Darwin-drivers/2003/May/msg00021.html */