diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2016-03-07 02:07:56 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2016-03-07 02:07:56 +0000 |
commit | 3db8e0dfa521e09d14e5311647a7fff9ea8ce3a0 (patch) | |
tree | ff65d989d8715ddff08142f210325cc0c98134a0 | |
parent | 449bf2e9b2e93b07b3e4492e9a4dd8619470c00b (diff) | |
download | linux-libre-raptor-3db8e0dfa521e09d14e5311647a7fff9ea8ce3a0.tar.gz linux-libre-raptor-3db8e0dfa521e09d14e5311647a7fff9ea8ce3a0.zip |
GNU Linux-libre 4.5-rc7-gnu
-rwxr-xr-x | releases/branches/4.5/deblob-4.5 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/releases/branches/4.5/deblob-4.5 b/releases/branches/4.5/deblob-4.5 index 427e3b41d..09a7faea2 100755 --- a/releases/branches/4.5/deblob-4.5 +++ b/releases/branches/4.5/deblob-4.5 @@ -2743,11 +2743,13 @@ clean_blob drivers/usb/serial/mxuport.c clean_kconfig drivers/usb/serial/Kconfig USB_SERIAL_MXUPORT clean_mk CONFIG_USB_SERIAL_MXUPORT drivers/usb/serial/Makefile -announce USB_SERIAL_MXUPORT11 - "USB Moxa UPORT 11x0 Serial Driver" -reject_firmware drivers/usb/serial/mxu11x0.c -clean_blob drivers/usb/serial/mxu11x0.c -clean_kconfig drivers/usb/serial/Kconfig USB_SERIAL_MXUPORT11 -clean_mk CONFIG_USB_SERIAL_MXUPORT11 drivers/usb/serial/Makefile +# This was removed in 4.5-rc7, but it will likely be back in some +# future release, so let's keep the code commented out here. +# announce USB_SERIAL_MXUPORT11 - "USB Moxa UPORT 11x0 Serial Driver" +# reject_firmware drivers/usb/serial/mxu11x0.c +# clean_blob drivers/usb/serial/mxu11x0.c +# clean_kconfig drivers/usb/serial/Kconfig USB_SERIAL_MXUPORT11 +# clean_mk CONFIG_USB_SERIAL_MXUPORT11 drivers/usb/serial/Makefile announce USB_SERIAL_TI - "USB TI 3410/5052 Serial Driver" drop_fw_file firmware/ti_3410.fw.ihex firmware/ti_3410.fw |