Re: [PATCH] twl4030-usb: Report correct vbus value for accessory charger adapters1

2011-04-13 Thread Greg KH
On Fri, Apr 01, 2011 at 11:02:07PM +0200, Matthias Kaehlcke wrote: > The twl4030-usb driver exports the status of VBUS as sysfs attribute. > In case an accessory charger adapter (ACA) is connected to the OTG > transceiver the attribute is always 'off', even when the charger > provides VBUS. Added a

[PATCH] twl4030-usb: Report correct vbus value for accessory charger adapters1

2011-04-01 Thread Matthias Kaehlcke
The twl4030-usb driver exports the status of VBUS as sysfs attribute. In case an accessory charger adapter (ACA) is connected to the OTG transceiver the attribute is always 'off', even when the charger provides VBUS. Added a variable to keep track of the status of VBUS and report it correctly Sig