[Kernel-packages] [Bug 1647936] Re: Raspberry Pi 3: a small rainbow square on the top right of screen

2017-03-13 Thread Ying-Chun Liu
I've tried manually copy the binary blobs into /boot and the rainbow
square disappeared. And when the power is not enough it displayed a
"lightning" icon. So if we rebuild an image based on the gadget in edge
channel we should be able to fix the problem.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1647936

Title:
  Raspberry Pi 3: a small rainbow square on the top right of screen

Status in Snappy:
  Fix Committed
Status in linux package in Ubuntu:
  Invalid

Bug description:
  I'm working on the WD/nextcloud project, and found this issue

  Download the UC16 for Raspberry Pi 3 from 
http://releases.ubuntu.com/ubuntu-core/16/ubuntu-core-16-pi3.img.xz
  unxz , dd the image to sd card and boot up the system.
  There is a small rainbow square on top right of HDMI monitor.

  From RPI forum: https://www.raspberrypi.org/forums/viewtopic.php?t=82373
  If the voltage is under 4.65V, firmware displays a rainbow square on top 
right of screen and power LED goes off.
  But for UC16 the rainbow square is always there even the voltage is 
sufficient, but the power LED works properly.

  So I also check 
  1. Ubuntu server for RPI3 from here: https://wiki.ubuntu.com/ARM/RaspberryPi
  This RPI3 image works properly (if the voltage is not sufficient, rainbow 
square shows on the top right of screen, if it's sufficient,  
  no rainbow square shows up)
   2. Rasbian (jessie lite): 
https://downloads.raspberrypi.org/raspbian_lite_latest
  This works properly too, and the official Rasbian was released with the 
latest firmware, so the rainbow square changes to a 
  lighting icon

  It looks the firmware might be old in UC16? so the under-voltage
  warning doesn't display correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1647936/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1647936] Re: Raspberry Pi 3: a small rainbow square on the top right of screen

2017-03-13 Thread Ying-Chun Liu
I think I'm making wrong assumption? It seems to me that refresh gadget snaps 
won't upgrade the files in the system.
Upgrading kernel snap does change the kernel/uboot.env stuff. But not for 
gadgets right? Seems we need to regenerate an edge image for testing this?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1647936

Title:
  Raspberry Pi 3: a small rainbow square on the top right of screen

Status in Snappy:
  Fix Committed
Status in linux package in Ubuntu:
  Invalid

Bug description:
  I'm working on the WD/nextcloud project, and found this issue

  Download the UC16 for Raspberry Pi 3 from 
http://releases.ubuntu.com/ubuntu-core/16/ubuntu-core-16-pi3.img.xz
  unxz , dd the image to sd card and boot up the system.
  There is a small rainbow square on top right of HDMI monitor.

  From RPI forum: https://www.raspberrypi.org/forums/viewtopic.php?t=82373
  If the voltage is under 4.65V, firmware displays a rainbow square on top 
right of screen and power LED goes off.
  But for UC16 the rainbow square is always there even the voltage is 
sufficient, but the power LED works properly.

  So I also check 
  1. Ubuntu server for RPI3 from here: https://wiki.ubuntu.com/ARM/RaspberryPi
  This RPI3 image works properly (if the voltage is not sufficient, rainbow 
square shows on the top right of screen, if it's sufficient,  
  no rainbow square shows up)
   2. Rasbian (jessie lite): 
https://downloads.raspberrypi.org/raspbian_lite_latest
  This works properly too, and the official Rasbian was released with the 
latest firmware, so the rainbow square changes to a 
  lighting icon

  It looks the firmware might be old in UC16? so the under-voltage
  warning doesn't display correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1647936/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1647936] Re: Raspberry Pi 3: a small rainbow square on the top right of screen

2017-03-13 Thread Ying-Chun Liu
Hi.

I tried to 
"snap refresh pi3 --channel=edge"
"snap refresh pi2-kernel --channel=edge"

The rainbow square is still appeared. Is this the correct way to upgrade
gadgets and put the firmwares onto the system?

# snap info pi3
name:  pi3
summary:   "Raspberry Pi 3 support package"
publisher: canonical
description: |
  Support files for booting Raspberry Pi
  
