File tree 2 files changed +0
-12
lines changed
Documentation/ABI/testing
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -255,15 +255,6 @@ Description:
255
255
is permitted, "u2" if only u2 is permitted, "u1_u2" if both u1 and
256
256
u2 are permitted.
257
257
258
- What: /sys/bus/usb/devices/.../(hub interface)/portX/connector
259
- Date: April 2021
260
- Contact: Heikki Krogerus <heikki.krogerus@linux.intel.com>
261
- Description:
262
- Link to the USB Type-C connector when available. This link is
263
- only created when USB Type-C Connector Class is enabled, and
264
- only if the system firmware is capable of describing the
265
- connection between a port and its connector.
266
-
267
258
What: /sys/bus/usb/devices/.../power/usb2_lpm_l1_timeout
268
259
Date: May 2013
269
260
Contact: Mathias Nyman <mathias.nyman@linux.intel.com>
Original file line number Diff line number Diff line change 9
9
10
10
#include <linux/slab.h>
11
11
#include <linux/pm_qos.h>
12
- #include <linux/usb/typec.h>
13
12
14
13
#include "hub.h"
15
14
@@ -577,7 +576,6 @@ int usb_hub_create_port_device(struct usb_hub *hub, int port1)
577
576
}
578
577
579
578
find_and_link_peer (hub , port1 );
580
- typec_link_port (& port_dev -> dev );
581
579
582
580
/*
583
581
* Enable runtime pm and hold a refernce that hub_configure()
@@ -621,6 +619,5 @@ void usb_hub_remove_port_device(struct usb_hub *hub, int port1)
621
619
peer = port_dev -> peer ;
622
620
if (peer )
623
621
unlink_peers (port_dev , peer );
624
- typec_unlink_port (& port_dev -> dev );
625
622
device_unregister (& port_dev -> dev );
626
623
}
You can’t perform that action at this time.
0 commit comments