From 8b63229c3a24dcee92e43cd17ff4e70393040a3f Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 23 Mar 2007 09:55:40 -0400 Subject: [PATCH] musb_hdrc: Minor cleanups involving name changes Minor cleanups involving name changes, primarily on the peripheral side: - musb->bMayWakeup becomes may_wakeup (camelcase bad) - musb->bIsSelfPowered becomes is_self_powered (camelcase bad) - pThis (as parameter or variable) becomes musb (camelcase bad) - tusb_set_power becomes tusb_draw_power (more meaningful name) - tusb_set_vbus becomes tusb_source_power (more meaningful name) Also, add a flag to track if a B-Peripheral device draws any VBUS power (currently only tusb6010 can set that). Signed-off-by: David Brownell --- Reading git-format-patch failed