type:gadget
tracking:edge
installed:   16.04-0.5 (14) 6MB -
refreshed:   2017-01-18 15:02:58 + UTC
channels:   
  stable:16.04-0.5 (6)  6MB -
  candidate: 16.04-0.5 (6)  6MB -
  beta:  16.04-0.5 (6)  6MB -
  edge:  16.04-0.5 (14) 6MB -

# snap info pi2-kernel
name:  pi2-kernel
summary:   "The canonical raspi2 armhf kernel"
publisher: canonical
description: |
  The Ubuntu linux-raspi2 kernel package as a snap
type:kernel
tracking:edge
installed:   4.4.0-1040-47 (26) 101MB -
refreshed:   2017-01-11 11:52:04 + UTC
channels:   
  stable:4.4.0-1030-3  (22) 89MB  -
  candidate: 4.4.0-1030-3  (22) 89MB  -
  beta:  4.4.0-1044-51 (27) 100MB -
  edge:  4.4.0-1040-47 (26) 101MB -

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1647936

Title:
  Raspberry Pi 3: a small rainbow square on the top right of screen

Status in Snappy:
  Fix Committed
Status in linux package in Ubuntu:
  Invalid

Bug description:
  I'm working on the WD/nextcloud project, and found this issue

  Download the UC16 for Raspberry Pi 3 from 
http://releases.ubuntu.com/ubuntu-core/16/ubuntu-core-16-pi3.img.xz
  unxz , dd the image to sd card and boot up the system.
  There is a small rainbow square on top right of HDMI monitor.

  From RPI forum: https://www.raspberrypi.org/forums/viewtopic.php?t=82373
  If the voltage is under 4.65V, firmware displays a rainbow square on top 
right of screen and power LED goes off.
  But for UC16 the rainbow square is always there even the voltage is 
sufficient, but the power LED works properly.

  So I also check 
  1. Ubuntu server for RPI3 from here: https://wiki.ubuntu.com/ARM/RaspberryPi
  This RPI3 image works properly (if the voltage is not sufficient, rainbow 
square shows on the top right of screen, if it's sufficient,  
  no rainbow square shows up)
   2. Rasbian (jessie lite): 
https://downloads.raspberrypi.org/raspbian_lite_latest
  This works properly too, and the official Rasbian was released with the 
latest firmware, so the rainbow square changes to a 
  lighting icon

  It looks the firmware might be old in UC16? so the under-voltage
  warning doesn't display correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1647936/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1647936] Re: Raspberry Pi 3: a small rainbow square on the top right of screen

2017-03-06 Thread Ying-Chun Liu
So, according to the forum, we should try this commit.

https://github.com/raspberrypi/firmware/commit/db63c10c2b3e7196b74e386ea6ae6b52c4a6be83

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1647936

Title:
  Raspberry Pi 3: a small rainbow square on the top right of screen

Status in Snappy:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm working on the WD/nextcloud project, and found this issue

  Download the UC16 for Raspberry Pi 3 from 
http://releases.ubuntu.com/ubuntu-core/16/ubuntu-core-16-pi3.img.xz
  unxz , dd the image to sd card and boot up the system.
  There is a small rainbow square on top right of HDMI monitor.

  From RPI forum: https://www.raspberrypi.org/forums/viewtopic.php?t=82373
  If the voltage is under 4.65V, firmware displays a rainbow square on top 
right of screen and power LED goes off.
  But for UC16 the rainbow square is always there even the voltage is 
sufficient, but the power LED works properly.

  So I also check 
  1. Ubuntu server for RPI3 from here: https://wiki.ubuntu.com/ARM/RaspberryPi
  This RPI3 image works properly (if the voltage is not sufficient, rainbow 
square shows on the top right of screen, if it's sufficient,  
  no rainbow square shows up)
   2. Rasbian (jessie lite): 
https://downloads.raspberrypi.org/raspbian_lite_latest
  This works properly too, and the official Rasbian was released with the 
latest firmware, so the rainbow square changes to a 
  lighting icon

  It looks the firmware might be old in UC16? so the under-voltage
  warning doesn't display correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1647936/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1642470] Re: SRU. Please re-enable CONFIG_DRM_MGAG200.

2016-11-23 Thread Ying-Chun Liu
Source for comment #2. For a record.

** Attachment added: 
"linux-4.4.24.mgag200-1-amd64_4.4.24.mgag200-1-amd64.orig.tar.xz"
   
