From 524e1f9b52f11a54e11582f8aed467a44e040e67 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 11 Feb 2008 23:40:42 +0000 Subject: [PATCH] Extra magic from Albert Cahalan via Debian bug #442819. --- magic/Magdir/filesystems | 5 +++++ magic/Magdir/images | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/magic/Magdir/filesystems b/magic/Magdir/filesystems index 4bc50c10..4134c24f 100644 --- a/magic/Magdir/filesystems +++ b/magic/Magdir/filesystems @@ -1261,3 +1261,8 @@ # http://filext.com/file-extension/DAA # describes the daa file format. The magic would be: 0 string DAA\x0\x0\x0\x0\x0 PowerISO Direct-Access-Archive + +# From Albert Cahalan +# really le32 operation,destination,payloadsize (but quite predictable) +# 01 00 00 00 00 00 00 c0 00 02 00 00 +0 string \1\0\0\0\0\0\0\300\0\2\0\0 Marvell Libertas firmware diff --git a/magic/Magdir/images b/magic/Magdir/images index 766e15ba..a7de6278 100644 --- a/magic/Magdir/images +++ b/magic/Magdir/images @@ -568,3 +568,15 @@ # http://www.cartesianinc.com/Tech/ 0 string CPC\262 Cartesian Perceptual Compression image !:mime image/x-cpi + +# From Albert Cahalan +# puredigital used it for the CVS disposable camcorder +#8 lelong 4 ZBM bitmap image data +#>4 leshort x %u x +#>6 leshort x %u + +# From Albert Cahalan +# uncompressed 5:6:5 HighColor image for OLPC XO firmware icons +0 string C565 OLPC firmware icon image data +>4 leshort x %u x +>6 leshort x %u -- 2.50.1