public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Jelle de Jong <jelledejong@powercraft.nl>
To: linux-bluetooth@vger.kernel.org
Subject: Re: Sony BD Remote Control still does not make input event, what part of the driver is driver missing?
Date: Mon, 26 Jan 2009 15:05:23 +0100	[thread overview]
Message-ID: <497DC323.6050100@powercraft.nl> (raw)
In-Reply-To: <49750C60.4090001@powercraft.nl>

Jelle de Jong wrote:
> Hi all,
> 
> I thought I gave my Sony PS3 Bluetooth remote an other try, see all my
> previous messages trials and bug reports back in the mail archive.
> 
> The device still does not create an input event that can be used out of
> the box. What parts are missing to get this working?
> 
> The device connects with the gnome bluetooth tool, you see the connect
> icon go on very short then the connect icons goes away. hcitool con also
> does not show the device and there is no input event created.
> 
> What is going on here? And what need to be done here.
> 
> Best regards,
> 
> Jelle de Jong
> 
> # bluez build on 2009-01-17
> apt-show-versions | fgrep bluez
> bluez-gnome 1.9git newer than version in archive
> bluez-utils 4.27git newer than version in archive
> 
> apt-show-versions | fgrep /experimental
> xserver-common/experimental uptodate 2:1.5.3-1
> xserver-xorg/experimental uptodate 1:7.4~4
> xserver-xorg-core/experimental uptodate 2:1.5.3-1
> xserver-xorg-input-evdev/experimental uptodate 1:2.1.0-1
> xserver-xorg-input-kbd/experimental uptodate 1:1.3.1-2
> xserver-xorg-input-mouse/experimental uptodate 1:1.3.0-2
> xserver-xorg-input-synaptics/experimental uptodate 0.15.0+git20080820-1
> xserver-xorg-video-intel/experimental uptodate 2:2.6.0-1
> 
> bluetoothd[2466]: Agent registered for hci0 at :1.23:/org/bluez/agent/hci0
> bluetoothd[2466]: Agent registered for hci1 at :1.23:/org/bluez/agent/hci1
> bluetoothd[2466]: Removing device /org/bluez/2466/hci1/dev_00_1E_3D_15_0A_4F
> bluetoothd[2466]: input_remove: path
> /org/bluez/2466/hci1/dev_00_1E_3D_15_0A_4F
> bluetoothd[2466]: Unregistered interface org.bluez.Input on path
> /org/bluez/2466/hci1/dev_00_1E_3D_15_0A_4F
> bluetoothd[2466]: Discovery session 0xb8dba410 with :1.25 activated
> bluetoothd[2466]: session_ref(0xb8dba410): ref=1
> bluetoothd[2466]: session_unref(0xb8dba410): ref=0
> bluetoothd[2466]: Discovery session 0xb8dba410 with :1.25 deactivated
> bluetoothd[2466]: Stopping discovery
> bluetoothd[2466]: create_device(00:1E:3D:15:0A:4F)
> bluetoothd[2466]: adapter_create_device(00:1E:3D:15:0A:4F)
> bluetoothd[2466]: Creating device /org/bluez/2466/hci1/dev_00_1E_3D_15_0A_4F
> bluetoothd[2466]: adapter_get_device(00:1E:3D:15:0A:4F)
> bluetoothd[2466]: Probe drivers for
> /org/bluez/2466/hci1/dev_00_1E_3D_15_0A_4F
> bluetoothd[2466]: hid_device_probe: path
> /org/bluez/2466/hci1/dev_00_1E_3D_15_0A_4F
> bluetoothd[2466]: Registered interface org.bluez.Input on path
> /org/bluez/2466/hci1/dev_00_1E_3D_15_0A_4F
> 
> 
> ls -hal /dev/input/by-path/
> total 0
> drwxr-xr-x 2 root root 160 2009-01-15 12:40 .
> drwxr-xr-x 3 root root 300 2009-01-15 12:40 ..
> lrwxrwxrwx 1 root root   9 2009-01-15 12:40
> pci-0000:00:1d.3-usb-0:acl0007618A1AAA-event- -> ../event8
> lrwxrwxrwx 1 root root   9 2009-01-15 12:40
> pci-0000:00:1d.3-usb-0:acl111111111795- -> ../mouse1
> lrwxrwxrwx 1 root root   9 2009-01-15 12:40
> pci-0000:00:1d.3-usb-0:acl111111111795-event- -> ../event7
> lrwxrwxrwx 1 root root   9 2009-01-15 12:39
> platform-i8042-serio-0-event-kbd -> ../event0
> lrwxrwxrwx 1 root root   9 2009-01-15 12:39
> platform-i8042-serio-1-event-mouse -> ../event2
> lrwxrwxrwx 1 root root   9 2009-01-15 12:39 platform-i8042-serio-1-mouse
> -> ../mouse0
> 
> hcitool con
> Connections:
> 	> ACL 00:07:61:8A:1A:AA handle 12 state 1 lm MASTER AUTH ENCRYPT
> 	> ACL 11:11:11:11:17:95 handle 11 state 1 lm MASTER
> 
> hcitool scanning
> Scanning ...
> 	00:1E:3D:15:0A:4F	BD Remote Control
> 

Hello everybody,

I know some people say this issue is non existing, but so far i cant
get it to work without custom scripts or other nasty things.

I don't know what is going on here exactly, but why is there no input
event and why does hcitool not show an connection after connecting
with the remote.

I would really like to see this issue fixed, would somebody be willing
to take a look at it?

Best regards,

Jelle

  reply	other threads:[~2009-01-26 14:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-19 23:27 Sony BD Remote Control still does not make input event, what part of the driver is driver missing? Jelle de Jong
2009-01-26 14:05 ` Jelle de Jong [this message]
2009-01-26 15:09 ` Bastien Nocera
2009-02-10 14:06   ` Jelle de Jong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=497DC323.6050100@powercraft.nl \
    --to=jelledejong@powercraft.nl \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox