Moblin Kernel and Driver Status for WW09

2008-02-28 Thread Du, Alek
Kernel Support = Fixed bug: The USB nic can not get IP automatically after resume from S3 https://bugs.launchpad.net/bugs/193172 The root cause is high speed HUB resume from S3 does not disconnect and re-enumerate USB device even the device is reset by HCD, the patch is at

Re: Moblin Kernel and Driver Status for WW09

2008-02-28 Thread Matthew Garrett
Alek, If the device in question needs resetting on resume, then it should set the USB_QUIRK_RESET_RESUME quirk rather than modifying the core code. This certainly isn't a requirement for most devices, so the patch isn't suitable for adding in its current form. -- Matthew Garrett | [EMAIL

RE: Moblin Kernel and Driver Status for WW09

2008-02-28 Thread Du, Alek
Garrett [mailto:[EMAIL PROTECTED] Sent: 2008年2月29日 1:59 To: Du, Alek Cc: Ubuntu-mobile@lists.ubuntu.com Subject: Re: Moblin Kernel and Driver Status for WW09 Alek, If the device in question needs resetting on resume, then it should set the USB_QUIRK_RESET_RESUME quirk rather than modifying

RE: Moblin Kernel and Driver Status for WW09

2008-02-28 Thread Du, Alek
: Matthew Garrett [mailto:[EMAIL PROTECTED] Sent: 2008年2月29日 1:59 To: Du, Alek Cc: Ubuntu-mobile@lists.ubuntu.com Subject: Re: Moblin Kernel and Driver Status for WW09 Alek, If the device in question needs resetting on resume, then it should set the USB_QUIRK_RESET_RESUME quirk rather than