Re: [PATCH v2] HID: Add support for Sony PS3 BD Remote Control

2012-09-21 Thread Bastien Nocera
Em Fri, 2012-09-21 às 22:06 +0200, Antonio Ospite escreveu: > From a user point of view there is still some "set up" happening, > the gnome bluetooth-applet tells "Successfully set up new device '% > s'", so maybe we can just call this "set up" in the comment above too, > I > mentioned the PIN beca

Re: [PATCH v2] HID: Add support for Sony PS3 BD Remote Control

2012-09-21 Thread Antonio Ospite
On Wed, 19 Sep 2012 12:59:46 -0400 David Dillow wrote: > On Wed, 2012-09-19 at 18:48 +0200, Antonio Ospite wrote: > > On Mon, 17 Sep 2012 21:33:58 -0400 > > David Dillow wrote: > > > While on the remote I see: > > > > I press '1' and keep it pressed: > > Event: time 1348069656.505528, type 1 (

Re: [PATCH v2] HID: Add support for Sony PS3 BD Remote Control

2012-09-19 Thread Bastien Nocera
Em Wed, 2012-09-19 às 18:48 +0200, Antonio Ospite escreveu: > For the note about the association procedure I had in mind something > like this: > > /* NOTE: in order to associate the Sony PS3 BD Remote with a Bluetooth > host > * the key combination Start+Enter has to be kept pressed for about 7

Re: [PATCH v2] HID: Add support for Sony PS3 BD Remote Control

2012-09-19 Thread David Dillow
On Wed, 2012-09-19 at 18:48 +0200, Antonio Ospite wrote: > On Mon, 17 Sep 2012 21:33:58 -0400 > David Dillow wrote: > While on the remote I see: > > I press '1' and keep it pressed: > Event: time 1348069656.505528, type 1 (EV_KEY), code 2 (KEY_1), value 1 > 11... > > I press '2' and rel

Re: [PATCH v2] HID: Add support for Sony PS3 BD Remote Control

2012-09-19 Thread Antonio Ospite
On Mon, 17 Sep 2012 21:33:58 -0400 David Dillow wrote: > The Sony PS3 Blue-ray Disc Remote Control used to be supported by the > BlueZ project's user space, but the code that handled it was recently > removed as its functionality conflicted with a real HSP implementation > and the mapping was tho

[PATCH v2] HID: Add support for Sony PS3 BD Remote Control

2012-09-17 Thread David Dillow
The Sony PS3 Blue-ray Disc Remote Control used to be supported by the BlueZ project's user space, but the code that handled it was recently removed as its functionality conflicted with a real HSP implementation and the mapping was thought to be better handled in the kernel. This is a port of the ma