linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-18 06:57:26 to 2011-04-29 21:07:48 UTC [more...]

[PATCH 00/13] Discovery Cleanup - Step 1
 2011-04-29 21:07 UTC  (15+ messages)
` [PATCH 01/13] Move EIR related functions to a new file
` [PATCH 02/13] Add Bluetooth address type definition
` [PATCH 03/13] Initial device found cleanup
` [PATCH 04/13] Move legacy verification to a new function
` [PATCH 05/13] Cleanup read name and alias from storage
` [PATCH 06/13] Don't resolve name if the name is in the storage
` [PATCH 07/13] Unify inquiry results and advertises
` [PATCH 08/13] Fix memory leak of EIR data
` [PATCH 09/13] Remove btd_event_advertising_report
` [PATCH 10/13] Change the order to write/read the remote's name
` [PATCH 11/13] Cleanup inserting new device found entry
` [PATCH 12/13] Replace EIR_DATA_LENGTH with HCI_MAX_EIR_LENGTH
` [PATCH 13/13] Drop variable EIR length

[PATCH 1/2] Cleanup functions that update found UUIDs(EIR)
 2011-04-29 21:02 UTC  (8+ messages)
` [PATCH 2/2] Remove wrong checking for legacy devices

[PATCH] Fix property type of Main Channel of Health plugin
 2011-04-29 21:01 UTC 

[PATCH] Fix crash when calling finalize_setup_errno
 2011-04-29 10:56 UTC 

FW: [PATCH] Check session->msg at sync_getphonebook_callback() in file client/sync.c
 2011-04-29 10:05 UTC 

[PATCH v3 0/7] Handle link key type and security requirements
 2011-04-29  8:30 UTC  (15+ messages)
` [PATCH v3 1/7] Bluetooth: Add definitions for link key types
` [PATCH v3 2/7] Bluetooth: Don't modify sec_level if auth failed
` [PATCH v3 3/7] Bluetooth: Map sec_level to link key requirements
` [PATCH v3 4/7] Bluetooth: Ignore key unauthenticated for high security
` [PATCH v3 5/7] Bluetooth: Double check sec req for pre 2.1 device
` [PATCH v3 6/7] Bluetooth: Respect local MITM req in io_cap reply
` [PATCH v3 7/7] Bluetooth: Add secure flag for mgmt_pin_code_req

[PATCH] bluetooth: Fix for security block issue
 2011-04-29  7:49 UTC  (5+ messages)

[PATCH] Modify the condition of removing filters of dbus at filter_data_remove_callback and message_filter in file gdbus/watch.c
 2011-04-29  7:23 UTC 

[PATCH] Modify the condition of removing filters of dbus at filter_data_remove_callback and message_filter in file gdbus/watch.c
 2011-04-29  4:48 UTC 

[PATCH] Move hid2hci to /lib/udev
 2011-04-28 22:32 UTC 

pull request: bluetooth-next-2.6 2011-04-28
 2011-04-28 21:29 UTC 

a2dp sink with alsa
 2011-04-28 21:17 UTC 

[PATCH 1/2] Add secure param to Mgmt PIN Code Request Event
 2011-04-28 21:04 UTC  (3+ messages)
` [PATCH 2/2] Add support of secure pin code in mgmt code

[Patch] Update hid2hci tool from udev codebase
 2011-04-28 19:59 UTC  (2+ messages)

[PATCH 01/12] Bluetooth: Add automated SSP user confirmation responses
 2011-04-28 19:18 UTC  (13+ messages)
