mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: GKI: enable CONFIG_USB_DUMMY_HCD
A number of systems need the dummy USB host controller driver for testing, so enable it into the kernel to remove the need to support a bunch of exported symbols just for that driver. Bug: 157965270 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I74b3aa819984dd894cccd3a5239d210b9e0d43a5
This commit is contained in:
parent
81802314e3
commit
eac2a38bd6
|
|
@ -610,7 +610,6 @@
|
|||
unregister_chrdev_region
|
||||
unregister_reboot_notifier
|
||||
unregister_rpmsg_driver
|
||||
usb_add_hcd
|
||||
usb_amd_dev_put
|
||||
usb_amd_quirk_pll_check
|
||||
usb_amd_quirk_pll_disable
|
||||
|
|
@ -618,19 +617,12 @@
|
|||
usb_debug_root
|
||||
usb_deregister
|
||||
usb_disabled
|
||||
usb_hcd_check_unlink_urb
|
||||
usb_hcd_giveback_urb
|
||||
usb_hc_died
|
||||
usb_hcd_is_primary_hcd
|
||||
usb_hcd_link_urb_to_ep
|
||||
usb_hcd_pci_pm_ops
|
||||
usb_hcd_pci_probe
|
||||
usb_hcd_pci_remove
|
||||
usb_hcd_pci_shutdown
|
||||
usb_hcd_platform_shutdown
|
||||
usb_hcd_poll_rh_status
|
||||
usb_hcd_resume_root_hub
|
||||
usb_hcd_unlink_urb_from_ep
|
||||
usbnet_disconnect
|
||||
usbnet_get_endpoints
|
||||
usbnet_get_msglevel
|
||||
|
|
@ -652,9 +644,7 @@
|
|||
usbnet_write_cmd
|
||||
usbnet_write_cmd_async
|
||||
usbnet_write_cmd_nopm
|
||||
usb_put_hcd
|
||||
usb_register_driver
|
||||
usb_remove_hcd
|
||||
usb_root_hub_lost_power
|
||||
usleep_range
|
||||
vabits_actual
|
||||
|
|
|
|||
|
|
@ -2250,7 +2250,6 @@
|
|||
up_write
|
||||
usb_add_gadget
|
||||
usb_add_gadget_udc
|
||||
usb_add_hcd
|
||||
usb_add_phy_dev
|
||||
usb_alloc_coherent
|
||||
usb_alloc_dev
|
||||
|
|
@ -2268,7 +2267,6 @@
|
|||
usb_composite_setup_continue
|
||||
usb_control_msg
|
||||
__usb_create_hcd
|
||||
usb_create_shared_hcd
|
||||
usb_debug_root
|
||||
usb_decode_ctrl
|
||||
usb_del_gadget_udc
|
||||
|
|
@ -2304,23 +2302,16 @@
|
|||
usb_get_maximum_speed
|
||||
usb_get_urb
|
||||
usb_gstrings_attach
|
||||
usb_hcd_check_unlink_urb
|
||||
usb_hcd_end_port_resume
|
||||
usb_hcd_giveback_urb
|
||||
usb_hc_died
|
||||
usb_hcd_irq
|
||||
usb_hcd_is_primary_hcd
|
||||
usb_hcd_link_urb_to_ep
|
||||
usb_hcd_map_urb_for_dma
|
||||
usb_hcd_pci_pm_ops
|
||||
usb_hcd_pci_probe
|
||||
usb_hcd_pci_remove
|
||||
usb_hcd_pci_shutdown
|
||||
usb_hcd_platform_shutdown
|
||||
usb_hcd_poll_rh_status
|
||||
usb_hcd_resume_root_hub
|
||||
usb_hcd_start_port_resume
|
||||
usb_hcd_unlink_urb_from_ep
|
||||
usb_hub_clear_tt_buffer
|
||||
usb_hub_find_child
|
||||
usb_ifnum_to_if
|
||||
|
|
@ -2328,12 +2319,9 @@
|
|||
usb_interface_id
|
||||
usb_kill_urb
|
||||
usb_poison_urb
|
||||
usb_put_dev
|
||||
usb_put_function_instance
|
||||
usb_put_hcd
|
||||
usb_register_driver
|
||||
usb_register_notify
|
||||
usb_remove_hcd
|
||||
usb_remove_phy
|
||||
usb_role_switch_get_drvdata
|
||||
usb_role_switch_register
|
||||
|
|
|
|||
|
|
@ -393,34 +393,6 @@
|
|||
cpufreq_register_driver
|
||||
cpufreq_unregister_driver
|
||||
|
||||
# required by dummy_hcd.ko
|
||||
device_create_file
|
||||
device_remove_file
|
||||
platform_device_add_data
|
||||
sg_miter_next
|
||||
sg_miter_start
|
||||
sg_miter_stop
|
||||
usb_add_gadget_udc
|
||||
usb_add_hcd
|
||||
usb_create_hcd
|
||||
usb_create_shared_hcd
|
||||
usb_del_gadget_udc
|
||||
usb_disabled
|
||||
usb_ep_set_maxpacket_limit
|
||||
usb_gadget_giveback_request
|
||||
usb_gadget_udc_reset
|
||||
usb_get_dev
|
||||
usb_hcd_check_unlink_urb
|
||||
usb_hcd_giveback_urb
|
||||
usb_hcd_is_primary_hcd
|
||||
usb_hcd_link_urb_to_ep
|
||||
usb_hcd_poll_rh_status
|
||||
usb_hcd_resume_root_hub
|
||||
usb_hcd_unlink_urb_from_ep
|
||||
usb_put_dev
|
||||
usb_put_hcd
|
||||
usb_remove_hcd
|
||||
|
||||
# required by failover.ko
|
||||
netdev_master_upper_dev_link
|
||||
rtnl_is_locked
|
||||
|
|
|
|||
|
|
@ -425,6 +425,7 @@ CONFIG_USB_STORAGE=y
|
|||
CONFIG_USB_UAS=y
|
||||
CONFIG_USB_DWC3=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_DUMMY_HCD=y
|
||||
CONFIG_USB_CONFIGFS=y
|
||||
CONFIG_USB_CONFIGFS_UEVENT=y
|
||||
CONFIG_USB_CONFIGFS_SERIAL=y
|
||||
|
|
|
|||
|
|
@ -381,6 +381,7 @@ CONFIG_USB_STORAGE=y
|
|||
CONFIG_USB_UAS=y
|
||||
CONFIG_USB_DWC3=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_DUMMY_HCD=y
|
||||
CONFIG_USB_CONFIGFS=y
|
||||
CONFIG_USB_CONFIGFS_UEVENT=y
|
||||
CONFIG_USB_CONFIGFS_SERIAL=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user