(re-adding list) On Wednesday 28 August 2013 16:19:31 Julien Danjou wrote: > On Wed, Aug 28 2013, Peter Wu wrote: > > It looks like you have two devices powered off (or out of range), namely > > device index 4 and 3. > > That's right, that's a mouse and touchpad I associated but only used > rarely. > > > The "/dev/usbmon2" path has to be changed to > > match the USB bus on which the Unifying receiver is connected. Please run > > this with upower disabled to reduce protocol spam. I assume that the > > K750 is at device index 2 (which should still be the case if you didn't > > unpair it; taken from the solaar output). > > Ok, brain rewired: it needs to write to hidraw, not usbmon :] > > 16:18:57.975 Send report_id=10 short device=02 DEV2 > type=06 params=0F 01 01 00 > 16:18:58.007 Recv report_id=11 long device=02 DEV2 > type=06 params=0F 00 00 00 00 00 00 00 00 00 00 > 00 00 00 00 00 00
I made a mistake again, I took the "06" feature index from the spec, but your K750 uses "09" as index for 4301 Solar Dashboard. 06 is an unknown hidden feature, 1DF3. Hopefully this did not break anything :P Can you try: ./shell hidw /dev/hidraw0 10 02 09 0f 01 01 Explanation (so you can check it yourself): 10 - short HID++ message 02 - device index 2 (presumable K750 device) 09 - feature index 9 (for Solar Dashboard feature) 0F - function 0 (SetLightMeasure), software ID 0xF 01 - report count (one time) 01 - report interval (one second) A notification should appear within a second of the request. Regards, Peter
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ devkit-devel mailing list devkit-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/devkit-devel