` [PATCH 02/12] Bluetooth: Add variable SSP auto-accept delay support
` [PATCH 03/12] Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requests
` [PATCH 04/12] Bluetooth: Add confirm_hint parameter to user confirmation requests
` [PATCH 05/12] Bluetooth: Fix reason code for pairing rejection
` [PATCH 06/12] Bluetooth: Fix logic in hci_pin_code_request_evt
` [PATCH 07/12] Bluetooth: Fix link key persistent storage criteria
` [PATCH 08/12] Bluetooth: Fix old_key_type logic for non-persistent keys
` [PATCH 09/12] Bluetooth: Fix connection key type updating for buggy controllers
` [PATCH 10/12] Bluetooth: Remove old_key_type from mgmt_ev_new_key
` [PATCH 11/12] Bluetooth: Add store_hint parameter to mgmt_new_key
` [PATCH 12/12] Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evt

latest bluetooth-next doesn't compile
 2011-04-28 14:35 UTC  (2+ messages)

btusb not working in 2.6.38.4
 2011-04-28 13:21 UTC  (3+ messages)

[PATCH] Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure
 2011-04-28 11:39 UTC 

[PATCH] Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure. In L2CAP_SDU_UNSEGMENTED case, if sock_queue_rcv_skb returns error, l2cap_ertm_reassembly_sdu should not return 0 so as to insert the skb into BUSY_QUEUE for later retries
 2011-04-28 11:31 UTC 

Google Summer of Code 2011 projects
 2011-04-28  6:06 UTC 

kernel panic after unplug usb bluetooth dongle
 2011-04-28  5:30 UTC  (8+ messages)

[PATCH -v2 1/3] Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()
 2011-04-28  5:27 UTC  (3+ messages)
` [PATCH -v2 2/3] Bluetooth: Handle psm == 0 case inside l2cap_add_psm()
  ` [PATCH -v2 3/3] Bluetooth: Remove l2cap_sk_list

[PATCH 1/3] Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()
 2011-04-28  5:13 UTC  (6+ messages)
` [PATCH 2/3] Bluetooth: Handle psm == 0 case inside l2cap_add_psm()
  ` [PATCH 3/3] Bluetooth: Remove l2cap_sk_list

[PATCH 1/7] Bluetooth: Add automated SSP user confirmation responses
 2011-04-28  0:00 UTC  (12+ messages)
` [PATCH 2/7] Bluetooth: Add variable SSP auto-accept delay support
` [PATCH 3/7] Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requests
` [PATCH 4/7] Bluetooth: Add confirm_hint parameter to user confirmation requests
` [PATCH 5/7] Bluetooth: Fix reason code for pairing rejection
` [PATCH 6/7] Bluetooth: Fix logic in hci_pin_code_request_evt
` [PATCH 7/7] Bluetooth: Fix link key persistent storage criteria

[PATCH] Use HCI_MAX_EIR_LENGTH instead of hard-coded value
 2011-04-27 23:25 UTC  (2+ messages)

[PATCH] Change attrib server to use ATT CID & PSM defined in att.h
 2011-04-27 23:24 UTC  (2+ messages)

[PATCH] Remove grouping by phone number in call-history results
 2011-04-27 23:23 UTC  (2+ messages)

[PATCH v2 1/6] Bluetooth: Add definitions for link key types
 2011-04-27 23:09 UTC  (13+ messages)
` [PATCH v2 2/6] Bluetooth: Don't modify sec_level if auth failed
` [PATCH v2 3/6] Bluetooth: Map sec_level to link key requirements
` [PATCH v2 4/6] Bluetooth: Ignore key unauthenticated for high security
` [PATCH v2 5/6] Bluetooth: Double check sec req for pre 2.1 device
` [PATCH v2 6/6] Bluetooth: Respect local MITM req in io_cap reply
  ` [PATCH] "

[PATCH v2 2/2] Bluetooth: Add discovering event to the Management interface
 2011-04-27 21:54 UTC  (2+ messages)

[PATCH 1/3] Add support for getting the Encryption Key Size via btio
 2011-04-27 18:33 UTC  (2+ messages)

[PATCH v2 1/2] Bluetooth: Add basic discovery commands to the management interface
 2011-04-27 14:29 UTC 

[BUG] bluetooth doesn't work from 2.6.39-rc1+ to 2.6.39-rc3+
 2011-04-27 11:00 UTC  (7+ messages)

[PATCH] linux-firmware: Add sysconfig file
 2011-04-26 21:00 UTC 

[PATCH] linux-firmware: Add patch and sysconfig files
 2011-04-26 20:54 UTC  (3+ messages)

[PATCH] Fix segfault when removing device
 2011-04-26 20:26 UTC  (2+ messages)

[PATCH] Check session->msg at sync_getphonebook_callback() in file client/sync.c
 2011-04-26 18:41 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Add discovering event to the Management interface
 2011-04-26 16:07 UTC  (2+ messages)

[PATCH] Bluetooth: Don't sleep after deleting command timer
 2011-04-26 15:49 UTC  (2+ messages)

Status of MAP and AVRCP
 2011-04-26 15:31 UTC 

[PATCH v5] staging: Add ST-Ericsson CG2900 driver
 2011-04-26 11:40 UTC 

[PATCH v5] Add ST-Ericsson CG2900 driver
 2011-04-26 11:40 UTC 

[PATCH v4] staging: Add ST-Ericsson CG2900 driver
 2011-04-26  8:19 UTC  (3+ messages)

[PATCH] Check session->msg at sync_getphonebook_callback() in file client/sync.c
 2011-04-26  2:45 UTC 

Read RSSI through Management Interface?
 2011-04-26  2:18 UTC  (6+ messages)

[PATCH] Bluetooth: MTU configuration for LE links
 2011-04-25 13:29 UTC  (8+ messages)

2.6.39-rc2 regression: X201s fails to resume b77dcf8460ae57d4eb9fd3633eb4f97b8fb20716
 2011-04-23 16:37 UTC  (9+ messages)

[PATCH 1/2] Bluetooth: Add basic discovery commands to the management interface
 2011-04-22  0:00 UTC 

Announcement: Antidote, an IEEE 11073 library
 2011-04-21  3:39 UTC  (2+ messages)

pull request: bluetooth-2.6 2011-04-20
 2011-04-21  1:00 UTC  (4+ messages)

[PATCH] Cleanup of device class update signal
 2011-04-20 21:42 UTC 

[PATCH] Cleanup: remove unused structure
 2011-04-20 16:40 UTC  (4+ messages)
` [PATCH] Cleanup: remove header declared but not defined

