TinkerBoard / debian_kernel

Debian Kernel source for Tinker Board
Other
143 stars 64 forks source link

Update QMI driver #21

Closed danilaeremin closed 5 years ago

danilaeremin commented 6 years ago

Request to update QMI_WWAN driver from original linux repo.

For support SIMCom 7600E module need to update driver. {QMI_QUIRK_SET_DTR(0x1e0e, 0x9001, 5)}, / SIMCom 7100E, 7230E, 7600E ++ /

jamess-huang commented 6 years ago

Hi, It seems the QMI_QUIRK_SET_DTR function is supported from kernel 4.9, but our kernel version is 4.4. I am afraid it can not be updated. But you can try by yourself. For example, you can replace the qmi_wwan.c file and then try to fix the compile error.