https://bugs.launchpad.net/hwe-next/+bug/1642470/+attachment/4782300/+files/linux-4.4.24.mgag200-1-amd64_4.4.24.mgag200-1-amd64.orig.tar.xz

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1642470

Title:
  SRU. Please re-enable CONFIG_DRM_MGAG200.

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  For some new Dell laptops, they are using Matrox graphics cards.
  And in order to let Xorg mga driver work. We need to enable 
CONFIG_DRM_MGAG200.

  MGAG200 is disabled by this bug.
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1042903

  Since Dell's laptops needs this to be enabled.
  I think we need to test lp:1042903 again because it's 4 years ago on HP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1642470/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1642470] Re: SRU. Please re-enable CONFIG_DRM_MGAG200.

2016-11-23 Thread Ying-Chun Liu
4.4 kernel. enables mgag200. Just for test.


** Attachment added: "linux-image-mgag200-deb.7z"
   
https://bugs.launchpad.net/hwe-next/+bug/1642470/+attachment/4782296/+files/linux-image-mgag200-deb.7z

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1642470

Title:
  SRU. Please re-enable CONFIG_DRM_MGAG200.

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  For some new Dell laptops, they are using Matrox graphics cards.
  And in order to let Xorg mga driver work. We need to enable 
CONFIG_DRM_MGAG200.

  MGAG200 is disabled by this bug.
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1042903

  Since Dell's laptops needs this to be enabled.
  I think we need to test lp:1042903 again because it's 4 years ago on HP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1642470/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1642470] [NEW] SRU. Please re-enable CONFIG_DRM_MGAG200.

2016-11-16 Thread Ying-Chun Liu
Public bug reported:

For some new Dell laptops, they are using Matrox graphics cards.
And in order to let Xorg mga driver work. We need to enable CONFIG_DRM_MGAG200.

MGAG200 is disabled by this bug.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1042903

Since Dell's laptops needs this to be enabled.
I think we need to test lp:1042903 again because it's 4 years ago on HP.

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: originate-from-1630501 somerville

** Tags added: originate-from-1630501 somerville

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1642470

Title:
  SRU. Please re-enable CONFIG_DRM_MGAG200.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  For some new Dell laptops, they are using Matrox graphics cards.
  And in order to let Xorg mga driver work. We need to enable 
CONFIG_DRM_MGAG200.

  MGAG200 is disabled by this bug.
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1042903

  Since Dell's laptops needs this to be enabled.
  I think we need to test lp:1042903 again because it's 4 years ago on HP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1642470/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1635177] Re: mfd: intel-lpss: Add default I2C device properties for Apollo Lake

2016-10-23 Thread Ying-Chun Liu
Patches for xenial kernel are sent to mailing-list.
https://lists.ubuntu.com/archives/kernel-team/2016-October/080530.html

** Tags added: originate-from-1618791 somerville

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1635177

Title:
  mfd: intel-lpss: Add default I2C device properties for Apollo Lake

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Triaged

Bug description:
  We need this patch for all Apollo Lake platforms for enabling the touchpad.
  This patch was cherry-picked from c50cdd62dda3f885c1e6ca8b3d5a0851c911ec54. 
And later backported to 4.4 kernel.
  It is because for Apollo Lake, the default freq/falling-time is incorrect. So 
it makes the i2c acts weird.

  Please consider SRU this commit.

  Impact:
All touchpad on Apollo Lake work unstable on i2c mode. Sometimes it will
  
fallback to PS/2 mode and lost some functionality.  
  
  Fix:
    touchpad works good on i2c mode.

  Tested:
    The patch is tested on many Dell ApolloLake laptops and works good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1635177/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1635177] Re: mfd: intel-lpss: Add default I2C device properties for Apollo Lake

2016-10-23 Thread Ying-Chun Liu
** Description changed:

  We need this patch for all Apollo Lake platforms for enabling the touchpad.
  This patch was cherry-picked from c50cdd62dda3f885c1e6ca8b3d5a0851c911ec54. 
And later backported to 4.4 kernel.
  It is because for Apollo Lake, the default freq/falling-time is incorrect. So 
it makes the i2c acts weird.
  
  Please consider SRU this commit.
  
  Impact:
-   All touchpad on Apollo Lake work unstable on i2c mode. PS/2 mode doesn't 
affected.
- 
+   All touchpad on Apollo Lake work unstable on i2c mode. Sometimes it will
  
