diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-06 13:53:27 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-06 19:38:55 +0100 |
commit | 88ca6390eab24efda3f6333453cd645b5e20e400 (patch) | |
tree | aca0017be6abf1534934ec15cac1da4fd30c66f7 /target/linux/ramips/patches-4.4 | |
parent | b9857b21c27c3ba98a400cd797c540baa9f40be1 (diff) | |
download | upstream-88ca6390eab24efda3f6333453cd645b5e20e400.tar.gz upstream-88ca6390eab24efda3f6333453cd645b5e20e400.tar.bz2 upstream-88ca6390eab24efda3f6333453cd645b5e20e400.zip |
kernel: bump to 4.4.40
Refresh patches on all 4.4 supported platforms.
Compile & run tested: lantiq/xrx200
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ramips/patches-4.4')
-rw-r--r-- | target/linux/ramips/patches-4.4/102-add-dlink-dwr158-in-usb-serial-option.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/ramips/patches-4.4/102-add-dlink-dwr158-in-usb-serial-option.patch b/target/linux/ramips/patches-4.4/102-add-dlink-dwr158-in-usb-serial-option.patch deleted file mode 100644 index 59743e77a3..0000000000 --- a/target/linux/ramips/patches-4.4/102-add-dlink-dwr158-in-usb-serial-option.patch +++ /dev/null @@ -1,14 +0,0 @@ -Adding registration for 3G modem DWM-158 in usb-serial-option - -Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com> - ---- a/drivers/usb/serial/option.c -+++ b/drivers/usb/serial/option.c -@@ -1989,6 +1989,7 @@ static const struct usb_device_id option - { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d02, 0xff, 0x00, 0x00) }, - { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x02, 0x01) }, - { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) }, -+ { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7d04, 0xff) }, /* D-Link DWM-158 */ - { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7e19, 0xff), /* D-Link DWM-221 B1 */ - .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, - { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */ |