Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
b7e04735
Commit
b7e04735
authored
Dec 18, 2013
by
John W. Linville
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-upstream' of
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
parents
73f0b56a
1bc5ad16
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
10 deletions
+19
-10
drivers/bluetooth/ath3k.c
drivers/bluetooth/ath3k.c
+2
-0
drivers/bluetooth/btusb.c
drivers/bluetooth/btusb.c
+1
-0
net/bluetooth/hci_sock.c
net/bluetooth/hci_sock.c
+16
-10
No files found.
drivers/bluetooth/ath3k.c
View file @
b7e04735
...
@@ -87,6 +87,7 @@ static const struct usb_device_id ath3k_table[] = {
...
@@ -87,6 +87,7 @@ static const struct usb_device_id ath3k_table[] = {
{
USB_DEVICE
(
0x0CF3
,
0xE004
)
},
{
USB_DEVICE
(
0x0CF3
,
0xE004
)
},
{
USB_DEVICE
(
0x0CF3
,
0xE005
)
},
{
USB_DEVICE
(
0x0CF3
,
0xE005
)
},
{
USB_DEVICE
(
0x0930
,
0x0219
)
},
{
USB_DEVICE
(
0x0930
,
0x0219
)
},
{
USB_DEVICE
(
0x0930
,
0x0220
)
},
{
USB_DEVICE
(
0x0489
,
0xe057
)
},
{
USB_DEVICE
(
0x0489
,
0xe057
)
},
{
USB_DEVICE
(
0x13d3
,
0x3393
)
},
{
USB_DEVICE
(
0x13d3
,
0x3393
)
},
{
USB_DEVICE
(
0x0489
,
0xe04e
)
},
{
USB_DEVICE
(
0x0489
,
0xe04e
)
},
...
@@ -129,6 +130,7 @@ static const struct usb_device_id ath3k_blist_tbl[] = {
...
@@ -129,6 +130,7 @@ static const struct usb_device_id ath3k_blist_tbl[] = {
{
USB_DEVICE
(
0x0cf3
,
0xe004
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0cf3
,
0xe004
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0cf3
,
0xe005
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0cf3
,
0xe005
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0930
,
0x0219
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0930
,
0x0219
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0930
,
0x0220
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0489
,
0xe057
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0489
,
0xe057
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x13d3
,
0x3393
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x13d3
,
0x3393
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0489
,
0xe04e
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0489
,
0xe04e
),
.
driver_info
=
BTUSB_ATH3012
},
...
...
drivers/bluetooth/btusb.c
View file @
b7e04735
...
@@ -154,6 +154,7 @@ static const struct usb_device_id blacklist_table[] = {
...
@@ -154,6 +154,7 @@ static const struct usb_device_id blacklist_table[] = {
{
USB_DEVICE
(
0x0cf3
,
0xe004
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0cf3
,
0xe004
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0cf3
,
0xe005
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0cf3
,
0xe005
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0930
,
0x0219
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0930
,
0x0219
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0930
,
0x0220
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0489
,
0xe057
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0489
,
0xe057
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x13d3
,
0x3393
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x13d3
,
0x3393
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0489
,
0xe04e
),
.
driver_info
=
BTUSB_ATH3012
},
{
USB_DEVICE
(
0x0489
,
0xe04e
),
.
driver_info
=
BTUSB_ATH3012
},
...
...
net/bluetooth/hci_sock.c
View file @
b7e04735
...
@@ -940,8 +940,22 @@ static int hci_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
...
@@ -940,8 +940,22 @@ static int hci_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
bt_cb
(
skb
)
->
pkt_type
=
*
((
unsigned
char
*
)
skb
->
data
);
bt_cb
(
skb
)
->
pkt_type
=
*
((
unsigned
char
*
)
skb
->
data
);
skb_pull
(
skb
,
1
);
skb_pull
(
skb
,
1
);
if
(
hci_pi
(
sk
)
->
channel
==
HCI_CHANNEL_RAW
&&
if
(
hci_pi
(
sk
)
->
channel
==
HCI_CHANNEL_USER
)
{
bt_cb
(
skb
)
->
pkt_type
==
HCI_COMMAND_PKT
)
{
/* No permission check is needed for user channel
* since that gets enforced when binding the socket.
*
* However check that the packet type is valid.
*/
if
(
bt_cb
(
skb
)
->
pkt_type
!=
HCI_COMMAND_PKT
&&
bt_cb
(
skb
)
->
pkt_type
!=
HCI_ACLDATA_PKT
&&
bt_cb
(
skb
)
->
pkt_type
!=
HCI_SCODATA_PKT
)
{
err
=
-
EINVAL
;
goto
drop
;
}
skb_queue_tail
(
&
hdev
->
raw_q
,
skb
);
queue_work
(
hdev
->
workqueue
,
&
hdev
->
tx_work
);
}
else
if
(
bt_cb
(
skb
)
->
pkt_type
==
HCI_COMMAND_PKT
)
{
u16
opcode
=
get_unaligned_le16
(
skb
->
data
);
u16
opcode
=
get_unaligned_le16
(
skb
->
data
);
u16
ogf
=
hci_opcode_ogf
(
opcode
);
u16
ogf
=
hci_opcode_ogf
(
opcode
);
u16
ocf
=
hci_opcode_ocf
(
opcode
);
u16
ocf
=
hci_opcode_ocf
(
opcode
);
...
@@ -972,14 +986,6 @@ static int hci_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
...
@@ -972,14 +986,6 @@ static int hci_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
goto
drop
;
goto
drop
;
}
}
if
(
hci_pi
(
sk
)
->
channel
==
HCI_CHANNEL_USER
&&
bt_cb
(
skb
)
->
pkt_type
!=
HCI_COMMAND_PKT
&&
bt_cb
(
skb
)
->
pkt_type
!=
HCI_ACLDATA_PKT
&&
bt_cb
(
skb
)
->
pkt_type
!=
HCI_SCODATA_PKT
)
{
err
=
-
EINVAL
;
goto
drop
;
}
skb_queue_tail
(
&
hdev
->
raw_q
,
skb
);
skb_queue_tail
(
&
hdev
->
raw_q
,
skb
);
queue_work
(
hdev
->
workqueue
,
&
hdev
->
tx_work
);
queue_work
(
hdev
->
workqueue
,
&
hdev
->
tx_work
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment