summaryrefslogtreecommitdiff
path: root/rtl_bt
AgeCommit message (Collapse)AuthorFilesLines
2018-09-13rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8822CULarry Finger1-0/+0
These devices are new models from Realtek. Updates to driver btrtl will soon be submitted to the kernel. These files were provided by the Realtek developer. Signed-off-by: 陆朱伟 <alex_lu@realsil.com.cn> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-02-13rtl_bt: Add firmware and configuration files for the Bluetooth parts of ↵Larry Finger4-0/+0
RTL8821C and RTL8723D These devices are new models from Realtek. Updates to driver btrtl will soon be submitted to the kernel. These files were provided by the Realtek developer. Signed-off-by: 陆朱伟 <alex_lu@realsil.com.cn> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2017-04-22rtl_bt: Update firmware for BT part of rtl8822beLarry Finger2-0/+0
These files were supplied by Realtek. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-08-31rtl_bt: Add firmware and config file for RTL8822BELarry Finger2-0/+0
This device is a new model from Realtek. Updates to driver btrtl will soon be submitted to the kernel. These files were provided by the Realtek developer. Signed-off-by: 陆朱伟 <alex_lu@realsil.com.cn> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: linux-bluetooth@vger.kernel.org [bwh: Fixed the filename wildcard in WHENCE] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-07-22rtl_bt: correct RTL8723A firmware fileDaniel Drake1-0/+0
The RTL8723A file previously submitted was mixed up by accident, it was the same as the RTL8761A firmware. Here is the correct RTL8723A firmware, tested by Sjoerd Simons. Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08linux-firmware: Add Realtek Bluetooth HCD firmwareDaniel Drake7-0/+0
By uploading these firmware files to the Realtek Bluetooth HCD (on the USB bus), the HCD becomes compliant with standard btusb interfaces. The code to automatically upload the firmware has been already upstreamed and it is currently in linux-next. Signed-off-by: Daniel Drake <drake@endlessm.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>