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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 07 Jun 2013 08:39:49 +0200
From:	Marco Minetti <marco.minetti@...etica.org>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] Add bth Asus S400A device support for Atheros AR3012

Hi,
I've been applying the following patchs seamlessly into kernel 3.9 and 
3.10 for enabling bluetooth support on Asus S400CA notebook. No 
regressions detected so far.

Could it be directly pushed into official branchs?

Thanks,

Marco Minetti

-----------------------------------------------------------------------------
Kernel 3.10

Signed-off-by: Marco Minetti <marco.minetti@...etica.org>
---
diff -rupN a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
--- a/drivers/bluetooth/ath3k.c    2013-05-08 05:58:03.000000000 +0200
+++ b/drivers/bluetooth/ath3k.c    2013-05-11 08:41:05.727487838 +0200
@@ -90,6 +90,7 @@ static struct usb_device_id ath3k_table[
      { USB_DEVICE(0x13d3, 0x3393) },
      { USB_DEVICE(0x0489, 0xe04e) },
      { USB_DEVICE(0x0489, 0xe056) },
+    { USB_DEVICE(0x13d3, 0x3402) },
     { USB_DEVICE(0x0489, 0xe04d) },

      /* Atheros AR5BBU12 with sflash firmware */
@@ -126,6 +127,7 @@ static struct usb_device_id ath3k_blist_
      { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
+    { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
     { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },

      /* Atheros AR5BBU22 with sflash firmware */
diff -rupN a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
--- a/drivers/bluetooth/btusb.c    2013-05-08 05:58:03.000000000 +0200
+++ b/drivers/bluetooth/btusb.c    2013-05-11 08:39:57.667486015 +0200
@@ -148,6 +148,7 @@ static struct usb_device_id blacklist_ta
      { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
+    { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe04d), .driver_info = BTUSB_ATH3012 },

      /* Atheros AR5BBU12 with sflash firmware */
---


--------------------------------------------------------------------------------------
Kernel 3.9

Signed-off-by: Marco Minetti <marco.minetti@...etica.org>
---
diff -rupN a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
--- a/drivers/bluetooth/ath3k.c    2013-05-08 05:58:03.000000000 +0200
+++ b/drivers/bluetooth/ath3k.c    2013-05-11 08:41:05.727487838 +0200
@@ -90,6 +90,7 @@ static struct usb_device_id ath3k_table[
      { USB_DEVICE(0x13d3, 0x3393) },
      { USB_DEVICE(0x0489, 0xe04e) },
      { USB_DEVICE(0x0489, 0xe056) },
+    { USB_DEVICE(0x13d3, 0x3402) },

      /* Atheros AR5BBU12 with sflash firmware */
      { USB_DEVICE(0x0489, 0xE02C) },
@@ -126,6 +127,7 @@ static struct usb_device_id ath3k_blist_
      { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
+    { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },

      /* Atheros AR5BBU22 with sflash firmware */
      { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },
diff -rupN a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
--- a/drivers/bluetooth/btusb.c    2013-05-08 05:58:03.000000000 +0200
+++ b/drivers/bluetooth/btusb.c    2013-05-11 08:39:57.667486015 +0200
@@ -148,6 +148,7 @@ static struct usb_device_id blacklist_ta
      { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe04e), .driver_info = BTUSB_ATH3012 },
      { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 },
+    { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },

      /* Atheros AR5BBU12 with sflash firmware */
      { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
---


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