Jump to content
4 posts in this topic

Recommended Posts

As some of you may know some manufacturers of motherboards such as Asus, Gigabyte and MSI have released driver updates or bios updates increasing the power in the USB hubs so iPads, iPhones and or any USB device can have more juice to charge like real macs and macbooks. What i want to know is if this can be ported to our hacks..

 

i have an asus motherboard so im especially interested in that, heres the link to the article and hopefully we can get a working solution for us..

 

http://www.tuaw.com/2010/05/31/driver-upda...ng-ipad-on-pcs/

May be something like this?

				Method (_DSM, 4, NotSerialized)
			{
				Store (Package ()
					{
						"AAPL,current-available", 1200,
						"AAPL,current-extra",  700,
						"AAPL,current-in-sleep",  1000, 
						Buffer () {0x00}
					}, Local0)
				DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
				Return (Local0)
			}

 

P.S. For EHCI USB.

×
×
  • Create New...