Loading drivers/usb/misc/ks_bridge.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2012-2014, 2017-2018, Linux Foundation. All rights reserved. * Copyright (c) 2012-2014, 2017-2019, 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 @@ -700,6 +700,7 @@ ksb_usb_probe(struct usb_interface *ifc, const struct usb_device_id *id) case 0x9025: case 0x9091: case 0x901D: case 0x901F: /* 1-1 mapping between ksb and udev port which starts with 1 */ ksb_port_num = udev->portnum - 1; dev_dbg(&udev->dev, "ifc_count: %u, port_num:%u\n", ifc_count, Loading Loading
drivers/usb/misc/ks_bridge.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2012-2014, 2017-2018, Linux Foundation. All rights reserved. * Copyright (c) 2012-2014, 2017-2019, 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 @@ -700,6 +700,7 @@ ksb_usb_probe(struct usb_interface *ifc, const struct usb_device_id *id) case 0x9025: case 0x9091: case 0x901D: case 0x901F: /* 1-1 mapping between ksb and udev port which starts with 1 */ ksb_port_num = udev->portnum - 1; dev_dbg(&udev->dev, "ifc_count: %u, port_num:%u\n", ifc_count, Loading