LWN.net Logo

FAT patent

FAT patent

Posted Feb 26, 2009 0:31 UTC (Thu) by corbet (editor, #1)
Parent article: Microsoft sues TomTom

Just as a postscript: the '517 patent is, of course, the infamous FAT patent that the Public Patent Foundation worked so hard to invalidate. If they're suing over FAT, then they can only be targeting the FAT support in the Linux kernel.


(Log in to post comments)

FAT patent

Posted Feb 26, 2009 1:23 UTC (Thu) by mcisely (subscriber, #2860) [Link]

...and according to pubpat, this patent was completely rejected:

http://www.pubpat.org/Microsoft_517_Rejected.htm
http://www.pubpat.org/assets/files/MicrosoftFAT/Reynolds_...

So how can Microsoft still be using it as a basis for a lawsuit? Did they not get the memo?

-Mike

FAT patent

Posted Feb 26, 2009 2:05 UTC (Thu) by corbet (editor, #1) [Link]

Pubpat didn't quite get around to updating their pages to reflect the reinstatement of this patent in 2006.

FAT patent

Posted Feb 26, 2009 1:46 UTC (Thu) by dps (subscriber, #5725) [Link]

According to a web page the FAT parent *was* invalidated in 2004. IANAL but surely claiming violation of an invalid patent is useless. I doubt TomTom's kernels include FAT support anyway.

I am one of those that thinks algorithms and data structures are mathematics, so never patentable in any circumstances. Did Fredman and Tarjan miss is a trick by not patenting Fibonacci heaps? Nobody knows a priority heap structure that is asymptopically better.

The USPTO *should* be able to uncover relevant journal articles and read them. Given some of the patents granted I have my doubts about whether they can.

FAT patent

Posted Feb 26, 2009 1:59 UTC (Thu) by tialaramex (subscriber, #21167) [Link]

TomTom's kernels have FAT support because (most of) their devices allow (in some cases require) you to insert a formatted SD card full of data. Since users will inevitably access this SD card from a PC, it has to use FAT.

FAT patent

Posted Feb 26, 2009 4:28 UTC (Thu) by dr_lha (guest, #86) [Link]

Its not just SD card support. The lower end TomToms don't take SD cards, but themselves act like
flash drives when plugged into a computer via USB, allowing for installing of new maps, updates
etc. Of course so that the TomTom can be mounted on pretty much every computer, the thing is
formatted as FAT.

FAT patent

Posted Feb 26, 2009 13:04 UTC (Thu) by dufkaf (subscriber, #10358) [Link]

Yes but then linux kernel FAT driver is not used at all, usb storage is block device. It is up to the host computer and its FAT driver to write there.

FAT patent

Posted Feb 26, 2009 14:03 UTC (Thu) by klaasjan (guest, #5492) [Link]

I think the navigation unit has to be able to read it's FAT-formatted filesystem to display the maps written there...

FAT patent

Posted Feb 26, 2009 20:08 UTC (Thu) by dufkaf (subscriber, #10358) [Link]

You're right, completely forgot about this. But still, aren't those patents about methods of _writing_ long and short file names? Once it is so cleverly and innovativelly written you just read it, no space for creativity there. Would a read only driver violate patent too?

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds