Loading drivers/usb/gadget/u_ctrl_hsic.c +5 −1 Original line number Diff line number Diff line /* Copyright (c) 2011, The Linux Foundation. All rights reserved. /* Copyright (c) 2011, 2013 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -193,6 +193,10 @@ static void ghsic_ctrl_connect_w(struct work_struct *w) return; } set_bit(CH_OPENED, &port->bridge_sts); if (port->cbits_tomodem) ctrl_bridge_set_cbits(port->brdg.ch_id, port->cbits_tomodem); spin_unlock_irqrestore(&port->port_lock, flags); cbits = ctrl_bridge_get_cbits_tohost(port->brdg.ch_id); Loading Loading
drivers/usb/gadget/u_ctrl_hsic.c +5 −1 Original line number Diff line number Diff line /* Copyright (c) 2011, The Linux Foundation. All rights reserved. /* Copyright (c) 2011, 2013 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -193,6 +193,10 @@ static void ghsic_ctrl_connect_w(struct work_struct *w) return; } set_bit(CH_OPENED, &port->bridge_sts); if (port->cbits_tomodem) ctrl_bridge_set_cbits(port->brdg.ch_id, port->cbits_tomodem); spin_unlock_irqrestore(&port->port_lock, flags); cbits = ctrl_bridge_get_cbits_tohost(port->brdg.ch_id); Loading