Loading drivers/usb/class/ccid_bridge.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2014, 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 @@ -34,7 +34,7 @@ #define CCID_BRIDGE_MSG_SZ 512 #define CCID_BRIDGE_OPEN_TIMEOUT 500 /* msec */ #define CCID_CONTROL_TIMEOUT 500 /* msec */ #define CCID_BRIDGE_MSG_TIMEOUT 500 /* msec */ #define CCID_BRIDGE_MSG_TIMEOUT 1000 /* msec */ struct ccid_bridge { struct usb_device *udev; Loading Loading
drivers/usb/class/ccid_bridge.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2014, 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 @@ -34,7 +34,7 @@ #define CCID_BRIDGE_MSG_SZ 512 #define CCID_BRIDGE_OPEN_TIMEOUT 500 /* msec */ #define CCID_CONTROL_TIMEOUT 500 /* msec */ #define CCID_BRIDGE_MSG_TIMEOUT 500 /* msec */ #define CCID_BRIDGE_MSG_TIMEOUT 1000 /* msec */ struct ccid_bridge { struct usb_device *udev; Loading