-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add gsm modem usb driver #521
Conversation
The Linux kernel includes various excotic or very old drivers. For which devices will this driver be used? I could not find your VID/PID. |
I try your suggestion, but the device has no ControlEndpoint |
the
Please provide |
It also cant work without the check. It throw
|
I see. Your driver also does mConnection.controlTransfer but uses 0 instead of USB_RT_ACM. |
The Linux driver is ~10 years old. For which devices will it be used? |
Referenc linux kernel code
drivers/usb/serial/usb_wwan.c
drivers/usb/serial/option.c