lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 25 Oct 2017 16:05:34 +0200
From:   Bartosz Chronowski <ext.bartosz.chronowski@...to.com>
To:     marcel@...tmann.org, linux-bluetooth@...r.kernel.org,
        gustavo@...ovan.org, johan.hedberg@...il.com
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] Bluetooth: btusb: Add new NFA344A entry.

This change allows proper low power mode entry in suspend.

Signed-off-by: Bartosz Chronowski <ext.bartosz.chronowski@...to.com>
---
 drivers/bluetooth/btusb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 7a5c06a..513a7a5 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -272,6 +272,7 @@ static const struct usb_device_id blacklist_table[] = {
  { USB_DEVICE(0x0cf3, 0xe301), .driver_info = BTUSB_QCA_ROME },
  { USB_DEVICE(0x0cf3, 0xe360), .driver_info = BTUSB_QCA_ROME },
  { USB_DEVICE(0x0489, 0xe092), .driver_info = BTUSB_QCA_ROME },
+ { USB_DEVICE(0x0489, 0xe09f), .driver_info = BTUSB_QCA_ROME },
  { USB_DEVICE(0x0489, 0xe0a2), .driver_info = BTUSB_QCA_ROME },
  { USB_DEVICE(0x04ca, 0x3011), .driver_info = BTUSB_QCA_ROME },
  { USB_DEVICE(0x04ca, 0x3016), .driver_info = BTUSB_QCA_ROME },
-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