usb: common: introduce usb_state_string()
authorFelipe Balbi <balbi@ti.com>
Thu, 24 Jan 2013 20:29:48 +0000 (22:29 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:11 +0000 (11:17 +0200)
this function will receive enum usb_device_state
and return a human-readable string from it or,
case an unknown value is passed as argument,
the string "UNKNOWN".

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found