[PATCH 0/4] Remove deprecated fields from struct hci_dev
 2011-04-20 16:39 UTC  (6+ messages)
` [PATCH 1/4] Remove ssp_mode "
` [PATCH 2/4] Remove LMP/HCI version and manufacturer "
` [PATCH 3/4] Move adapter name from struct hci_dev to struct btd_adapter
` [PATCH 4/4] Remove read_local_version() from struct btd_adapter_ops

[PATCH 1/2] Bluetooth: Add basic discovery commands to the management interface
 2011-04-20 13:09 UTC  (4+ messages)

[PATCH 2/2] Bluetooth: Add discovering event to the Management interface
 2011-04-19 21:35 UTC 

BT 3.0 HS Support in BlueZ
 2011-04-19 18:04 UTC  (2+ messages)

[PATCH v2] Fix not waiting for POLLERR when disconnecting SCO
 2011-04-19 12:30 UTC  (2+ messages)

pull request: bluetooth-next-2.6 2011-04-18
 2011-04-18 22:48 UTC 

[RFC] Proposal to distinguish address device types
 2011-04-18 18:20 UTC  (6+ messages)

[PATCH] bluetooth: fix shutdown on SCO sockets
 2011-04-18 17:56 UTC  (4+ messages)

[PATCH] Bluetooth: Only keeping SAR bits when retransmitting one frame
 2011-04-18 17:53 UTC  (2+ messages)

[Regression] Bluetooth pairing does not work anymore in 2.6.39-rc3 (works in 2.6.38.3)
 2011-04-18 15:47 UTC  (7+ messages)

[PATCH 0/3] Handle link key type and security requirements
 2011-04-18 13:19 UTC  (3+ messages)
` [PATCH 3/3] Bluetooth: Ignore key unauthenticated for high security

Endless print of uhci_result_common: failed with status 440000
 2011-04-18 10:54 UTC  (4+ messages)

[PATCH 1/2] Add NO CARRIER response to HFP
 2011-04-18  7:50 UTC  (2+ messages)

[PATCH] Fix not waiting for POLLERR when disconnecting SCO
 2011-04-18  6:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).