Fixes Github issue #750.
Change-Id: I6a00e8744f206981e075d9b693d69ebb372921ad
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5299
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
# |
| 2 | 2 |
# Automatically generated file; DO NOT EDIT. |
| 3 |
-# Linux/x86 4.9.78 Kernel Configuration |
|
| 3 |
+# Linux/x86 4.9.109 Kernel Configuration |
|
| 4 | 4 |
# |
| 5 | 5 |
CONFIG_64BIT=y |
| 6 | 6 |
CONFIG_X86_64=y |
| ... | ... |
@@ -2395,7 +2395,57 @@ CONFIG_USB_STORAGE=m |
| 2395 | 2395 |
# |
| 2396 | 2396 |
# USB port drivers |
| 2397 | 2397 |
# |
| 2398 |
-# CONFIG_USB_SERIAL is not set |
|
| 2398 |
+CONFIG_USB_SERIAL=m |
|
| 2399 |
+CONFIG_USB_SERIAL_GENERIC=y |
|
| 2400 |
+# CONFIG_USB_SERIAL_SIMPLE is not set |
|
| 2401 |
+# CONFIG_USB_SERIAL_AIRCABLE is not set |
|
| 2402 |
+# CONFIG_USB_SERIAL_ARK3116 is not set |
|
| 2403 |
+# CONFIG_USB_SERIAL_BELKIN is not set |
|
| 2404 |
+# CONFIG_USB_SERIAL_CH341 is not set |
|
| 2405 |
+# CONFIG_USB_SERIAL_WHITEHEAT is not set |
|
| 2406 |
+# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set |
|
| 2407 |
+CONFIG_USB_SERIAL_CP210X=m |
|
| 2408 |
+# CONFIG_USB_SERIAL_CYPRESS_M8 is not set |
|
| 2409 |
+# CONFIG_USB_SERIAL_EMPEG is not set |
|
| 2410 |
+CONFIG_USB_SERIAL_FTDI_SIO=m |
|
| 2411 |
+# CONFIG_USB_SERIAL_VISOR is not set |
|
| 2412 |
+# CONFIG_USB_SERIAL_IPAQ is not set |
|
| 2413 |
+# CONFIG_USB_SERIAL_IR is not set |
|
| 2414 |
+# CONFIG_USB_SERIAL_EDGEPORT is not set |
|
| 2415 |
+# CONFIG_USB_SERIAL_EDGEPORT_TI is not set |
|
| 2416 |
+# CONFIG_USB_SERIAL_F81232 is not set |
|
| 2417 |
+# CONFIG_USB_SERIAL_GARMIN is not set |
|
| 2418 |
+# CONFIG_USB_SERIAL_IPW is not set |
|
| 2419 |
+# CONFIG_USB_SERIAL_IUU is not set |
|
| 2420 |
+# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set |
|
| 2421 |
+# CONFIG_USB_SERIAL_KEYSPAN is not set |
|
| 2422 |
+# CONFIG_USB_SERIAL_KLSI is not set |
|
| 2423 |
+# CONFIG_USB_SERIAL_KOBIL_SCT is not set |
|
| 2424 |
+# CONFIG_USB_SERIAL_MCT_U232 is not set |
|
| 2425 |
+# CONFIG_USB_SERIAL_METRO is not set |
|
| 2426 |
+# CONFIG_USB_SERIAL_MOS7720 is not set |
|
| 2427 |
+# CONFIG_USB_SERIAL_MOS7840 is not set |
|
| 2428 |
+# CONFIG_USB_SERIAL_MXUPORT is not set |
|
| 2429 |
+# CONFIG_USB_SERIAL_NAVMAN is not set |
|
| 2430 |
+# CONFIG_USB_SERIAL_PL2303 is not set |
|
| 2431 |
+# CONFIG_USB_SERIAL_OTI6858 is not set |
|
| 2432 |
+# CONFIG_USB_SERIAL_QCAUX is not set |
|
| 2433 |
+# CONFIG_USB_SERIAL_QUALCOMM is not set |
|
| 2434 |
+# CONFIG_USB_SERIAL_SPCP8X5 is not set |
|
| 2435 |
+# CONFIG_USB_SERIAL_SAFE is not set |
|
| 2436 |
+# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set |
|
| 2437 |
+# CONFIG_USB_SERIAL_SYMBOL is not set |
|
| 2438 |
+# CONFIG_USB_SERIAL_TI is not set |
|
| 2439 |
+# CONFIG_USB_SERIAL_CYBERJACK is not set |
|
| 2440 |
+# CONFIG_USB_SERIAL_XIRCOM is not set |
|
| 2441 |
+# CONFIG_USB_SERIAL_OPTION is not set |
|
| 2442 |
+# CONFIG_USB_SERIAL_OMNINET is not set |
|
| 2443 |
+# CONFIG_USB_SERIAL_OPTICON is not set |
|
| 2444 |
+# CONFIG_USB_SERIAL_XSENS_MT is not set |
|
| 2445 |
+# CONFIG_USB_SERIAL_WISHBONE is not set |
|
| 2446 |
+# CONFIG_USB_SERIAL_SSU100 is not set |
|
| 2447 |
+# CONFIG_USB_SERIAL_QT2 is not set |
|
| 2448 |
+# CONFIG_USB_SERIAL_DEBUG is not set |
|
| 2399 | 2449 |
|
| 2400 | 2450 |
# |
| 2401 | 2451 |
# USB Miscellaneous drivers |
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
Summary: Kernel |
| 3 | 3 |
Name: linux-esx |
| 4 | 4 |
Version: 4.9.109 |
| 5 |
-Release: 1%{?dist}
|
|
| 5 |
+Release: 2%{?dist}
|
|
| 6 | 6 |
License: GPLv2 |
| 7 | 7 |
URL: http://www.kernel.org/ |
| 8 | 8 |
Group: System Environment/Kernel |
| ... | ... |
@@ -256,6 +256,8 @@ ln -sf linux-%{uname_r}.cfg /boot/photon.cfg
|
| 256 | 256 |
/usr/src/linux-headers-%{uname_r}
|
| 257 | 257 |
|
| 258 | 258 |
%changelog |
| 259 |
+* Mon Jun 25 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.9.109-2 |
|
| 260 |
+- Enable USB_SERIAL support in the config. |
|
| 259 | 261 |
* Thu Jun 21 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.9.109-1 |
| 260 | 262 |
- Update to version 4.9.109 |
| 261 | 263 |
* Mon May 21 2018 Alexey Makhalov <amakhalov@vmware.com> 4.9.101-2 |