Make USB serial console work.

How did we go this long with this not working ?
This commit is contained in:
Dave Jones 2011-04-19 20:04:42 -04:00
parent aac9f66ea2
commit 0e465b7a3f
2 changed files with 7 additions and 1 deletions

View File

@ -3292,7 +3292,7 @@ CONFIG_USB_USS720=m
#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_ARK3116=m
@ -3358,6 +3358,8 @@ CONFIG_USB_SERIAL_DEBUG=m
CONFIG_USB_SERIAL_SSU100=m
CONFIG_USB_SERIAL_SAMBA=m
CONFIG_USB_SERIAL_CONSOLE=y
CONFIG_USB_EZUSB=y
CONFIG_USB_EMI62=m
CONFIG_USB_LED=m

View File

@ -1941,6 +1941,10 @@ fi
# and build.
%changelog
* Tue Apr 19 2011 Dave Jones <davej@redhat.com>
- Build USB_SERIAL in instead of modular.
Enable USB_SERIAL_CONSOLE.
* Wed Apr 13 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.39-0.rc3.git2.0
- Update to snapshot 2.6.39-rc3-git2