+   fallback to PS/2 mode and lost some functionality.  
  
  Fix:
-   touchpad works good on i2c mode.
+   touchpad works good on i2c mode.
  
  Tested:
-   The patch is tested on many Dell ApolloLake laptops and works good.
+   The patch is tested on many Dell ApolloLake laptops and works good.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1635177

Title:
  mfd: intel-lpss: Add default I2C device properties for Apollo Lake

Status in linux package in Ubuntu:
  Triaged

Bug description:
  We need this patch for all Apollo Lake platforms for enabling the touchpad.
  This patch was cherry-picked from c50cdd62dda3f885c1e6ca8b3d5a0851c911ec54. 
And later backported to 4.4 kernel.
  It is because for Apollo Lake, the default freq/falling-time is incorrect. So 
it makes the i2c acts weird.

  Please consider SRU this commit.

  Impact:
All touchpad on Apollo Lake work unstable on i2c mode. Sometimes it will
  
fallback to PS/2 mode and lost some functionality.  
  
  Fix:
    touchpad works good on i2c mode.

  Tested:
    The patch is tested on many Dell ApolloLake laptops and works good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1635177/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1635177] [NEW] mfd: intel-lpss: Add default I2C device properties for Apollo Lake

2016-10-20 Thread Ying-Chun Liu
Public bug reported:

We need this patch for all Apollo Lake platforms for enabling the touchpad.
This patch was cherry-picked from c50cdd62dda3f885c1e6ca8b3d5a0851c911ec54. And 
later backported to 4.4 kernel.
It is because for Apollo Lake, the default freq/falling-time is incorrect. So 
it makes the i2c acts weird.

Please consider SRU this commit.

Impact:
  All touchpad on Apollo Lake work unstable on i2c mode. PS/2 mode doesn't 
affected.

Fix:
  touchpad works good on i2c mode.

Tested:
  The patch is tested on many Dell ApolloLake laptops and works good.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1635177

Title:
  mfd: intel-lpss: Add default I2C device properties for Apollo Lake

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We need this patch for all Apollo Lake platforms for enabling the touchpad.
  This patch was cherry-picked from c50cdd62dda3f885c1e6ca8b3d5a0851c911ec54. 
And later backported to 4.4 kernel.
  It is because for Apollo Lake, the default freq/falling-time is incorrect. So 
it makes the i2c acts weird.

  Please consider SRU this commit.

  Impact:
All touchpad on Apollo Lake work unstable on i2c mode. PS/2 mode doesn't 
affected.

  Fix:
touchpad works good on i2c mode.

  Tested:
The patch is tested on many Dell ApolloLake laptops and works good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1635177/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1633321] Re: Fix alps driver for multitouch function.

2016-10-20 Thread Ying-Chun Liu
Thanks. Attached the patch just for a record.

** Patch added: "[PATCH] HID: alps: fix multitouch cursor issue"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1633321/+attachment/4764190/+files/0001-HID-alps-fix-multitouch-cursor-issue.patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1633321

Title:
  Fix alps driver for multitouch function.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  In Progress

Bug description:
  We need to cherry-pick 9a54cf462d6f3c383a5a4f5fe15c020a03db44e6 for
  alps touchpads. Otherwise the touchpad will stop working when we put
  more than 3 fingers on the pad.

  Please consider SRU this commit.

  Impact:
Alps driver doesn't work when users put more than 3 fingers on it.

  Fix:
Alps touchpad still works good after multitouch for more than 3 fingers.

  Tested:
The patch is tested on new Dell Inspiron laptops and works very good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1633321/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1633321] Re: Fix alps driver for multitouch function.

2016-10-13 Thread Ying-Chun Liu
** Tags added: originate-from-1611588 somerville

** Changed in: hwe-next
 Assignee: (unassigned) => Ying-Chun Liu (paulliu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1633321

Title:
  Fix alps driver for multitouch function.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We need to cherry-pick 9a54cf462d6f3c383a5a4f5fe15c020a03db44e6 for
  alps touchpads. Otherwise the touchpad will stop working when we put
  more than 3 fingers on the pad.

  Please consider SRU this commit.

  Impact:
Alps driver doesn't work when users put more than 3 fingers on it.

  Fix:
Alps touchpad still works good after multitouch for more than 3 fingers.

  Tested:
The patch is tested on new Dell Inspiron laptops and works very good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1633321/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1633321] Re: Fix alps driver for multitouch function.

