Skip to content

Commit

Permalink
Remove USB host mode support in kernel
Browse files Browse the repository at this point in the history
This makes it so that the USB port *only* works in gadget mode. It fixes
an issue where the USB connection didn't work to my laptop. Presumably,
the USB stack thinks that the port should be run in host mode. However,
it was unclear why everything worked in Raspbian.

See issue #10 for more details.
  • Loading branch information
fhunleth committed Jun 13, 2017
1 parent 670bd34 commit b3bf3aa
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions linux-4.4.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,7 @@ CONFIG_SND_SOC_ADAU1701=m
CONFIG_SND_SOC_WM8804_I2C=m
CONFIG_SND_SIMPLE_CARD=m
CONFIG_SOUND_PRIME=m
CONFIG_HIDRAW=y
CONFIG_HID_APPLE=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
CONFIG_USB_STORAGE=y
CONFIG_USB_DWC2=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_GADGET=y
CONFIG_USB_G_SERIAL=y
CONFIG_MMC=y
Expand Down Expand Up @@ -204,7 +192,6 @@ CONFIG_DMA_BCM2708=y
CONFIG_UIO=m
CONFIG_UIO_PDRV_GENIRQ=m
CONFIG_STAGING=y
CONFIG_R8712U=y
CONFIG_STAGING_MEDIA=y
CONFIG_MAILBOX=y
CONFIG_BCM2835_MBOX=y
Expand Down

0 comments on commit b3bf3aa

Please sign in to comment.