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 a426dda87652bf71603f9028550346f17c0d17a8 (commit) via 20f793c433e294e9c3474f54599652b1728a6b3f (commit) from d3ec61bb9d8526f49e5f51a39651eb78e3e9bbb8 (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 a426dda87652bf71603f9028550346f17c0d17a8 Merge: 20f793c d3ec61b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jun 29 21:57:47 2010 +0200
Merge branch 'master' of ssh://arne_f@ipfire.org/pub/git/ipfire-2.x
commit 20f793c433e294e9c3474f54599652b1728a6b3f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jun 29 21:54:38 2010 +0200
Disabed USB Suspend in kernel configuration. This solves some USB2.0 initialisation problems.
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.i586-ipfire | 2 +- config/kernel/kernel.config.i586-ipfire-xen | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.config.i586-ipfire index 63c6d4b..9e77db1 100644 --- a/config/kernel/kernel.config.i586-ipfire +++ b/config/kernel/kernel.config.i586-ipfire @@ -3129,7 +3129,7 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_DEVICEFS=y CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y -CONFIG_USB_SUSPEND=y +# CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set # CONFIG_USB_MON is not set CONFIG_USB_WUSB=m diff --git a/config/kernel/kernel.config.i586-ipfire-xen b/config/kernel/kernel.config.i586-ipfire-xen index d527117..a43e699 100644 --- a/config/kernel/kernel.config.i586-ipfire-xen +++ b/config/kernel/kernel.config.i586-ipfire-xen @@ -2879,7 +2879,7 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_DEVICEFS=y CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y -CONFIG_USB_SUSPEND=y +# CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set # CONFIG_USB_MON is not set CONFIG_USB_WUSB=m
hooks/post-receive -- IPFire 2.x development tree