Slashdot Mirror


USB 2.0 for Linux Coming Soon

itwerx writes "There's an article on MSNBC about USB 2.0 support in Linux. Interesting to see that the open source community is less than a year behind the most powerful software company in the world in supporting it. Does that make us the second most powerful now? :)"

26 of 254 comments (clear)

  1. NetBSD by The+FooMiester · · Score: 5, Interesting

    NetBSD has had NetBSD support in current for quite some time. Does that make it number 2?

    --
    The previous has been a secret message to my comrades.
    1. Re:NetBSD by The+FooMiester · · Score: 4, Funny

      Not only have they had netbsd support in the kernel, they've had USB2 support too!

      That'll teach me to post on less than 2 pots of coffee.

      --
      The previous has been a secret message to my comrades.
  2. Re:do you guys think by jimmy_dean · · Score: 4, Interesting

    We had AMD Hammer 64 bit processor support before Windows did.

    --
    -> Sometimes, you just gotta break free from the shackles of proprietary code.
  3. 1 year behind? by rtnz · · Score: 3, Insightful

    >Interesting to see that the open source community is
    >less than a year behind the most powerful software
    >company in the world in supporting it.

    1 Year is interesting? Seems like maybe a couple months behind would be interesting.

  4. Second? by ozbird · · Score: 4, Insightful

    Interesting to see that the open source community is less than a year behind the most powerful software company in the world in supporting it. Does that make us the second most powerful now?

    No, it makes us a year behind. That isn't necessarily bad given the limited number of USB 2.0 to support, but it does show where it rates in the Linux priorities. (As a comparison, consider that Linux supported Itanium very early on - and I've yet to see one in the wild...)

    1. Re:Second? by Johannes · · Score: 5, Insightful

      Actually, it makes us less than a year behind. Why? Because this article is incorrectly assuming that the 2.4.19 final release is the first time anyone sees any Linux USB 2.0 support.

      There has been a stable USB 2.0 patch for well over a year, it has been in the 2.5 kernel since it forked and it's been in 2.4 for a while, albeit under the "Experimental" heading or waiting for the final 2.4.19 kernel to be released.

      Like you mentioned, the biggest problem with adding support for USB 2.0 was the lack of devices. The vast majority of development was done with one USB 2.0 controller and one USB 2.0 device. Both were prerelease versions with a whole slew of bugs to workaround.

      The reason why you see Itanium support being so mature was because of the priorities of Intel, not of the community. Intel (and HP) sunk a significant amount of money into getting Linux ported to Itanium. Why? Because it's a billion times harder than USB 2.0 support and much more fundamental and thusly important to have supported as early as possible.

  5. CNET Story with details. by nilstar · · Score: 3, Informative

    CNET ran this story before MSNBC. The story is Here.

    --
    ===> An eye for an eye makes everyone blind - MG
  6. Coming? It's already here by fire-eyes · · Score: 5, Informative

    Coming? I'm using it right now, it's an experimental option in 2.4.18 (maybe earlier too).

    Flawless.

    --
    -- Note: If you don't agree with me, don't bother replying. I won't read it.
  7. Huh? by virtual_mps · · Score: 5, Informative

    I've been using USB2 on linux for a while now. Since the kernel has source available, it's possible to apply patches to add features without waiting on a vendor. It would be more accurate to say something like "mainstream usb2 support" or "usb2 in released 2.4 kernel".

    FWIW, I've found USB2 to be not as fast as firewire for things like hard drives, a conclusion that windows benchmarks have also shown. So it's not like the delay in releasing 2.4.19 is really hurting anything, especially since there aren't many usb2 devices or ports around anyway.

  8. Re:Linux being mentioned on MSNBC by Cryptosporidium · · Score: 4, Informative

    The article is from CNET. It has just been reported again by MSNBC.

  9. Re:Linux being mentioned on MSNBC by Monkelectric · · Score: 4, Funny
    Probably some reporter wants out of his contract :)

    Im just imagining this conversation between Stephen Shankland (the author) and his boss.

    boss, "Hi Steve, what did you want to see me about?" Steve, "Well, um, fox news offered me 2x what you're paying me, and they have neater graphics, neat DNB music between segueys, and gretta van sustren is kind of cute." boss, "Steve steve steve, do I have to remind you that you signed a 5 year contract?" Steve, "I know boss, I was hoping you'd let me go...(trails off)" boss, "fat chance!!" steve, "Fine then, we can do this the hard way!" boss, "Yea and what is that?" steve, "I'll start writing LINUX STORIES!" (just then the office goes dead silent and you hear the gasps and jaws dropping) boss, "You just try it buddy!"

    And this is the [speculative] story of how pro-linux articles appear on MSNBC. Actually, if you read the article praising linux for being only a year behind, REALLY ISN'T HIGH PRAISE. Second of all, there was a time when journalists were supposed to have *ethics*, independance, and a responsibility to the truth.... Hopefully someone at MSNBC still thinks like that.

    --

    Religion is a gateway psychosis. -- Dave Foley

  10. USB 2.0 is 99% hardware interface changes by Johannes · · Score: 5, Informative

    From a high level software perspective, there wasn't that much to do.

    The biggest amount of work was developing the driver for the new EHCI host controller. A new host controller was necessary for the USB wire interface changes to support the faster speeds.

    The reason why development took a while for the EHCI controller was because of the lack of USB 2.0 devices. It's hard to test a driver when you have no hardware to test it against.

    That being said, the article is VERY misleading. Linux has had USB 2.0 support for well over a year now and before 2.5 was forked. It's just that it was backported for 2.4 now. Even that's misleading since it's been in the 2.4.19pre tree since it was forked months ago.

  11. Re:You mean Linux DOESN'T support USB 2.0? by Skapare · · Score: 3, Interesting

    OSS typically lags commercial software support, unless the hardware standards designers and hardware manufacturers work with Linux and/or Linux people right from the start. All too often, the first sample a Linux developer has to go on is bought retail the day a new product is released, and often with no hardware specs to go on. I once contacted a hardware standards group by telephone to inquire about getting a copy of the standard for development purposes. If I wasn't a member of their organization, then I'd have to pay $10,000 and sign a non-disclosure agreement. I was told membership was "very exclusive and expensive". That standard was eventually released when products came out. That was the I2O standard.

    --
    now we need to go OSS in diesel cars
  12. I call bullshit by Johannes · · Score: 3, Informative

    You're seeing a couple of different things happening here.

    The host controller is the host side hardware which supports USB. For USB 1.1 (there was a 1.0 standard, but it's broken and hasn't been used in years) there was OHCI and UHCI.

    For USB 2.0, there's EHCI.

    You can't run USB 2.0 on an OHCI or EHCI HCD. You can't run USB 1.1 on an EHCI HCD.

    So how does backward and forward compatibility work? Simple. Your USB 2.0 card has both 1.1 and 2.0 HCD's on it. Most likely you have a couple of OHCI controllers and a couple of EHCI controllers on it.

    That's why Linux saw the 1.1 controllers, because they need to exist to support 1.1 devices plugged into the root hub. Windows will also see the 1.1 controllers for the same reason.

    Now, back to my subject. I call bullshit on devices working a hell of a lot faster in Windows. Why? Because the HCD is the bottleneck. If you plug a 1.1 device into your 2.0 card, it'll still be using the 1.1 controller that's on that card. The 1.1 controller is limited to 12Mbps.

    The testing I've done (as well as other people) shows that Linux is consistently faster than Windows on almost all devices. For those devices where Linux is slower, it's only slower by an insignificant amount. Hardly "a HELL of a lot".

    I won't even begin to explain the ignorance behind your assertion that there is nothing to sync your paln with under Linux.

  13. works fine for me, too by g4dget · · Score: 3, Interesting

    I've been using it with 2.4.18, and it's been working just fine (I have a USB 2.0 disk). The interface cards are cheap and the throughput is great. And it seems to be a simple extension of USB 1.0, so drivers like USB storage just seem to work. (Firewire, of course, works as well.)

  14. While Microsoft talks, Linux innovates by Anonymous Coward · · Score: 4, Insightful

    > do you guys think [Linux] would be able to make such advancements if m$ did not exist? what are our biggest device support things that m$ didnt have first?

    What the heck are you talking about?

    Microsoft doesn't make advancements -- the PC hardware developers do.

    Microsoft's primary role has been to hold the hardware developers back.

    Do you remember, in the early nineties, when we had hardware-based Virtual Machine capabilities on the PC? Remember when, because of virtual memory and multitasking innovations from companies like Qualcomm, we were able to run multiple copies of DOS, DR-DOS, and other OSes, in parallel? What happened? Microsoft wanted users to only be able to run one OS -- DOS/Windows -- on their PCs. Thus, Microsoft tied memory management into Windows, thereby destroying further developer on PC VM capabilities.

    Do you remember when the 386 came out, with its new memory protection capabilties? Do you remember how many years it took for Microsoft to provide support for those capabilities? Even Windows 95 still wasn't using it correctly. In fact, it was Linux that, while new, provided support for 386 memory protection -- long before Windows.

    Do you remember when Microsoft hired a group of VMS developers from Digital to develop a stable version of Windows? Remember when they succeeded with NT 3.51? Remember when Microsoft destroyed that stability by allowing video drivers to run in kernel mode, in NT 4.0? Microsoft's history is riddled with backward steps.

    Remember when, in 1990, everyone had a capable GUI, that is, eveyone but Microsoft? By the end of the eighties, we had the Macintosh, the Amiga, the Atari ST, and OS/2 and Geoworks for the PC. It wasn't until five years later that Microsoft came out with something even remotely similar, in Windows 95.

    Remember when there were simple standards for LANs (SMP), security (Kerberos), printers (PCL), and video (VGA)? Microsoft didn't want open standards, because that might help another OS to compete with Windows. Now, because of Microsoft, we have polluted protocols, and complex devices drivers, tied closely into Windows. Further development of interface standards for PC hardware has slowed to a crawl.

    Remember when Microsoft tried to sabotage the standards for Java and OpenGL? Remember the Halloween document where Microsoft stated their plans to "decommoditize" (i.e. destroy the openness of) Internet protocols? Have you noticed that Microsoft has been carrying through on that threat?

    Were you paying attention to how long it took for Microsoft to provide a 64-bit version of Windows? The DEC Alpha version of Windows was a joke, because it was just a 32-bit version of Windows, slightly modified to be able to run on 64-bit hardware. Even now, there is doubt about Microsoft's claim of being 64-bit-ready. Meanwhile, Linux has been running on 64-bit platforms for years.

    Have you noticed all of the hardware innovation that has been taking place with Linux? Just in the last few years, we have seen Linux based supercomputers, Linux-based clusters for movie graphics, Linux on IBM mainframes, Linux in car radios, Linux-based store kiosks, Linux-based digital video recorders, and so on. Many of those innovations could have taken place ten years ago, except for one thing -- they were being held back by Microsoft.

    If there is one thing that has stood out about Microsoft and Windows, it is their _lack_ of innovation. Linux and Open Source are easily outstripping Windows.

    1. Re:While Microsoft talks, Linux innovates by jbolden · · Score: 3, Informative

      I'm going to correct a few things. I'm not sure about this "do you remember" since it seems like you are quoting history you yourself didn't live through.

      > Microsoft doesn't make advancements -- the PC hardware developers do.

      Microsoft has never billed itself as an innovator until very recently. Microsoft's strategy was based on low price and high volume. In terms of volume sales, standardization, and low prices they most certainly have advanced the market as anyone who was around before their dominance will attest to. The biggest area of innovation was the Microsoft, Western Digital, Intel arrangement that led to the IBM PC not incorporating an open standard for hardware so that after Compaq cloned the IBM bios we had a multi-vendor market of compatible PCs. The reason you are running a PC today is because of that "innovation".

      > Do you remember, in the early nineties, when we had hardware-based Virtual Machine capabilities on the > PC? Remember when, because of virtual memory and multitasking innovations from companies like
      > Qualcomm, we were able to run multiple copies of DOS, DR-DOS, and other OSes, in parallel?

      The company was Quarterdeck. You didn't have virtual machines prior to the 386 since the 8088 and 286 didn't offer protected memory. Quarterdeck's 286 task sharing system (Desqview) was able to allow for genuine multi-tasking when the 386 came out. This was about the same time that Microsoft offered multi-tasking in windows. During the years of the 286 (the IBM AT) Microsoft however had a genuine multi-tasking operating system (OS/2) that they believed would be running on hardware sufficient to maintain multi copies of a dos program + heap + stack (i.e. ~ 4 megs of ram). It was only when OS/2 faltered that it became clear that people wanted to run multiple dos sessions and needed more reliability than the Windows 386 / 3.0 system provided. By Windows 3.1 Quarterdeck's products were only marginally better than what came with a generic windows installation.

      > What happened? Microsoft wanted users to only be able to run one OS -- DOS/Windows -- on their PCs. > Thus, Microsoft tied memory management into Windows, thereby destroying further developer on PC
      > VM capabilities.

      This is simply false. There was very little structural difference between QEMM, Quarterdeck's memory manager, and Microsoft's EMM (included in Dos 5.0), EMM had been purchased by a competitor of Quarterdeck's. QEMM was slightly superior but might have created much greater long term compatibility issues for Windows had it become the standard, getting 90% of the benefit for only 20% of the hassles wasn't a bad trade off for Microsoft. I certainly can't see distributing memory mangers free with the operating system as destroying the technology. In addition OS/2 2.0 (which was the last OS/2 that Microsoft had a contribution to) outperformed QEMM/Desqview by a long shot in terms of 386 memory management for virtual 8088s. People today don't run lots of "real mode" applications and thus don't need powerful memory mangers.

      > Do you remember when the 386 came out, with its new memory protection capabilties? Do you
      > remember how many years it took for Microsoft to provide support for those capabilities? Even Windows
      > 95 still wasn't using it correctly.

      None, they offered them in their commercial operating system OS/2 which was used in things like Microsoft LAN manager. They didn't offer it in Windows for the reason we were just discussing above such protection would have caused large numbers of the Dos applications to not function. Memory protection could only become part of the standard operating system when the standard applications didn't violate memory. Microsoft employed a middle ground of moderate protection and still this created enormous problems for a generation of software and software developers used to having dangling pointers all over their code.

      > In fact, it was Linux that, while new, provided support for 386 memory protection -- long before
      > Windows.

      Yes the 386s Unixes had it years before Windows since they didn't have to support Dos applications.

      > Do you remember when Microsoft hired a group of VMS developers from Digital to develop a stable
      > version of Windows? Remember when they succeeded with NT 3.51? Remember when Microsoft
      > destroyed that stability by allowing video drivers to run in kernel mode, in NT 4.0? Microsoft's history is
      > riddled with backward steps.

      I think backwards is too strong. Microsoft has competing interests, high compatibility vs. reliability. Originally they had planned on compatibility going with the windows line and reliability on OS/2. Once OS/2 failed they needed an NT product line. But 3.51 was seen as not compatible enough. Did they make the right choice in retrospect? Probably not, at the time though, and still today, direct mode video was being used by lots of windows apps. What Microsoft did was offered a semi safe solution with direct x.

      > Remember when, in 1990, everyone had a capable GUI, that is, eveyone but Microsoft? By the end of the > eighties, we had the Macintosh, the Amiga, the Atari ST, and OS/2 and Geoworks for the PC.

      For a very long time the business community rejected GUIs in favor of menu system which Microsoft did support via. ansi.sys quite well. In practice there had been GUIs long before the ones you mentioned (like the one for the Apple II), they just didn't take off. Macintosh offered the only successful GUI and GUIs were not a strong customer demand. At the time of OS/2, Geoworks, ... windows was Microsoft's GUI. Notice that Geoworks (similar to the Quarterdeck example above) was not scalable but rather was a niche product that filled a particular hardware gap in Microsoft's strategy existed for a short period of time and died. It was never meant to be a long range platform design in the same sense as MacOS or Windows or OS/2. Finally in terms of OS/2 the bulk of OS/2 applications were text mode. The GUI API wasn't really usable until 1.2 and people didn't mainly use the GUI OS till about 2.0. By that time Windows was in full swing.

      > It wasn't until five years later that Microsoft came out with something even remotely similar, in Windows
      > 95.

      Did the start menu rather than application groups make that much of a difference?

      > Remember when there were simple standards for LANs (SMP),

      Baloney. There were no used standards for LANs at all when NetBUI came out. There were a dozen different vendors all offering different and incompatible systems. Appletalk offered a standard but no way to use non Macs; Novell offered a standard but it cost a bundle, Unix offered a standard that required you run Unix, Lantastic offered a PC standard that didn't scale....

      > security (Kerberos),

      Again a Unix standard.

      > printers (PCL),

      Microsoft has never had any problems with PCL. I'm not even sure what you are talking about if anything Microsoft supported PCL. BTW the printer standard at the time you are talking about was PostScript. Microsoft did have a problem with PostScript believing that it was too expensive to implement for it to ever become truly a printer standard. So what they tried to do was offer the major advantage of PostScript (high quality fonts) for cheap printers by using the bitstream system (today called truetype). I can't say that didn't work out. BTW even today it still costs a lot to get PostScript support in a printer.

      > and video (VGA)?

      Again what did Microsoft ever do to hinder VGA? Dos supported open video drivers so any video card within reason would work fine.

      > Microsoft didn't want open standards, because that might help another OS to compete with Windows.
      > Now, because of Microsoft, we have polluted protocols, and complex devices drivers, tied closely into
      > Windows. Further development of interface standards for PC hardware has slowed to a crawl.

      Again compatibility vs. reliability. You want good quality hardware standards buy a Mac or a RS/6000 or any number of other vendors. Microsoft has been the champion of open hardware which makes standards difficult to say the least. No one benefit more from easy unified interfaces than Microsoft, but what they have refused to do is tie into particular vendors.

      > Remember when Microsoft tried to sabotage the standards for Java and OpenGL? Remember the
      > Halloween document where Microsoft stated their plans to "decommoditize" (i.e. destroy the openness
      > of) Internet protocols? Have you noticed that Microsoft has been carrying through on that threat?

      You are switching from crushing innovation to not being standards compliant. This is a different issue.

      > Were you paying attention to how long it took for Microsoft to provide a 64-bit version of Windows? The
      > DEC Alpha version of Windows was a joke, because it was just a 32-bit version of Windows, slightly
      > modified to be able to run on 64-bit hardware. Even now, there is doubt about Microsoft's claim of being
      > 64-bit-ready. Meanwhile, Linux has been running on 64-bit platforms for years.

      And how many 64 bit CPUs do Microsoft's customer's use? Again Microsoft supports customer demand.

      > If there is one thing that has stood out about Microsoft and Windows, it is their _lack_ of innovation.

      Its funny. Above you go on for standards. If there is one area that Microsoft has innovated in more than any other company its creating a standard base for applications and the creation of standard applications.

  15. Re:Linux being mentioned on MSNBC by Oculus+Habent · · Score: 3, Interesting

    Gates' own operating system design was to be UNIX-based. However, he has long since stopped coding and started managing.

    You should look less at MSNBC's article as a support of open-source, or a secret desire to support Linux, then as a desire to become a serious news source.

    Microsoft has been trying for years to show that they are serious about the things they decide to pursue.

    Messengers, game consoles, ISP. All these things are places Microsoft didn't have to go and people didn't expect from a software company. Microsoft is just trying to get away from people thinking "Windows" when they think of Microsoft, and nothing else.

    --
    That what was all this school was for... to teach us how to solve our own problems. -- janeowit
  16. Re:This will help how by JoeBlows · · Score: 3, Informative

    the USB spec has generic drivers that are available to everyone. the drivers include talking to Opticle devices, talking to block devices, mice, and keyboards.

    --
    True capitalism = lots of similar companies = jobs for everyone who wants one.
  17. Long Device Rant. by twitter · · Score: 4, Informative
    I hate USB. Born in 1993, USB I was about as fast and universal as the parallel port. While I can see my devices on USB I, I have no idea how to talk to them. I have all the respect in the world for people who heroically struggle to build interfaces to talk to old scanners, cameras and what not, in the face of OEM indifference and hostility. I'm afraid that USB II and the far superior IEEE 1394 (400 mbps currenet 800 mbps planned, can have multiple pc hosts, backported to 2.2 kernels already). might suffer the same fate. Someone tell me it's not so.

    So nice of M$ to draw attention to the mechanism that it keeps splintered. The article phrases the situation as a model for Linux device compatiblity as if there were no other options and Linux development will alsways be broken and lagging. This is true, if you are talking about chasing M$'s broken tail. CSS has demonstrated that any device can be made impossible to talk to, regardless of technical skill.

    My experience with M$ USB has been less than advertised. Windows 2000 has managed to make USB I not hot pluggable, and it manages to screw up one of my camera's flash card formating everytime I plug it in at work! At home, I tried to print out five plain text pages to a USB printer from win98. I got four pages, five error messages for lack of communications and one last message about "unknown system errors" requiring a reboot. Sometimes it works, sometimes it don't. That's what happens when you screw around with "standards" too much.

    On the other hand, pcmcia with a compact flash adaptor has worked very well. Compact flash registers itself as a new hard drive, /dev/hde in most cases, and this shows up in /var/log/messages when you plug it in. So long as your camera stores pictures unscrambled, you can get them without any silly interface software or device driver. Mount and coppy. Cannon S110 works great, Sipix has broken pictures. Yeah, pcmcia only goes 64 mbps, sigh. Too bad someone out there wants to make sure that:
    1. You must use a propriatory driver to talk to your devices. This will enable DRM of the pictures you take - eventually you will have to pay per play to view or print your own pictures. That's progress!
    2. That driver will not work forever and you will have to replace your device. Bitrot! more progress. My place of work is filled with old devices that stoped working due to "software upgrades". The vendors recomend, shocker, that we replace the devices.

    M$ will never support a "universal" device.

    --

    Friends don't help friends install M$ junk.

  18. Re:Linux being mentioned on MSNBC by Anonymous Coward · · Score: 5, Insightful

    > Microsoft hasn't been bashing Linux so much anymore. It sees important opportunities there...

    > Anyway, they've been changing their atitude towards Linux and Open Source.

    That's the biggest BS I've ever heard. Gates and Ballmer still run the company, and they are no more honest now than in the past.

    It was just a few months ago that evidence came about that showed how Microsoft pressured Dell into dropping support for desktop Linux:

    http://www.theregister.co.uk/content/4/24478.html

    If Microsoft is being quieter now, it's because they want something -- something that requires less hostility from Linux developers.

    What Microsoft wants right now is for companies and developers to accept .Net, to develop for it, and to become dependent on it. That includes building ties to Palladium.

    This is consistent with Microsoft's earlier behaviour.

    For example, once Microsoft had their polluted J++ version of Java in place, their strategy became the following:

    > "At this point its [sic] not good to create MORE noise around our win32 java classes. Instead we should just quietly grow j++ share and assume that people will take advantage of our classes without ever realizing they are building win32-only java apps." http://java.sun.com/lawsuit/051498.unfair.html

    Microsoft tried a similar "keep quite and let everyone lock themselves in" strategy with Bristol's Wind/U (Windows APIs on Unix), which tended to lock Unix applications to Windows servers.

    So of course Microsoft would like things to quiet down right now. It's because they've already set the traps that they hope will capture Linux and the Internet.

    These traps include:

    - .Net
    - Palladium
    - Windows Media protocols over the Internet
    - Palladium support for Apache
    - MS Office lock-in on Linux (Crossover)
    - ActiveX lock-in on Linux (Crossover)
    - .Net support (lock-in) in Qt
    - ActiveX support (lock-in) in Konqueror
    - Windows Media lock-in on Linux (mplayer)
    - Hardware partnership with AMD (kept API details secret, making Linux unstable)
    - Hardware partnership with NVidia (closed source driver tied into Linux kernel)
    - Hardware lock-in through NVidia (their new graphics language compiler)
    - Attempted government-mandated IP-security-hardware lock-in

    Actually, now that I think about it, that last one is a killer. In order for Microsoft to get Congressmen and Senators on their side, it is very important to reduce the political risk, by making Microsoft seem more benign. Thus, if Microsoft can succeed in keeping the Linux supporters quiet, then more government officials will be willing to accept the payoffs, excuse me, campaign contributions that Microsoft has offered, in exchange for selling out the American people. It would be a pretty sweet deal for Microsoft to have a law that requires the use of Microsoft technology in every computing device.

  19. Re:Are you kidding? by fmaxwell · · Score: 3, Insightful

    Now we have USB2, which is slightly faster, but there's such a large base of IEEE video equipment

    I fully understand that. I deal with cards that have 1553 interfaces, GPIB interfaces, etc. in my work because we have equipment that needs those interfaces. But to claim that Linux should focus on the more specialized Firewire interface over the soon-to-be-ubiquitous USB 2.0 is almost as silly as claiming that USB is only good for mice and keyboards.

  20. Re:What was a new USB architecture even needed? by be-fan · · Score: 3, Informative

    Without looking at the specs to see, it's rather obvious that the hardware people just redesigned the interface all over again.
    >>>>>>>>>
    Well, here are the specs so you don't have to make stuff up:
    USB 2.0
    USB 1.0
    The real difference is here:
    OHCI (USB 1.0 host controller, this is the better one)
    UHCI (USB 1.0 host controller, the sucky one)
    EHCI (USB 2.0 host controller spec, has more smarts like OHCI)

    --
    A deep unwavering belief is a sure sign you're missing something...
  21. Re:Proud? by iabervon · · Score: 3, Informative

    Linux developers have, in general, had better things to do, aside from the group of people working on it. Until there are devices that use it and machines that support it, there's no reason to have OS support. MicroSoft shipped support a while ago because they're pushing its adoption. Linux developers just want all the devices people have to work; they're generally not pushing particular hardware. Keeping on top of all of the standards which may or may not catch on is generally a waste of time which could be better spent working on any of the other things you mentioned.

  22. Nope. by supabeast! · · Score: 4, Insightful

    "Does that make us the second most powerful now? :)"

    No, it just validates Microsoft's FUD that Linux is a bad choice for a desktop OS because of poor hardware support.

  23. Re:I don't get it by Catbeller · · Score: 3, Informative

    No, Apple and their evil patents didn't sink Firewire. They let the license go for a dollar a box, then soon waived the fee altogether.

    INTEL HAS THE PATENTS ON USB, and they ain't shy about making money on it. And forcing Firewire OUT, and forcing their inferior product IN.

    As for complexity, that would not be expensive if the technology could get better economies of scale.

    But since Wintel does not want Apple to prosper, and also since Intel was mightily miffed about little Apple taking it's USB thunder away when Firewire came out, they have FUDDed, lied, blocked, inhibited, you name it, any attempt at getting Firewire into the mainstream.

    Firewire is an amazing success story -- Overachiever actually makes big despite determined opposition to Voldemor it in the crib.

    Expensive complexity in chipsets is nonsense. Much more complex circuitry exists for a song -- how much is an LCD desktop screen? A video card? A CPU, jeez! A Duron 1.3 is going for $54! I picked up my Shuttle FV-24 barebone PC with Firewire on the motherboard for $190! There is no reason why Firewire is not on the mobo other than cutthroat "free" marketers making damn sure crud gets sold to nuke the hated compeitor.