]> bbs.cooldavid.org Git - net-next-2.6.git/commit
USB: twl4030-usb: fix minor reporting goofage
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 31 Mar 2009 19:26:10 +0000 (12:26 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:44:40 +0000 (21:44 -0700)
commitdef6f8b978618d50daaddb92331d398da9e141f1
treeac8de48477184a97fec8cd96fa932b6ca90bb177
parentdc2f2b7505c195a6963fc07b549e269eee417261
USB: twl4030-usb: fix minor reporting goofage

Fix a reporting glitch in the twl4030 USB transceiver code.
It wasn't properly distinguishing the two types of active
USB link:  ID grounded, vs not.  In the current code that
distinction doesn't much matter; in the future this bugfix
should help support better USB controller communications.

Provide a comment sorting out some of the cryptic bits of
the manual:  different sections use different names for
key signals, and the register definitions don't help much
without the explanations and diagrams.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/otg/twl4030-usb.c