]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] partitions: Read Rio Karma partition table
authorBob Copeland <me@bobcopeland.com>
Tue, 17 Jan 2006 06:14:20 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:29 +0000 (23:15 -0800)
commit0e6e1db4ac7acfe3e38bbef9eba59233ba7f6b9a
treec65c54b53ccfc110dac42e29a4094304e0a575dd
parentcad8244840d1a148f638925758afd1cdf81fc839
[PATCH] partitions: Read Rio Karma partition table

The Rio Karma portable MP3 player has its own proprietary partition table.

The partition layout is similar to a DOS boot sector but it begins at a
different offset and uses a different magic number (0xAB56 instead of
0xAA55).  Add support for it to enable mounting the device.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/partitions/Kconfig
fs/partitions/Makefile
fs/partitions/check.c
fs/partitions/karma.c [new file with mode: 0644]
fs/partitions/karma.h [new file with mode: 0644]