~vicamo/+git/ubuntu-kernel:bug-1886257/touchpad-on-Fujitsu-Lifebook-UH554/oem-osp1-bionic

Last commit made on 2020-07-09
Get this branch:
git clone -b bug-1886257/touchpad-on-Fujitsu-Lifebook-UH554/oem-osp1-bionic https://git.launchpad.net/~vicamo/+git/ubuntu-kernel
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1886257/touchpad-on-Fujitsu-Lifebook-UH554/oem-osp1-bionic
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

4154831... by You-Sheng Yang

Bug 1886257: Input: i8042 - add Fujitsu Lifebook UH554 to nomux/notimeout list

49d1b38... by You-Sheng Yang

Input: i8042 - add Fujitsu Lifebook UH554 to nomux/notimeout list

Similar to AH544, without these quirks, the touchpad is not responsive
on this product. Add it to the nomux/notimeout list alongside other
similar Fujitsu laptops.

BugLink: https://bugs.launchpad.net/bugs/1886257
Signed-off-by: You-Sheng Yang <email address hidden>

c56fdc9... by AceLan Kao

UBUNTU: Ubuntu-oem-osp1-5.0.0-1064.69

Signed-off-by: AceLan Kao <email address hidden>

54c4cbd... by Seth Forshee

UBUNTU: [Config] Update kexec signature config options

BugLink: https://bugs.launchpad.net/bugs/1884159

A previous patch split KEXEC_VERIFY_SIG into KEXEC_SIG and
KEXEC_SIG_FORCE. Update our configs to enable KEXEC_SIG and
disable KEXEC_SIG_FORCE. This will make the kernel reject images
with invalid signtures, but will still permit loading of unsigned
images when lockdown is not enabled.

Signed-off-by: Seth Forshee <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Signed-off-by: Khalid Elmously <email address hidden>
(cherry picked from commit e33f889bcc42ccfe9ca5a35deb070d20f845cd66)
Signed-off-by: AceLan Kao <email address hidden>

4a0b162... by AceLan Kao

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1885656
Properties: no-test-build
Signed-off-by: AceLan Kao <email address hidden>

6f8e8f2... by AceLan Kao

UBUNTU: Start new release

Ignore: yes
Signed-off-by: AceLan Kao <email address hidden>

56edb53... by Thadeu Lima de Souza Cascardo

UBUNTU: Ubuntu-oem-osp1-5.0.0-1063.68

Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

8fd1cef... by Thadeu Lima de Souza Cascardo

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1884983
Properties: no-test-build
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

1ac8675... by Thadeu Lima de Souza Cascardo

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

5f8738d... by Naoki Kiryu

usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointer

BugLink: https://bugs.launchpad.net/bugs/1878544

Before this commit, typec_altmode_get_partner would return a
const struct typec_altmode * pointing to address 0x08 when
to_altmode(adev)->partner was NULL.

Add a check for to_altmode(adev)->partner being NULL to fix this.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=206365
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1785972
Fixes: 5f54a85db5df ("usb: typec: Make sure an alt mode exist before getting its partner")
Cc: <email address hidden>
Signed-off-by: Naoki Kiryu <email address hidden>
Signed-off-by: Hans de Goede <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
(cherry picked from commit 0df9433fcae02215c8fd79690c134d535c7bb905)
Signed-off-by: Koba Ko <email address hidden>
Signed-off-by: AceLan Kao <email address hidden>