From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Ribalda Delgado Subject: [PATCH v2 12/24] Bluetooth: hci_ll: MODULE_DEVICE_TABLE(serdev) Date: Mon, 11 Jun 2018 13:52:28 +0200 Message-ID: <20180611115240.32606-13-ricardo.ribalda@gmail.com> References: <20180611115240.32606-1-ricardo.ribalda@gmail.com> Return-path: In-Reply-To: <20180611115240.32606-1-ricardo.ribalda@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Cc: Ricardo Ribalda Delgado , Marcel Holtmann , Johan Hedberg , Rob Herring , Johan Hovold , linux-bluetooth@vger.kernel.org List-Id: linux-serial@vger.kernel.org Export serdev table to the module header, allowing module autoload via udev/modprobe. Cc: Marcel Holtmann Cc: Johan Hedberg Cc: Rob Herring Cc: Johan Hovold Cc: linux-bluetooth@vger.kernel.org Signed-off-by: Ricardo Ribalda Delgado --- drivers/bluetooth/hci_ll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c index 276fdf677df4..3fbe7045e857 100644 --- a/drivers/bluetooth/hci_ll.c +++ b/drivers/bluetooth/hci_ll.c @@ -789,6 +789,7 @@ static struct serdev_device_id hci_ti_id[] = { { "wl1831-st", }, { "wl1835-st", }, { "wl1837-st", }, + { "hci-ti", }, {} }; MODULE_DEVICE_TABLE(serdev, hci_ti_id); -- 2.17.1