You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Bring back novacom support so we can use WebOS QuickInstall, legacy SDK and ares-cli/webOS OSE SDK
Describe the solution you'd like
Support for Novacom via USB gadget
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Is your feature request related to a problem? Please describe.
Bring back novacom support so we can use WebOS QuickInstall, legacy SDK and ares-cli/webOS OSE SDK
Describe the solution you'd like
Support for Novacom via USB gadget
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
USB config setup:
https://github.com/webosose/webos-initscripts/blob/master/common/lib/systemd/system/scripts/usbctrl.sh.in
Kernel options in legacy devices:
CONFIG_USB_USBNET=y
CONFIG_USB_NET_CDCETHER=y
CONFIG_USB_NET_CDC_NCM=y
CONFIG_USB_NET_CDC_SUBSET=y
CONFIG_USB_SIERRA_NET_SWI=y
CONFIG_USB_NET_HW_CDC=y
CONFIG_PM8058_USB_VBUS_CONTROL=y
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS=y
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m
CONFIG_USB_HID=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_DEVICE_CLASS=y
CONFIG_USB_SUSPEND=y
CONFIG_USB_MON=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_EHSET=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_MSM=y
CONFIG_USB_PEHCI_HCD=y
CONFIG_USB_ACM=y
CONFIG_USB_WDM=y
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_ONETOUCH=y
CONFIG_USB_STORAGE_KARMA=y
CONFIG_USB_STORAGE_CYPRESS_ATACB=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_SIERRAWIRELESS_SWI=y
CONFIG_USB_SERIAL_WWAN=y
CONFIG_USB_SERIAL_OPTION_HUAWEI=y
CONFIG_USB_EHSET_TEST_FIXTURE=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VBUS_DRAW=500
CONFIG_USB_GADGET_SELECTED=y
CONFIG_USB_GADGET_MSM_72K=y
CONFIG_USB_MSM_72K=y
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_GADGET_EVENT=y
CONFIG_USB_MULTIPLE_CHARGER_DETECT=y
CONFIG_USB_CSW_HACK=y
CONFIG_USB_ROCKHOPPER=y
CONFIG_USB_ROCKHOPPER_MANUFACTURER_STRING="HP"
CONFIG_USB_ROCKHOPPER_PRODUCT_STRING="webOS-device"
CONFIG_USB_ROCKHOPPER_VID=0x830
CONFIG_USB_ROCKHOPPER_PID_BASE=0x8070
CONFIG_USB_ROCKHOPPER_PID_SHIFT=0
CONFIG_USB_OTG_UTILS=y
CONFIG_USB_MSM_OTG_72K=y
The text was updated successfully, but these errors were encountered: