2002-10-05 22:22:34

by Max Krasnyansky

[permalink] [raw]
Subject: [BK 5/6] 2.5.x Bluetooth subsystem update. RFCOMM support.

Patch #5:

Adds support for RFCOMM layer. RFCOMM is the connection oriented stream
transport. Provides socket and TTY interfaces.

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.700 -> 1.701
# net/bluetooth/Makefile 1.5 -> 1.6
# net/bluetooth/Config.help 1.3 -> 1.4
# net/bluetooth/Config.in 1.3 -> 1.4
# (new) -> 1.1 net/bluetooth/rfcomm/core.c
# (new) -> 1.1 include/net/bluetooth/rfcomm.h
# (new) -> 1.1 net/bluetooth/rfcomm/crc.c
# (new) -> 1.1 net/bluetooth/rfcomm/Config.in
# (new) -> 1.1 net/bluetooth/rfcomm/tty.c
# (new) -> 1.1 net/bluetooth/rfcomm/sock.c
# (new) -> 1.1 net/bluetooth/rfcomm/Makefile
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/10/04 maxk@viper.(none) 1.701
# RFCOMM protocol support.
# RFCOMM socket and TTY emulation APIs.
# --------------------------------------------

http://bluez.sourceforge.net/patches/bt-2.5-rfcomm.gz

Max