USB: s3c_hsotg: define USB_GADGET_DUALSPEED in Kconfig
The s3c_hsotg driver sets usb_gadget->is_dualspeed to 1, yet it doesn't define USB_GADGET_DUALSPEED in Kconfig. This triggers a NULL pointer dereference in the composite driver (which is fixed in another patch). Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
390b166138
commit
0287e43dda
@ -295,6 +295,7 @@ config USB_GADGET_S3C_HSOTG
|
|||||||
boolean "S3C HS/OtG USB Device controller"
|
boolean "S3C HS/OtG USB Device controller"
|
||||||
depends on S3C_DEV_USB_HSOTG
|
depends on S3C_DEV_USB_HSOTG
|
||||||
select USB_GADGET_S3C_HSOTG_PIO
|
select USB_GADGET_S3C_HSOTG_PIO
|
||||||
|
select USB_GADGET_DUALSPEED
|
||||||
help
|
help
|
||||||
The Samsung S3C64XX USB2.0 high-speed gadget controller
|
The Samsung S3C64XX USB2.0 high-speed gadget controller
|
||||||
integrated into the S3C64XX series SoC.
|
integrated into the S3C64XX series SoC.
|
||||||
|
Loading…
Reference in New Issue
Block a user