Commit 54ca568b authored by Seblu's avatar Seblu
Browse files

up


git-svn-id: https://seblu.net/s/archpkg@276 02741741-5192-46b8-8916-7152b19231d9
parent dd937778
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -13,16 +13,13 @@ diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
index 5aeb624..9de9371 100644
--- a/net/bluetooth/hci_core.c
+++ b/net/bluetooth/hci_core.c
@@ -640,8 +640,7 @@ static int hci_dev_do_close(struct hci_dev *hdev)
@@ -773,8 +773,7 @@
 	/* Reset device */
 	skb_queue_purge(&hdev->cmd_q);
 	atomic_set(&hdev->cmd_cnt, 1);
-	if (!test_bit(HCI_RAW, &hdev->flags) &&
-				test_bit(HCI_QUIRK_NO_RESET, &hdev->quirks)) {
-	    test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks)) {
+	if (!test_bit(HCI_RAW, &hdev->flags)) {
 		set_bit(HCI_INIT, &hdev->flags);
 		__hci_request(hdev, hci_reset_req, 0,
 					msecs_to_jiffies(250));
-- 
1.7.10
 		__hci_request(hdev, hci_reset_req, 0, HCI_CMD_TIMEOUT);
 		clear_bit(HCI_INIT, &hdev->flags);
+3 −3
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@

shopt -s nullglob

kernelver=3.6-rc6
kernelver=3.6
kernelsuf=-seblu
pkgname=linux
pkgver=1
pkgver=2
pkgrel=$pkgver
arch=('x86_64')
license=('GPL2')
@@ -15,7 +15,7 @@ options=('!strip')
makedepends=('xmlto' 'docbook-xsl')
source=(
  "config.$CARCH"
#  '01-Revert-Bluetooth-Add-missing-QUIRK_NO_RESET-test-to-.patch'
  '01-Revert-Bluetooth-Add-missing-QUIRK_NO_RESET-test-to-.patch'
  '02-change-default-console-loglevel.patch'
)
# here we have a linus rc kernel
+1 −1
Original line number Diff line number Diff line
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 3.6.0-rc6 Kernel Configuration
# Linux/x86_64 3.6.0 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
+1 −1
Original line number Diff line number Diff line
# arg 1:  the new package version
# arg 2:  the old package version

pkgname='linux-seblu-3.6-rc6'
pkgname='linux-seblu-3.6.0'

post_install () {
  source /usr/share/$pkgname/info