Skip to content

Commit 4c409af

Browse files
computersforpeaceholtmann
authored andcommitted
Bluetooth: btusb: add QCA6174A compatible properties
We may need to specify a GPIO wake pin for this device, so add a compatible property for it. There are at least to USB PID/VID variations of this chip: one with a Lite-On ID and one with an Atheros ID. Signed-off-by: Brian Norris <briannorris@chromium.org> Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
1 parent 6d10cd5 commit 4c409af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2917,6 +2917,8 @@ static irqreturn_t btusb_oob_wake_handler(int irq, void *priv)
29172917

29182918
static const struct of_device_id btusb_match_table[] = {
29192919
{ .compatible = "usb1286,204e" },
2920+
{ .compatible = "usbcf3,e300" }, /* QCA6174A */
2921+
{ .compatible = "usb4ca,301a" }, /* QCA6174A (Lite-On) */
29202922
{ }
29212923
};
29222924
MODULE_DEVICE_TABLE(of, btusb_match_table);

0 commit comments

Comments
 (0)