This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 0c31e7d44782cfacd50745a00fd7214bd1af4e22 (commit) from f17cac4a4d95d28627777283d68a46c12961c336 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0c31e7d44782cfacd50745a00fd7214bd1af4e22 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Aug 7 15:54:26 2010 +0200
support manual override of usbserial vendor/productid.
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.i586-ipfire | 2 +- config/kernel/kernel.config.i586-ipfire-xen | 2 +- config/rootfiles/core/40/filelists/files | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.config.i586-ipfire index 9e77db1..2657d14 100644 --- a/config/kernel/kernel.config.i586-ipfire +++ b/config/kernel/kernel.config.i586-ipfire @@ -3208,7 +3208,7 @@ CONFIG_USB_STORAGE_CYPRESS_ATACB=m CONFIG_USB_USS720=m CONFIG_USB_SERIAL=m CONFIG_USB_EZUSB=y -# CONFIG_USB_SERIAL_GENERIC is not set +CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_AIRCABLE=m CONFIG_USB_SERIAL_ARK3116=m CONFIG_USB_SERIAL_BELKIN=m diff --git a/config/kernel/kernel.config.i586-ipfire-xen b/config/kernel/kernel.config.i586-ipfire-xen index a43e699..0b1bbcd 100644 --- a/config/kernel/kernel.config.i586-ipfire-xen +++ b/config/kernel/kernel.config.i586-ipfire-xen @@ -2958,7 +2958,7 @@ CONFIG_USB_STORAGE_CYPRESS_ATACB=m CONFIG_USB_USS720=m CONFIG_USB_SERIAL=m CONFIG_USB_EZUSB=y -# CONFIG_USB_SERIAL_GENERIC is not set +CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_AIRCABLE=m CONFIG_USB_SERIAL_ARK3116=m CONFIG_USB_SERIAL_BELKIN=m diff --git a/config/rootfiles/core/40/filelists/files b/config/rootfiles/core/40/filelists/files index c5ca9a8..79518f2 100644 --- a/config/rootfiles/core/40/filelists/files +++ b/config/rootfiles/core/40/filelists/files @@ -16,3 +16,5 @@ usr/lib/python2.7/site-packages/libxml2.pyc usr/lib/python2.7/site-packages/libxsltmod.so lib/modules/2.6.32.15-ipfire/kernel/drivers/usb/serial/option.ko lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/usb/serial/option.ko +lib/modules/2.6.32.15-ipfire/kernel/drivers/usb/serial/usbserial.ko +lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/usb/serial/usbserial.ko
hooks/post-receive -- IPFire 2.x development tree