* Adding supprot for Bluetooth 0x13d3, 0x3404 "BCM20702A0" on asus G750JX
@ 2013-12-18 10:18 gerald.maricau
2017-05-07 14:52 ` jane hondig
0 siblings, 1 reply; 3+ messages in thread
From: gerald.maricau @ 2013-12-18 10:18 UTC (permalink / raw)
To: linux-kernel
Hi,
I'm using linux OpenSuse 13.1 with kernel 3.11 on the Asus ROG G750JX-T4215H
machine:
# uname -r
3.11.6-4-desktop
It's hard to find something about this bluetooth device but finally i found
some patch for the same device BCM20702A0 on another hardware but on this
computer Asus P8Z77-V Deluxe :
http://blog.tkassembled.com/301/patching-btusb-to-enable-compatibility-with-the-bcm20702a0-chip/
http://linux-kernel.2935.n7.nabble.com/PATCH-Bluetooth-Add-support-for-BCM20702A0-0b05-17b5-td195933.html
I found that this bluetooth is integrated but connected to the USB-hub ! And
after adding the following line to drivers/bluetooth/btusb.c and recompiling
it and using it (# modprobe btusb), the device is now enabled
{ USB_DEVICE(0x13d3, 0x3404) }, /*on ASUS G750JX vendor INC*/
# hwinfo --usb (BCM207702A0 part)
34: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: 4zpN.FVG0jOcmIlA
Parent ID: uIhY.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0
SysFS BusID: 3-5:1.0
Hardware Class: unknown
Model: "IMC Networks BCM20702A0"
Hotplug: USB
Vendor: usb 0x13d3 "IMC Networks"
Device: usb 0x3404 "BCM20702A0"
Revision: "1.12"
Serial ID: "240A6439A913"
Driver: "btusb"
Driver Modules: "btusb"
Speed: 12 Mbps
Module Alias: "usb:v13D3p3404d0112dcFFdsc01dp01icFFisc01ip01in00"
Driver Info #0:
Driver Status: btusb is active
Driver Activation Cmd: "modprobe btusb"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #30 (Hub)
QUESTIONS:
Do i have to make other actions to enable the device completely ?
I don't know how to make the patch file for what i did, if somebody can do
it or explain me how to do it, i have enough aknowledge in system admin to
do it.
Because it's enabled with the applet bluedevil integrated in kde4 but i
can't connect to the desired device (mouse with bluetooth Razer Orochi 2013)
# hwinfo --mouse (part of the specified mouse)
29: USB 00.0: 10503 USB Mouse
[Created at usb.122]
Unique ID: CiZ2.17e4hJ8gaGB
Parent ID: uIhY.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0
SysFS BusID: 3-3:1.0
Hardware Class: mouse
Model: "Razer Orochi 2013"
Hotplug: USB
Vendor: usb 0x1532 "Razer"
Device: usb 0x0039 "Razer Orochi 2013"
Revision: "2.00"
Compatible to: int 0x0210 0x0018
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event2,
/dev/input/by-id/usb-Razer_Razer_Orochi_2013-event-mouse,
/dev/input/by-path/pci-0000:00:14.0-usb-0:3:1.0-event-mouse,
/dev/input/by-id/usb-Razer_Razer_Orochi_2013-mouse,
/dev/input/by-path/pci-0000:00:14.0-usb-0:3:1.0-mouse
Device Number: char 13:63 (char 13:33)
Speed: 12 Mbps
Module Alias: "usb:v1532p0039d0200dc00dsc00dp00ic03isc01ip02in00"
Driver Info #0:
Buttons: 8
Wheels: 1
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #27 (Hub)
Thanks in advance for your help.
Regards,
--
View this message in context: http://linux-kernel.2935.n7.nabble.com/Adding-supprot-for-Bluetooth-0x13d3-0x3404-BCM20702A0-on-asus-G750JX-tp773917.html
Sent from the Linux Kernel mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Adding supprot for Bluetooth 0x13d3, 0x3404 "BCM20702A0" on asus G750JX
2013-12-18 10:18 Adding supprot for Bluetooth 0x13d3, 0x3404 "BCM20702A0" on asus G750JX gerald.maricau
@ 2017-05-07 14:52 ` jane hondig
2017-05-07 14:54 ` jane hondig
0 siblings, 1 reply; 3+ messages in thread
From: jane hondig @ 2017-05-07 14:52 UTC (permalink / raw)
To: linux-kernel
That is clear. I went ahead with semantic.gs and got the same results. Who's
laughing now?
--
View this message in context: http://linux-kernel.2935.n7.nabble.com/Adding-supprot-for-Bluetooth-0x13d3-0x3404-BCM20702A0-on-asus-G750JX-tp773917p1381846.html
Sent from the Linux Kernel mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Adding supprot for Bluetooth 0x13d3, 0x3404 "BCM20702A0" on asus G750JX
2017-05-07 14:52 ` jane hondig
@ 2017-05-07 14:54 ` jane hondig
0 siblings, 0 replies; 3+ messages in thread
From: jane hondig @ 2017-05-07 14:54 UTC (permalink / raw)
To: linux-kernel
Thanks
Sent: Sunday, May 07, 2017 at 5:52 PM
From: "jane hondig [via Linux Kernel]" <ml+s2935n1381846h57@n7.nabble.com>
To: "jane hondig" <beautimeme@cheerful.com>
Subject: Re: Adding supprot for Bluetooth 0x13d3, 0x3404 "BCM20702A0" on asus G750JX
That is clear. I went ahead with semantic.gs and got the same results. Who's laughing now?
If you reply to this email, your message will be added to the discussion below:
http://linux-kernel.2935.n7.nabble.com/Adding-supprot-for-Bluetooth-0x13d3-0x3404-BCM20702A0-on-asus-G750JX-tp773917p1381846.html
To unsubscribe from Adding supprot for Bluetooth 0x13d3, 0x3404 "BCM20702A0" on asus G750JX, click here .
NAML
--
View this message in context: http://linux-kernel.2935.n7.nabble.com/Adding-supprot-for-Bluetooth-0x13d3-0x3404-BCM20702A0-on-asus-G750JX-tp773917p1381847.html
Sent from the Linux Kernel mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-07 22:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 10:18 Adding supprot for Bluetooth 0x13d3, 0x3404 "BCM20702A0" on asus G750JX gerald.maricau
2017-05-07 14:52 ` jane hondig
2017-05-07 14:54 ` jane hondig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox