Re: [Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Henning Glawe
On Sun, Aug 02, 2009 at 02:04:46PM -0400, Jon Smirl wrote: > On Sun, Aug 2, 2009 at 8:47 AM, Henning Glawe wrote: > > This usb device claims to be of HID class, but is in fact a 802.15.4 > > lowpan transceiver. > > Do you have a link to datasheet for this dongle? Which chipset does it use? I got

Re: [Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Dmitry Eremin-Solenikov
On Sun, Aug 02, 2009 at 10:22:50PM +0200, Henning Glawe wrote: > On Sun, Aug 02, 2009 at 02:04:46PM -0400, Jon Smirl wrote: > > On Sun, Aug 2, 2009 at 8:47 AM, Henning Glawe wrote: > > > This usb device claims to be of HID class, but is in fact a 802.15.4 > > > lowpan transceiver. > > > > Do you h

Re: [Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Dmitry Eremin-Solenikov
On Sun, Aug 02, 2009 at 10:21:50PM +0200, Henning Glawe wrote: > > BTW: Hopefully the current kernel provides enough support for devices > > which implement 802.15.4 funcionality in the hardware (i.e. see the > > drivers/ieee802154/fakehard.c in the mainline kernel). Maybe you can > > look into imp

Re: [Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Jon Smirl
On Sun, Aug 2, 2009 at 4:22 PM, Henning Glawe wrote: > On Sun, Aug 02, 2009 at 02:04:46PM -0400, Jon Smirl wrote: >> On Sun, Aug 2, 2009 at 8:47 AM, Henning Glawe wrote: >> > This usb device claims to be of HID class, but is in fact a 802.15.4 >> > lowpan transceiver. >> >> Do you have a link to da

Re: [Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Henning Glawe
On Sun, Aug 02, 2009 at 02:04:46PM -0400, Jon Smirl wrote: > On Sun, Aug 2, 2009 at 8:47 AM, Henning Glawe wrote: > > This usb device claims to be of HID class, but is in fact a 802.15.4 > > lowpan transceiver. > > Do you have a link to datasheet for this dongle? Which chipset does it use? I got

Re: [Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Henning Glawe
On Sun, Aug 02, 2009 at 08:23:00PM +0400, Dmitry Eremin-Solenikov wrote: > On Sun, Aug 02, 2009 at 02:47:37PM +0200, Henning Glawe wrote: > > This usb device claims to be of HID class, but is in fact a 802.15.4 > > lowpan transceiver. > > --- > > drivers/hid/hid-core.c |1 + > > drivers/hid/hi

Re: [Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Jon Smirl
On Sun, Aug 2, 2009 at 8:47 AM, Henning Glawe wrote: > This usb device claims to be of HID class, but is in fact a 802.15.4 > lowpan transceiver. Do you have a link to datasheet for this dongle? Which chipset does it use? -- Jon Smirl [email protected] -

Re: [Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Dmitry Eremin-Solenikov
On Sun, Aug 02, 2009 at 02:47:37PM +0200, Henning Glawe wrote: > This usb device claims to be of HID class, but is in fact a 802.15.4 > lowpan transceiver. > --- > drivers/hid/hid-core.c |1 + > drivers/hid/hid-ids.h |3 +++ > 2 files changed, 4 insertions(+), 0 deletions(-) This should

[Linux-zigbee-devel] [PATCH] Ignore Philips IEEE802.15.4 RF Dongle in hid-core

2009-08-02 Thread Henning Glawe
This usb device claims to be of HID class, but is in fact a 802.15.4 lowpan transceiver. --- drivers/hid/hid-core.c |1 + drivers/hid/hid-ids.h |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 8551693..7755949 100