Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Westinghouse Commits to Green Plug's Universal A.C. Adapter

Posted by timothy on Sat Jun 14, 2008 09:08 PM
from the to-rule-them-all dept.
Ian Lamont writes "Westinghouse is the first major electronics manufacturer that has publicly committed to using a 'smart power technology' that will let people use a single universal adapter to power their laptops, cell phones and other electronics. The universal adapters, which use a technology developed by a startup called Green Plug, will act like a hub that several devices can plug into, and will also shut off the power supply when the device is turned off or has finished charging. The first are expected to go on sale in early 2009 for under $100, according to Westinghouse's CTO. Eventually, Westinghouse and other manufacturers that use the technology could stop shipping adapters with their products, because customers may already have universal adapters at home. However, some manufacturers may not be inclined to use universal power adapters: the article notes Apple gets supplementary revenue from the sale of proprietary connectors for the iPod and other devices."
+ -
story

Related Stories

[+] Technology: Universal Power Adapter Struggling For Support 277 comments
Ian Lamont writes "Last year, there was a lot of hopeful discussion surrounding an initiative to have the consumer electronics industry standardize their products on a USB-based universal power adapter devised by Green Plug. Eight months later, the effort has stalled. The reason: manufacturers have balked from using Green Plug's technology. '... Gadget makers seem to have no compelling financial incentive to adopt Green Plug's technology. It would require them to add Green Plug's chip, or similar hardware and software, into every phone, camera, or music player they build, making them more expensive and more complicated to build. Another stumbling block for manufacturers: A universal power supply would kill the market for replacement power supplies. Manufacturers sell these at a steep markup price to customers who lose or break the original one that came with the device, and aren't tech-savvy enough to procure a low-cost generic replacement.' Green Plug is now trying to drum up public outcry through a (slow) website, but the number of supportive comments and votes remains relatively low."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by markov_chain (202465) on Saturday June 14 2008, @09:13PM (#23796609) Homepage
    ... and they want their idea back!
    • by maxume (22995) on Saturday June 14 2008, @09:39PM (#23796779)
      If they give me my address back, I'll give them their idea back.
    • by harlows_monkeys (106428) on Saturday June 14 2008, @11:40PM (#23797563) Homepage

      When did Radioshack have anything like this?

      Radioshack had "universal" adaptors, that basically had several different plugs, and you could select the voltage and polarity, so you could make it work with your device.

      Green Plug uses the same plug for all devices, and when you plug in a device, the device and the power supply communicate. The device tells the power supply what its power needs are, and the power supply supplies that.

  • I was *this* close to finish building my collection of proprietary, non-interchangeable DC adapters!
  • by Ritz_Just_Ritz (883997) on Saturday June 14 2008, @09:19PM (#23796649)
    The cost to add the technology to a company's device is listed as US$2. The cost for a company to produce their own wall wart in China...probably less than US$2....and no licensing fees to worry about and no worries that the customer might not have a charger. This idea is going nowhere.

    In this case, I think the Chinese government actually got it right. They've forced all cell phone manufacturers to provide a USB port for charging the phones. Seems like a reasonable standard to me.

    Cheers,

     
    • by Lisandro (799651) on Saturday June 14 2008, @09:23PM (#23796681)
      As far as i know, only Motorolas' cells allows charging through the USB port. I might be wrong though.
      • Re: (Score:2, Informative)

        by Anonymous Coward
        Toshiba can also be charged via USB and Sony-Ericsson has the possibility but you need to activate it via a service menu in most of the phones.
      • Re: (Score:3, Informative)

        Blackberry as well. It's my favorite feature of my phone.
      • by fuzzyfuzzyfungus (1223518) on Saturday June 14 2008, @09:53PM (#23796889) Journal
        The thing that really sucks about Motorola's USB charge support(at least on mine, could also be verizon's fault) is that it does some sort of check, in software, before accepting a charger.

        The Motorola branded charger that came with it works fine, and computers with appropriate drivers work fine; but generic USB chargers and computers without drivers get a little "unauthorized" message and no charge.

        I'm sure it enables business models or something; but whoever came up with that one needs to be garroted.
        • by schon (31600) on Saturday June 14 2008, @10:25PM (#23797103) Homepage

          The thing that really sucks about Motorola's USB charge support is that it does some sort of check, in software, before accepting a charger
          No, I don't think so. I've used generic chargers with my Motorola phone with no problem.

          computers with appropriate drivers work fine; but generic USB chargers and computers without drivers get a little "unauthorized" message and no charge.
          The problem is the *computer*, not the phone, and it's a function of how USB manages power.

          USB devices have two levels of power they can draw - one very tiny amount, and a larger amount (guess which one charging your phone requires?)

          When a USB device is plugged in, it only gets the minimal amount. If it needs more, it has to negotiate for it... and operating systems do this with a driver. If you have no driver (or the amount of power requested would overload the USB bus), the request for the higher power level is denied, and the phone doesn't charge.

          Generic USB chargers just accept the request, unless it's for more than they can put out... which might have caused your problem... but it's not the phone that's at fault. (The phone needs what it needs, so if the charger can't or won't supply it, there's nothing the phone can do about it.)
            • by Hank the Lion (47086) on Sunday June 15 2008, @02:11AM (#23798283) Journal
              Hal Porter said:
              The computer will supply at least 5V 500mA to a device before it enumerates.
              and got moderated Informative for it.

              I don't know who did this moderating, but it must be someone who, like Hal Porter, does not know the USB spec.

              A USB device may only draw 100 mA before it is enumerated.
              When it is enumerated, it may negotiate more power with the driver, up to a maximum of 500 mA.
              When it is connected via a USB-powered hub, the driver will decline this request, and current stays 100 mA max. Otherwise, you could draw 2A from any USB port by simply connecting 4 devices through a hub.
              • by Hal_Porter (817932) on Sunday June 15 2008, @02:54AM (#23798463)

                Hal Porter said:
                The computer will supply at least 5V 500mA to a device before it enumerates.
                and got moderated Informative for it.

                I don't know who did this moderating, but it must be someone who, like Hal Porter, does not know the USB spec.

                A USB device may only draw 100 mA before it is enumerated.
                When it is enumerated, it may negotiate more power with the driver, up to a maximum of 500 mA.
                When it is connected via a USB-powered hub, the driver will decline this request, and current stays 100 mA max.
                I know what the spec says, I'm just pointing out that a PC won't enforce that 100mA limit for the excellent reason that loads of devices use USB just as a handy 5V supply and don't have the necessary smarts to enumerate.

                If it did enforce it, people would return it as incompatible with this sort of device.

                And that's really the point here. The spec isn't the whole story and most USB hosts were designed by people who wanted to maximize compatibility with devices that skirt the rules rather than robotically enforce "ze rules" and then tell users they were idiots for not understanding the spec. It's like something out of theoldnewthing really. The user doesn't know the spec, they just buy cheap USB gizmos. And cheap USB devices will most likely work like this because they don't need a microcontroller. Telling the user you won't support their device and they were an idiot for buying it is just being a jobsworth [wikipedia.org].

                Otherwise, you could draw 2A from any USB port by simply connecting 4 devices through a hub.
                Ok that's a different case. A non powered hub may well limit downstream power, so USB hard drives won't work if you connect them to it. Or the PC will detect overcurrent and disable the port. Or you'll end running the host port way outside its max power rating. This is a place where it would be correct to enforce the rules because not doing so may actually destroy the host.

                Enforcing the "100mA before enumeration" rule is silly though and that's why no USB host I have seen does it.
                • Re: (Score:3, Informative)

                  I know what the spec says, I'm just pointing out that a PC won't enforce that 100mA limit for the excellent reason that loads of devices use USB just as a handy 5V supply and don't have the necessary smarts to enumerate.
                  ...

                  Enforcing the "100mA before enumeration" rule is silly though and that's why no USB host I have seen does it.

                  OK, now I see your point.
                  If you follow the spec, your device will only draw 100 mA max before enumeration, and work under all circumstances.
                  If your device does not have the smarts to follow the spec, you become responsible for directly connecting it to a PC port without a hub.

                  Enforcing the "100 mA before enumeration" on the server side would indeed be silly.
                  But enforcing it on the client side (and thus equipping the client with the smarts to limit the current before larger current is allowed by the server)

        • Re: (Score:3, Informative)

          My Verizon phone appears to have this "feature" too -- from the factory it will charge from USB, but the modified it to do some sort of check. Anyway, it won't charge from any normal USB source, and that's definitely a feature I'm looking for on all future phones, cameras, games ... I think USB will be a sort of ubiquitous charging source. I'd be interested if someone could confirm that's what Verizon did vs. just some freak glitch with my phone.

          Given the frequency of billing screwups I've had with Verizon
          • Re: (Score:3, Informative)

            My blackberry will charge off three chargers i own. My phone ignores the blackberry charger but works off the generic car adapter and the plugin adapter that came with it.
        • by Technician (215283) on Saturday June 14 2008, @10:45PM (#23797229)
          Of the electronic items retired every year, 1/4 of them seem to be cell phones. What is also needed is mandantory unlocking of phones when the initial 2 year contract is over. How many phones are tossed simply because it won't work with your new carrier. Often people change carriers when they move because coverage sucks and another carrier works in that area. Now you have a phone to retire, not transfer. Think how much in cell charges we could save with a bring your own phone plan. A good portion of a 2 year contract cost is in a throw away phone.

          This is bad for consumers and bad for the environment. Locked cell phones after the intial subsidised plan expired should be illegal. It should be legal to take a phone free from a plan and subscribe it anywhere.

          Traveling overseas often means buying a local phone to avoid extreeme roaming charges, where a sim card for your trip should be all that is needed to take advantage of calling plans overseas.

          Having a phone for home and one for abroad is crazy. Taking a phone aborad and paying roaming fees is crazy. Pre-ordering a SIM card should be the way things are done, but locked phones prevent it.

          I noticed Cellular Toys is now selling unlocked phones. When my contract is up, I'm looking into it.
          • Re: (Score:3, Interesting)

            Consider that unlocking a phone is just the first step. Frequencies differ between carriers and countries. For instance, a 3G ATT phone uses the 1900MHz band while a 3G T-Mobile phone uses 1700MHz.

            Then theres CDMA carriers like Verizon and Sprint, which are totally incompatible with the GSM carriers.

            In a nutshell cell phones suck and there are a lot of reasons why phones wind up in landfills.
          • Re: (Score:3, Interesting)

            Or you could donate it [snbw.org] which could help save a woman's life. I have done this with several of my cell phones in the past and this way it can help someone instead of ending up more waste. But until we settle on one protocol for cell phones unlocking it wouldn't be as big a help as you think. But that is my 02c,YMMV
        • Re: (Score:3, Interesting)

          I have a couple of Motorola phones that will not charge under WinXP unless the Motorola software is installed. On Linux it just charges away. I have no problem with generic wall chargers.

          I think it has to do with the way WinXP decides if it is safe to send power over the line or not.
        • Re: (Score:3, Informative)

          Actually, Motorola phones check for a specific resistance across the ground shielding and pin 4. There really isn't anything software about it. A quick Google search provides a diagram (http://krhainos.tk/motoplug.jpg [krhainos.tk]) so you can build your own.
        • Re: (Score:3, Informative)

          One solution that I've heard of is to use a powered USB hub, not connected to a computer. It makes a handy charging station for multiple devices.
      • Re: (Score:3, Informative)

        As far as i know, only Motorolas' cells allows charging through the USB port. I might be wrong though.
        I believe Apple [apple.com]'s do too.
    • USB charging is great; but rather limited. (5VDC, 500mA). By virtue of ubiquity,a port originally designed to handle mice and keyboards and stuff has done quite well in the broader world; but a standard built with the actual task in mind would be nice.

      That said, floating such a standard may well be functionally impossible, which makes the imperfect but available seem like a good idea. USB is clearly the answer for low power devices; but it would be rather nice to have a similarly standard connector for 1
        • You are correct. Just as you can get "USB" wallwart and car adapter chargers that put out an amp or more, there is no need for an upper limit. The trick is setting the minimum amperage that a source must supply, which would also be the maximum aperage that a client may expect(unless admittedly nonstandard). I'm not familiar enough with the engineering to know what a reasonable value for that is. I'd guess 2A or so; but that is purely off the cuff.
          • Re:Amp Standard? (Score:5, Informative)

            by kesuki (321456) on Saturday June 14 2008, @10:23PM (#23797091) Journal
            USB 2.0 added the ability to draw up to 1.5amps for charging capabilities (the minimum is 100 milliamp). usb 3.0 could up the amperage even more, but again, usb will only ever put out 5 volt DC.

            fortunately there are a lot of devices that can run off 5 volt DC, so usb charging instead of wall brick is starting to take off. it's much cheaper to power off usb than to include a 'cheap' wall brick. only window's implementation of usb is 'broken' so that a device needs a device driver and must be in 'active' mode to charge.

            besides, if you design the device to charge off usb, you can then 'sell' a brick that costs extra and not include one for the 'price' of the device. both saving money, and adding a revenue stream.
      • by gEvil (beta) (945888) on Saturday June 14 2008, @09:31PM (#23796751)
        yes, I'll just plug my laptop into a USB port to charge it, and...

        Think about it this way--with a USB cable plugged into a free USB port and the other end plugged into the USB-styled powerport, you can carry your laptop around forever and never run out of power! I think the Chinese are onto something there...
        • My mom has one of those. I plugged it into my MP3 player once and it stopped working, until I reset it. So they're apparently not universal, and I don't recommend trying that.
  • the article notes Apple gets supplementary revenue from the sale of proprietary connectors for the iPod and other devices.

    So? You'll still need the proprietary iPod connector to hook it up to this charger hub, and Apple can still make it's money there (though there are already 3rd party chargers and connectors available). Though they have a point; my iPod won't charge in a universal USB charger, or even when connected to the computer it won't charge when its "dismounted" in Windows, and I am sure there'

    • Re:Not for Apple? (Score:5, Insightful)

      by Lumpy (12016) on Saturday June 14 2008, @09:50PM (#23796867) Homepage
      That is the fault of windows.

      Windows will not allow high current to the usb port unless the device is seen, driver loaded, and running. Many cellphones refuse to charge USB until you install the windows driver.

      It's Microsoft's fault. get a powered usb hub and bypass stupid microsoft tricks.

      P.S.: it's not the computer. Under linux I can charge a device with a usb port even if no drivers are loaded. only windows does this.
      • Re:Not for Apple? (Score:5, Informative)

        by WARM3CH (662028) on Saturday June 14 2008, @10:20PM (#23797061)

        It's Microsoft's fault.
        It's not anybody's fault. It is what USB standard says. Do you prefer Microsoft break the USB standard? Why should my device that correctly asks for a power token from USB host fail if a stupid hardware connected to the same hub mistakes USB port with a dumb 5 volts adapter?
        • Re:Not for Apple? (Score:5, Informative)

          by mabhatter654 (561290) on Saturday June 14 2008, @10:48PM (#23797253)
          because they don't have a default answer in a generic USB driver. It's one of the little digs they take so that each manufacture has to write a WHQL driver so their device will "properly" talk. This is instead of simply providing the industry standard, or most common, answer to the request when made.

          They pulled the same crap with the power management specs on laptops, so OEMS could "optimize" their performance, instead of simply implementing the default optimizations from the chip manufacture directly. The reason is that it keeps devices tied to Windows drivers and keeps OEMS in the Microsoft upgrade treadmill.
        • Re:Not for Apple? (Score:5, Informative)

          by PPH (736903) on Saturday June 14 2008, @10:12PM (#23797021)

          USB has a handshaking protocol for establishing what sort of load is attached and whether the host (hub, PC, whatever) will support the requested load's power. Many wall wart USB chargers are dumb 5V supplies. While this will satisfy some load devices, others will remain in 'low power' mode, awaiting the supply to acknowledge a request for more power. Which will never come. This may result in trickle charging or no charge mode at all.

          Experts on the topic may jump in and correct me, but this is my understanding: Some O/Ss handle the USB handshaking in device-specific drivers (Windows), while others implement this function in the lowest level of their USB stack (Linux). Smart USB hubs and chargers have a microcontroller and firmware to support this protocol.

  • by SmoothTom (455688) <Tomas@TiJiL.org> on Saturday June 14 2008, @09:22PM (#23796677) Homepage
    Does that mean that I have to un-plug my lappy to charge my cell, or maybe have a $100 "all-purpose" adapter in each room so I can power my lappy in the living room, charge my cellphone in the bedroom, have my portable radio playing in the kitchen, and all the other things that use power bricks all over the house?

    Do I get multiple smart power units at a hundred a pop instead of the cheapo $2 ones I use now?

    Will these fancy $100 units power multiple devices at the same time, each using a different voltage?

    Will it really handle an 85 watt load for a loaded laptop plus the dozen other devices that need simultaneous power for operation/charging?

    Wait a minute, my WiFi base, router my cable modem, my scanner, and who knows how many other "things" in my office all have wall warts powering them. How may devices will one of these $100 units actually handle?

    Naw. I'll stick with my little cheap wall warts and a power strip with a switch...

    --Tomas
  • Have been saying this for years. For 120 AC power there's a standard plug. Why do I have to have a dozen different transformer bricks underneath my desk to power all of my computer, network, and phone stuff?
  • igo [igo.com] already has this technology today. You can get them at RadioShack, as well as online.
  • by Triv (181010) on Saturday June 14 2008, @09:39PM (#23796781) Journal

    I have one of these; it's called a "Computer." Seriously - every necessary portable device I own charges through USB - my phone, my camera, my mp3 player, all of it.

    Westinghouse is essentially trying to sell me a hundred dollar USB hub. That's progress for you.

    • Re: (Score:3, Insightful)

      the point of this is that it will monitor the ports and turn off the power to the whole device at the wall. That will make your devices be "really" off when they're done working. Wall-warts waste a large amount of power like 5-10% of your electric bill on the grid because the transformer inside is still active even if there's nothing attached.
  • Now I'm all for standardizing connectors when it's possible to also standardize voltage and other power charachteristics but frankly this just seems like a really bad idea.

    For starters each green plug power source is likely to be larger and bulkier than a power supply that operates at a single set of charachteristics. Given that the devices that require these power supplies are usually mobile that means it just got heavier to lug your mobile phone charger on vacation. Now you might hope that in total you would save on power supplies because you could share one power source between multiple devices. But if you only bring one power supply on your trip that means you can't leave your laptop charging in your hotel room/friend's house while taking your cell phone charger with for the day.

    In short flexibility will require we still own a power supply for each device not to mention the point made in the article that each vendor is still going to want to ship a power source with their item. It seems to me a better idea is to standardize on a few power profiles and connectors instead so we can simply use more power supplies interchangeably without making them support multiple voltages.

    In particular it seems best if we standardized on one connector (like the great apple magnetic one) for laptop type devices and the settled on powering the small devices through the USB standard like the iphone and other cell phones. Not only does your power cable now double as a data cable but we've saved on all the excess effort that would have gone into making smart power sources offering multiple voltages.
    • by mabhatter654 (561290) on Saturday June 14 2008, @11:11PM (#23797389)
      if we make them standard, hotels and other places will already have one available! Sure, we might need wall-warts available for just one plug, but it would be the exception.. and everybody would have one!

      It's not about the "plugs" it's about the wasted power of plugged in things that aren't being used. The trouble with Wall-warts is they are stupid and drizzle power the entire time they are plugged in, even without a device attached. What do we do? we buy and extra to take on the road, so we don't have to crawl under our desks and unplug them... so we have 5 wall-warts running with no devices all day!! That's what this product is trying to eliminate because it will shut as much power circuitry as possible when the device is not used.
  • by Animats (122034) on Saturday June 14 2008, @10:10PM (#23797007) Homepage

    The only thing actually made by "Westinghouse" is nuclear reactors. [westinghousenuclear.com] The brand name is licensed out by CBS to Westinghouse Digital Electronics LLC, which is a front for Chi Mei Optoelectronics, a subsidiary of Chi Mei Corporation (Taiwan).

    Chi Mei is probably the world's leading supplier of large LCD panels.

  • It's not like that (Score:5, Insightful)

    by jnork (1307843) on Saturday June 14 2008, @11:13PM (#23797403)
    First: yes, you will have just as many power supplies as items to be powered and/or recharged. Nothing new there. (Oh, that's not counting their power supply hub. But we'll ignore that for the moment.) Yes, these supplies will cost more initially than the present ones. But like any investment, it's supposed to save you money in the long run.

    On the other hand, when your cell phone dies, or your electric razor, or your battery charger, you can buy a new one without buying a new power supply -- because the power supply is universal, see? Less waste in the landfill, less use of resources (one less supply to build), less money to buy the new item.

    And if you dash off on a trip and forget your cell phone charger, but remember your electric razor charger -- hey, no problem! They'll just have to take turns. Or you can charge them both at night because you're not using your laptop.

    In fact, any decent hotel will have a charger installed right in the wall. Just in case.

    Or you're staying at a friend's house; you can borrow his.

    As for the supply being bulky, they've already got a supply that can adjust to any voltage in its range.

    Since the supply actually talks to the device, it will know when the device is charged, and turn itself off. Unlike the current average wall wart, it will stop using power (or only use a miniscule trickle) if the device doesn't need power.

    So: Initial expense will be higher, but you'll be able to save on later purchases (because you can re-use the old supply), you'll save on power (because of lower vampiric power draw), and all the power supplies will be interchangeable.

    Greenplug's web site [greenplug.us]

  • I went through the Green Plug website. Could this technology help a particular company with their family of products?

    No information on power levels -- I could really use some information in I and V ranges. I could use some basic information about protocols. Is it designed for intermittent use, like charging, or can I design my widget to use one of these for full time operation?

    I'd rate the website +5 for marketing speak and -200 for lack of technical detail that could give interested technical folks some basic information to decide whether to take this to the next level.
  • by trawg (308495) on Sunday June 15 2008, @01:02AM (#23797969) Homepage
    I'd happily pay an extra $5 or $10 for a device if it had an iPod charge connector.

    I travel a bit and it is a royal pain in the ass to have to have to carry multiple chargers. I'm up to 5 now - laptop, phone, ipod, ipaq, and camera chargers (yes, I could scale back what I take, but I don't want to; I use all those devices a lot on the move).

    It is probably one of the most common electronic devices so I'm really surprised there's not more out there. I know Apple wants a cut, but I can't imagine its more than a couple of dollars per device and I'd HAPPILY pay the extra for it. In addition to the above 5 devices I have a billion more at home that I don't want either.

    While I'd obviously much rather see some generic standard take hold, I can't see that happening because these add-on peripheral things are clearly such an awesome cashcow for consumer electronics makers. In the meantime, I'm happy to let Apple rule the roost.
    • "While I'd obviously"
      really? It's not that obvious from the text above that line.

      "much rather see some generic standard take hold, I can't see that happening because these add-on peripheral things are clearly such an awesome cashcow for consumer electronics makers. In the meantime, I'm happy to let Apple rule the roost."
      And it's definitely non-obvious here. If anything, I'd say it's obvious you love Apple (nothing wrong with that; certainly not calling you a fanboy or anything juvenile of the sort. I lov
    • Re: (Score:3, Insightful)

      Also as speaking from experience, my laptop had its motherboard fried not once, but twice. Both from using third party plugs, the first was from a "universal" adapter, the second was what the guy from the maker's tech support told me to buy. Both of the times the real AC adapter's wires became broken because I *gasp* actually used my laptop to travel more then 3 feet and used it for *gasp* more then 3 hours a day. Laptop makers really should adopt a standard because of all the things about laptops I like, I
    • by Sycraft-fu (314770) on Saturday June 14 2008, @10:24PM (#23797095)
      No Chinese firm owns Westinghouse. The history of Westinghouse is a little convoluted, but it is basically now CBS. Westinghouse was originally called Westinghouse Electric Corporation. In the 90s they bought CBS and then later renamed themselves to CBS Corporation (which then sold itself to Viacom which then renamed to CBS Corporation). Currently, the Westinghouse brand is managed by a CBS subsidiary again called Westinghouse Electric Corporation. Various companies license the rights to use the brand. CBS is, of course, a publicly traded company headquartered in the United States (New York in particular).

      So no, the parent is not "interesting".