From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752014AbdBYRYS (ORCPT ); Sat, 25 Feb 2017 12:24:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55952 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751549AbdBYRYC (ORCPT ); Sat, 25 Feb 2017 12:24:02 -0500 From: Hans de Goede To: Adrian Hunter , Ulf Hansson , Jean Delvare Cc: Hans de Goede , Takashi Iwai , "russianneuromancer @ ya . ru" , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Allow setting dmi-product-name on the cmdline + dmi sdhci quirk Date: Sat, 25 Feb 2017 18:23:54 +0100 Message-Id: <20170225172357.26294-1-hdegoede@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Sat, 25 Feb 2017 17:24:02 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, So patch 1/3 and 2+3/3 are only somewhat related and they can be merged independent of each other. The catch is that the GPD win for which patch 3/3 adds a dmi based quirk does not have any usable dmi strings. I've contacted the manufacturer for a BIOS update (no clue how that will go) but even with the BIOS update I believe patch 1/3 will be useful for similar cases and for people who do not want to flash their BIOS. So if Jean is happy with patch 1/3 then 2+3/3 can be merged independently. Regards, Hans p.s. Takashi this means that you can add a dmi based quirk for the headphone detection too, my goal is to make everything just work on the GPD win if the user supplies dmi_product_name=GPD-WINI55 on the kernel cmdline (we will also need a udev hwdb entry to fix the accelerometer orientation).