From: Kyson Lok Date: Mon, 28 May 2018 06:21:41 +0000 (+0800) Subject: kernel: fix modem driver build error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c1df4bcaf37fae0174f45b1af09eed62899e1d4;p=thirdparty%2Fopenwrt.git kernel: fix modem driver build error --- diff --git a/target/linux/ar71xx/patches-4.9/742-add-modem-driver.patch b/target/linux/ar71xx/patches-4.9/742-add-modem-driver.patch index 2c7f689ec49..fa00a208d5b 100644 --- a/target/linux/ar71xx/patches-4.9/742-add-modem-driver.patch +++ b/target/linux/ar71xx/patches-4.9/742-add-modem-driver.patch @@ -186,7 +186,7 @@ + if (serial->dev->descriptor.idVendor == cpu_to_le16(0x05C6) && + serial->dev->descriptor.idProduct == cpu_to_le16(0x9215)) { + pm_runtime_set_autosuspend_delay(&serial->dev->dev, 3000); -+ usb_set_serial_data(serial, (void *)blacklist); ++ usb_set_serial_data(serial, (void *)device_flags); + usb_enable_autosuspend(serial->dev); + } + if (serial->dev->descriptor.idVendor == cpu_to_le16(0x2C7C)) {