2016-10-13 Thread Ying-Chun Liu
** Description changed:

  We need to cherry-pick 9a54cf462d6f3c383a5a4f5fe15c020a03db44e6 for alps
  touchpads. Otherwise the touchpad will stop working when we put more
  than 3 fingers on the pad.
  
  Please consider SRU this commit.
+ 
+ Impact:
+   Alps driver doesn't work when users put more than 3 fingers on it.
+   
+ Fix:
+   Alps touchpad still works good after multitouch for more than 3 fingers.
+ 
+ Tested:
+   The patch is tested on new Dell Inspiron laptops and works very good.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1633321

Title:
  Fix alps driver for multitouch function.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We need to cherry-pick 9a54cf462d6f3c383a5a4f5fe15c020a03db44e6 for
  alps touchpads. Otherwise the touchpad will stop working when we put
  more than 3 fingers on the pad.

  Please consider SRU this commit.

  Impact:
Alps driver doesn't work when users put more than 3 fingers on it.

  Fix:
Alps touchpad still works good after multitouch for more than 3 fingers.

  Tested:
The patch is tested on new Dell Inspiron laptops and works very good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1633321/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1633321] [NEW] Fix alps driver for multitouch function.

2016-10-13 Thread Ying-Chun Liu
Public bug reported:

We need to cherry-pick 9a54cf462d6f3c383a5a4f5fe15c020a03db44e6 for alps
touchpads. Otherwise the touchpad will stop working when we put more
than 3 fingers on the pad.

Please consider SRU this commit.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Description changed:

  We need to cherry-pick 9a54cf462d6f3c383a5a4f5fe15c020a03db44e6 for alps
  touchpads. Otherwise the touchpad will stop working when we put more
  than 3 fingers on the pad.
+ 
+ Please consider SRU this commit.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1633321

Title:
  Fix alps driver for multitouch function.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We need to cherry-pick 9a54cf462d6f3c383a5a4f5fe15c020a03db44e6 for
  alps touchpads. Otherwise the touchpad will stop working when we put
  more than 3 fingers on the pad.

  Please consider SRU this commit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1633321/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1616813] Re: Please add support for alps touchpad.

2016-08-26 Thread Ying-Chun Liu
Branches for pull.
https://code.launchpad.net/~paulliu/+git/linux-ubuntu-xenial/+ref/alps-for-4.4

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1616813

Title:
  Please add support for alps touchpad.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  We need to support alps touchpad. Please considering SRU.
  The following ko needs to be used:
  1. hid-generic.ko
  3. hid-alps.ko

  This driver is backported from mainline v4.8-rc3 to linux 4.4 in
  xenial.

  Yours,
  Paul

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1616813/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1616813] Re: Please add support for alps touchpad.

2016-08-25 Thread Ying-Chun Liu
The following commits from the upstream have to be cherry-picked.
1. 2562756dde550901c224e3805102bdfc17e7d13a
2. 41f61ecc501ca970ae8d9955c57405dc4abfab5a
3. 63b3a7d0f933ebf25961e602c2eb11d658fef912
4. ded69bba564337236a4c0e6b64924b72c86c938d
5. 819d64e51d6260f8f7ef352cf42fc1ea67a0f7db

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1616813

Title:
  Please add support for alps touchpad.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  We need to support alps touchpad. Please considering SRU.
  The following ko needs to be used:
  1. hid-generic.ko
  3. hid-alps.ko

  This driver is backported from mainline v4.8-rc3 to linux 4.4 in
  xenial.

  Yours,
  Paul

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1616813/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1616813] Re: Please add support for alps touchpad.

2016-08-25 Thread Ying-Chun Liu
** Changed in: hwe-next
 Assignee: (unassigned) => Ying-Chun Liu (paulliu)

** Description changed:

  Hi,
  
- We need to support alps touchpad. Please considering packaging as dkms.
+ We need to support alps touchpad. Please considering SRU.
  The following ko needs to be used:
  1. hid-generic.ko
  3. hid-alps.ko
  
  This driver is backported from mainline v4.8-rc3 to linux 4.4 in xenial.
  
- 
  Yours,
  Paul

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1616813

