TomTom Settles With Microsoft
Surrounded writes "It appears TomTom bowed to the pressure and settled with Microsoft over the recent patent infringement claims from the Redmond software giant. In the agreement, TomTom will pay Microsoft for coverage under the eight car navigation and file management systems patents in the Microsoft case. Also as part of the agreement, Microsoft receives coverage under the four patents included in the TomTom counter-suit. TomTom also has to remove functionality related to two file management system patents (the 'FAT LFN patents')."
I wish TomTom had fought this; the FAT patents are utter nonsense. But patent fights are notoriously expensive, so I understand why TomTom did this instead. In the long term, I hope that software patents get eliminated, but that will have to wait for another day.
- David A. Wheeler (see my Secure Programming HOWTO)
True, a settlement out of court says nothing about the patents' validity or other merits of the case. But it does say something about the conditions under which a patent holder is willing to license a patent.
Remember kids, if you're going to build a Linux-based device and distribute it in the USA, remove the FAT driver and include an ext2fs IFS driver on your install CD.
I am TheRaven on Soylent News
Being a settlement rather than a judgement, it doesn't set a precedent.
Caveat Utilitor
Shouldn't that be TomTom settles with MicrosoftMicrosoft???
These posts express my own personal views, not those of my employer
I wish TomTom had fought this; the FAT patents are utter nonsense. But patent fights are notoriously expensive, so I understand why TomTom did this instead. In the long term, I hope that software patents get eliminated [dwheeler.com], but that will have to wait for another day.
What really need to happen is something similar to what happened to the GIF file format. In that case it was decided to develop a new image file format called PNG. There is room for doing the same thing with the file system. Although FAT is common, if everyone could agree an open alternative, and then encourage hardware manufacturers to provide the necessary drivers to Windows users, then we could finally move forward.
Jumpstart the tartan drive.
I don't like your use of the word "precedence". It sets a poor precedent.
You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
in fact so many that the choice itself could be the problem. Manufacturers can't see a single other format they could settle on that everyone else will agree to so they choose the lowest common denominator - FAT.
The article states:
I remember when the news of the dispute first became known, it was widely speculated that TomTom threatened Microsoft with some possible patent infringements made by Microsoft Streets, and Microsoft threaten to defend itself by making enforcing a patent claim on FAT.
In other words, TomTom tried to get a better deal, Microsoft called their bluff, and TomTom folded their hand.
These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
It is time for Microsoft to decide what it wants more. Collect a few cents here and there and spread some FUD or keep all memory cards shipping as FAT.
All the SD trade group would need to do is put together a new spec. It would call for a tiny FAT12 partition on each card sold with an IFS driver for a new file system. No it couldn't be ext2/3/4 because of the GPL. It just couldn't so give that idea up. But there ARE a lot of other proven file systems that support long file names and large filesystems. Getting a Windows IFS written would be cheaper than what the industry is paying Microsoft in one year and it would eliminate the FUD attacks. Writing one would probably be cheaper than what Tom Tom just paid their lawyers. So pick a BSD licensed file system that is available (or could easily be) for OS X, Linux and BSD. Supply the driver for Windows on every piece of media along with a README file explaining to customers why all this is going on.
That readme could say something like:
"The SD industry has previously used Microsoft's FAT filesystem due to it's uniquity. Microsoft has decided to reward us for helping drive their monopoly by suing us. So we have adopted one of the many other competing file systems for (whatever cute name of new standard). All other popular operating systems support this format out of the box. We offered a driver to Microsoft for inclusion in Windows 7 and they refused to include it. So you will need to click (here) to install the copy we include on each drive/memory card if you have not previously done so."
Now take this proposed new standard to Microsoft and offer them a choice. Then let them choose their future. A royalty free perpetual license for vFAT for any implementation that supports removable flash based media or see FAT gone within a couple of years.
Democrat delenda est
[[ What really need to happen is something similar to what happened to the GIF file format.]]
Given that the GIF format is still more used than the PNG format, I wouldn't use this as a basis for what 'need to happen' more of an example of the *success* of 'submarine patents' (let something patented be used for free for a long time then make users pay): even when there is a better technical solution, it most probably won't be used due to the 'network effect'.
Unfortunately, open alternatives are only feasible for a limited time: once the proprietary lock-in "standard" gets too common, open alternatives are pretty much condemned to also-ran status.
Consider PNG. It's a great format, and I prefer it over GIF whenever possible, but the fact remains that by the time real PNG support got widespread enough matter, the GIF patents had expired and so the original point of PNG was moot.
FAT, sad as it is, seems to be in the same position as GIF was. It's so widespread that by the time any open alternative could possibly take hold, it won't matter anymore because the invalid patents on FAT will be dead anyway.
TomTom's problem wasn't FAT, the 8.3 filename version, but LFN aka VFAT, and AFAIK, reading them isn't covered, only writing. The MS patents are specifically on the long file name stuff, apparently only on writing, and any patents on the original 8.3 format will have expired by now. Since with USB it's the host that controls the writing, TomTom's window of patent vulnerability on that particular patent is quite small anyway, and it's entirely possible to avoid infringement, especially since from all reports I've seen the TomTom devices themselves don't expose the filenames they are working with.
It's actually quite possible that TomTom wasn't actually using the LFN code anyway, but was simply shipping it as it was configured in their default Linux kernel load. As such, it should be fairly trivial to simply avoid turning on that option, and if necessary, rewriting any other code that they had internally that expected the LFN so it works with the 8.3 name.
Thus, the case never really was about the FAT LFN patents in the first place. It was simply one more arrow in the legal quiver that MS unloaded on TomTom. It was the other patents, including the broad mobile computer mounted in a car patent and a couple of the navigation patents, at issue.
That's why it's possible for TomTom to take the easy way out of this one. The GPL "live free or die" clause need not be invoked since they can simply toggle off the VFAT functionality (and if necessary entirely patch the code out of what they ship) in their shipping kernels, and they can license the other patents without triggering the "live free or die" clause since their userspace code didn't need covered under the GPL.
Duncan
"Every nonfree program has a lord, a master,
and if you use the program, he is your master."
R Stallman