Bug 12535 - btusb doesn't work with 1131:1001
Summary: btusb doesn't work with 1131:1001
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Bluetooth (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_bluetooth@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-24 05:08 UTC by Andrey Rahmatullin
Modified: 2009-05-21 06:31 UTC (History)
0 users

See Also:
Kernel Version: 2.6.28
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments

Description Andrey Rahmatullin 2009-01-24 05:08:28 UTC
btusb doesn't (and didn't) work with 1131:1001 and, according to google, 1131:1004. While HCI commands work, the rest fails:

$ sudo strace -Ff -enetwork l2ping 00:17:E3:C0:C9:FF
socket(PF_BLUETOOTH, SOCK_RAW, 0)       = 3
bind(3, {sa_family=AF_BLUETOOTH, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 10) = 0
connect(3, {sa_family=AF_BLUETOOTH, sa_data="\0\0\377\311\300\343\27\0\0\0\0\0\0\0"}, 10) = -1 ETIMEDOUT (Connection timed out)
Can't connect: Connection timed out


This bug is also reported at least at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/281949 and maybe also at http://bugzilla.kernel.org/show_bug.cgi?id=12045
Comment 1 Andrey Rahmatullin 2009-01-24 05:09:07 UTC
Marking as regression because hci_usb worked but is removed from the kernel.
Comment 2 Andrey Rahmatullin 2009-05-21 06:31:29 UTC
Works in 2.6.30-rc5

Note You need to log in before you can comment on or make changes to this bug.