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/hid-ids.h | 3 +++ > > 2 files changed, 4 insertions(+), 0 deletions(-) > > This should go to [email protected] with Cc to Jiri Kosina > (see the MAINTAINERS file in the kernel sources). > > Before submitting the patch, please read Documentation/SubmittingPatches > In particular you should add an 'Signed-off-by' line to your patch.
Ok, I'll do this. > 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 implementing basic support for your remote? If you have any > questions regarding driver, you can ask them here. Yes, that's exacty what I am up to; I have a small test program in userspace ready, which is setting up the dongle correctly and is able to reveive keypresses from the SRM7500. But before going into the complications of accessing the remote's LCD, I'm going to write a 'proper' dongle driver for your 802.15.4 stack. > The major part that is still missing is stable API MIB access > (via SET/GET). We don't have a common view, how this should be > implemented in a clean way. I was also thinking about this, evenmore because the current API doesn't implement all the MIB set commands I need for my project: a generic 'mlme-set.request' would be nice to have, instead of one command for each attribute. but on the other hand, introducing this with a char pointer as 'value' makes it annoying to use, as most of the MIB attributes are either one or two bytes long... Do you have a reference about the state of discussion? -- c u henning ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