Title:
  Please add support for alps touchpad.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  We need to support alps touchpad. Please considering SRU.
  The following ko needs to be used:
  1. hid-generic.ko
  3. hid-alps.ko

  This driver is backported from mainline v4.8-rc3 to linux 4.4 in
  xenial.

  Yours,
  Paul

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1616813/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1616813] [NEW] Please add support for alps touchpad.

2016-08-25 Thread Ying-Chun Liu
Public bug reported:

Hi,

We need to support alps touchpad. Please considering packaging as dkms.
The following ko needs to be used:
1. hid-generic.ko
3. hid-alps.ko

This driver is backported from mainline v4.8-rc3 to linux 4.4 in xenial.


Yours,
Paul

** Affects: hwe-next
 Importance: Undecided
 Assignee: Ying-Chun Liu (paulliu)
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: originate-from-1611586 somerville

** Attachment added: "hid-20160824040927.tgz"
   
https://bugs.launchpad.net/bugs/1616813/+attachment/4727431/+files/hid-20160824040927.tgz

** Tags added: originate-from-1611586 somerville

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1616813

Title:
  Please add support for alps touchpad.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  We need to support alps touchpad. Please considering packaging as dkms.
  The following ko needs to be used:
  1. hid-generic.ko
  3. hid-alps.ko

  This driver is backported from mainline v4.8-rc3 to linux 4.4 in
  xenial.

  
  Yours,
  Paul

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1616813/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1586195] Re: Realtek 8153-based ethernet adapter on usb3 eventually stops working requiring unplug/replug

2016-07-27 Thread Ying-Chun Liu
Hi Mike,

I'm curious about your device. Can you paste a photo of your device?
It seems to me that for the same USB id 0bda:8153, some works perfect but some 
don't. They made by different vendors.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1586195

Title:
  Realtek 8153-based ethernet adapter on usb3 eventually stops working
  requiring unplug/replug

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Triaged

Bug description:
  Seems to be paired with dmesg entries like this on the trusty kernel:

  [24763.731054] usb 4-4.2: Disable of device-initiated U1 failed.
  [24763.734507] usb 4-4.2: Disable of device-initiated U2 failed.
  [24763.734594] r815x 4-4.2:2.0 eth3: unregister 'r815x' usb-:00:14.0-4.2, 
RTL8153 ECM Device
  [24763.802963] usb 4-4.2: Set SEL for device-initiated U1 failed.
  [24763.806450] usb 4-4.2: Set SEL for device-initiated U2 failed.
  [24763.809953] usb 4-4.2: usb_reset_and_verify_device Failed to disable LTM
  [24763.809953] .
  [24763.810579] usb 4-4.2: USB disconnect, device number 7
  [24763.940765] userif-1: sent link down event.
  [24763.940769] userif-1: sent link up event.

  And like this on mainline:

  [  259.731142] usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd
  [  259.752915] usb 4-3: New USB device found, idVendor=0bda, idProduct=8153
  [  259.752918] usb 4-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
  [  259.752920] usb 4-3: Product: USB 10/100/1000 LAN
  [  259.752921] usb 4-3: Manufacturer: Realtek
  [  259.752922] usb 4-3: SerialNumber: 0100
  [  259.909368] usb 4-3: reset SuperSpeed USB device number 4 using xhci_hcd
  [  259.993254] r8152 4-3:1.0 eth0: v1.08.3
  [  260.079151] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  [  296.266600] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  [  300.785814] r8152 4-3:1.0 eth0: Stop submitting intr, status -71
  [  302.832697] usb 4-3: usb_reset_and_verify_device Failed to disable LTM
  [  302.832697] .
  [  302.833086] usb 4-3: USB disconnect, device number 4

  Mainline version fyi:
  [0.00] Linux version 4.6.0-040600-generic (kernel@gomeisa) (gcc 
version 5.3.1 20160509 (Ubuntu 5.3.1-19ubuntu1) ) #201605151930 SMP Sun May 15 
23:32:59 UTC 2016

  I also get a similar message about 'Failed to disable LTM' if I just
  unplug the device before the breakage occurs.

  I've attached lsusb before the breakage occurs (so you can see the
  device) from the mainline kernel.

  Interestingly it appears the drivers on trusty and wily/mainline are
  different (r815x vs r8152) yet still exhibit similar troubles. I'm
  still digging around to try and figure out why this doesn't seem to be
  working, but I was wondering if you all had any idea what might be
  going pear-shaped here.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1586195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp