From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-usb@vger.kernel.org
Cc: Lixu Zhang <lixu.zhang@intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Hans de Goede <hansg@kernel.org>
Subject: [PATCH 1/2] usb: ljca: Order ACPI hardware IDs alphabetically
Date: Fri, 10 Oct 2025 08:56:24 +0300 [thread overview]
Message-ID: <20251010055625.4147844-1-sakari.ailus@linux.intel.com> (raw)
The driver has three lists of ACPI hardware IDs, for GPIO, I²C and SPI.
Order them alphabetically.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
drivers/usb/misc/usb-ljca.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/misc/usb-ljca.c b/drivers/usb/misc/usb-ljca.c
index c562630d862c..cf01cc727685 100644
--- a/drivers/usb/misc/usb-ljca.c
+++ b/drivers/usb/misc/usb-ljca.c
@@ -165,26 +165,26 @@ struct ljca_match_ids_walk_data {
};
static const struct acpi_device_id ljca_gpio_hids[] = {
+ { "INTC100B" },
{ "INTC1074" },
{ "INTC1096" },
- { "INTC100B" },
- { "INTC10D1" },
{ "INTC10B5" },
+ { "INTC10D1" },
{},
};
static const struct acpi_device_id ljca_i2c_hids[] = {
+ { "INTC100C" },
{ "INTC1075" },
{ "INTC1097" },
- { "INTC100C" },
{ "INTC10D2" },
{},
};
static const struct acpi_device_id ljca_spi_hids[] = {
+ { "INTC100D" },
{ "INTC1091" },
{ "INTC1098" },
- { "INTC100D" },
{ "INTC10D3" },
{},
};
--
2.47.3
next reply other threads:[~2025-10-10 5:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-10 5:56 Sakari Ailus [this message]
2025-10-10 5:56 ` [PATCH 2/2] usb: ljca: Improve ACPI hardware ID documentation Sakari Ailus
2025-10-10 13:42 ` Hans de Goede
2025-10-10 13:42 ` [PATCH 1/2] usb: ljca: Order ACPI hardware IDs alphabetically Hans de Goede
2025-10-10 14:59 ` Alan Stern
2025-10-13 7:26 ` Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251010055625.4147844-1-sakari.ailus@linux.intel.com \
--to=sakari.ailus@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=hansg@kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=lixu.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox