0f80901bce 
								
							 
						 
						
							
							
								
								quicker detection of matching receivers in udev  
							
							
							
						 
						
							2013-05-02 11:11:53 +02:00  
				
					
						
							
							
								 
						
							
								c829304e31 
								
							 
						 
						
							
							
								
								use only udev events to detect receiver devices  
							
							
							
						 
						
							2013-05-01 15:47:23 +02:00  
				
					
						
							
							
								 
						
							
								d3f94ff2fb 
								
							 
						 
						
							
							
								
								detect some HID++1.0 custom battery notifications  
							
							... 
							
							
							
							they're not handled yet 
							
						 
						
							2013-05-01 11:36:15 +02:00  
				
					
						
							
							
								 
						
							
								04db6d3838 
								
							 
						 
						
							
							
								
								python 3 fixes for  #29  
							
							
							
						 
						
							2013-04-30 22:31:06 +02:00  
				
					
						
							
							
								 
						
							
								feedbcf581 
								
							 
						 
						
							
							
								
								some code clean-ups  
							
							
							
						 
						
							2013-04-28 15:16:45 +02:00  
				
					
						
							
							
								 
						
							
								a57f3be58d 
								
							 
						 
						
							
							
								
								renamed event alert levels to be more clear  
							
							
							
						 
						
							2013-04-28 15:12:20 +02:00  
				
					
						
							
							
								 
						
							
								897dffc426 
								
							 
						 
						
							
							
								
								only dispatch notification events from the specialized listener thread  
							
							
							
						 
						
							2013-04-28 15:09:09 +02:00  
				
					
						
							
							
								 
						
							
								6f0b61e6d8 
								
							 
						 
						
							
							
								
								better handling of eq/ne/hash in receiver and device objects  
							
							
							
						 
						
							2013-04-28 15:02:17 +02:00  
				
					
						
							
							
								 
						
							
								674ee9ac9e 
								
							 
						 
						
							
							
								
								split read_battery in status into its own function  
							
							
							
						 
						
							2013-04-28 15:01:27 +02:00  
				
					
						
							
							
								 
						
							
								5eab013cf6 
								
							 
						 
						
							
							
								
								more explicit logging  
							
							
							
						 
						
							2013-04-28 14:58:40 +02:00  
				
					
						
							
							
								 
						
							
								079ef8d800 
								
							 
						 
						
							
							
								
								incipient support for the Nano receiver  
							
							
							
						 
						
							2013-04-28 14:27:16 +02:00  
				
					
						
							
							
								 
						
							
								c4dc49ac5e 
								
							 
						 
						
							
							
								
								Merge pull request  #24  from Lekensteyn/hid10-fnkey  
							
							... 
							
							
							
							Add FN key swap support for K800 (and presumably K710) 
							
						 
						
							2013-04-28 02:03:33 -07:00  
				
					
						
							
							
								 
						
							
								5e58f1e273 
								
							 
						 
						
							
							
								
								Fix battery status reading, add "fully charged"  
							
							... 
							
							
							
							Commit 438c501fae 
							
						 
						
							2013-04-27 17:07:55 +02:00  
				
					
						
							
							
								 
						
							
								c79ad65d37 
								
							 
						 
						
							
							
								
								Add K710 with FN key swap support ( pwr/Solaar#18 )  
							
							... 
							
							
							
							The K710 keyboard is (according to the issue reporter) part of a MK710 combo
(which also contains a M705 mouse). Observing a succesful 07 register read,
I think that it is a HID++ 1.0 device too that uses the same register for FN
key swapping as K800. 
							
						 
						
							2013-04-27 15:17:05 +02:00  
				
					
						
							
							
								 
						
							
								95a97ad776 
								
							 
						 
						
							
							
								
								Support FN keys swap for K800  
							
							
							
						 
						
							2013-04-27 15:13:42 +02:00  
				
					
						
							
							
								 
						
							
								6c28cedf23 
								
							 
						 
						
							
							
								
								Make BooleanValidator accept bytes too besides int  
							
							... 
							
							
							
							Previously, only the first parameter byte can be read or written. After this
patch, it is possible to select/write more bytes by specifying a mask of type
bytes with the appropriate length. 
							
						 
						
							2013-04-27 15:12:55 +02:00  
				
					
						
							
							
								 
						
							
								438c501fae 
								
							 
						 
						
							
							
								
								Parse battery status of HID++ 1.0 devices  
							
							... 
							
							
							
							This applies to K800 but it seems also to apply to M510. The numbers are based
on the HID++ 2.0 spec that state the following for GetBatteryCapability:
    If number of levels < 10 or if mileage is disabled then report are
    mapped to 4 levels this way.
    0%->10%     critical
    11%->30%    low
    31%->80%    good
    81%->100%   full
    i.e. to report battery low, FW send 25%, to report battery good, FW send 50%. 
							
						 
						
							2013-04-27 11:58:09 +02:00  
				
					
						
							
							
								 
						
							
								7707c5e558 
								
							 
						 
						
							
							
								
								don't notify on device disconnection  
							
							
							
						 
						
							2013-01-18 17:41:45 +02:00  
				
					
						
							
							
								 
						
							
								2e51380be5 
								
							 
						 
						
							
							
								
								log value of register 0x07 when register 0x0D not available  
							
							
							
						 
						
							2013-01-18 12:41:01 +02:00  
				
					
						
							
							
								 
						
							
								581d6747ad 
								
							 
						 
						
							
							
								
								Merge branch 'nano' into 0.9  
							
							... 
							
							
							
							# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit. 
							
						 
						
							2013-01-09 21:10:39 +02:00  
				
					
						
							
							
								 
						
							
								79a9048db5 
								
							 
						 
						
							
							
								
								fixed names for NamedInts numerical values  
							
							
							
						 
						
							2013-01-09 15:31:19 +02:00  
				
					
						
							
							
								 
						
							
								738d43fd83 
								
							 
						 
						
							
							
								
								fix for gihub issue  #10  
							
							... 
							
							
							
							http://github.com/pwr/Solaar/issues/10  
						
							2013-01-07 20:14:31 +02:00  
				
					
						
							
							
								 
						
							
								36f34da227 
								
							 
						 
						
							
							
								
								proper debian packaging, dropper stdeb  
							
							
							
						 
						
							2013-01-05 11:48:35 +02:00  
				
					
						
							
							
								 
						
							
								064a7a113c 
								
							 
						 
						
							
							
								
								added setup.py for python and debian packaging  
							
							
							
						 
						
							2012-12-18 05:03:43 +02:00  
				
					
						
							
							
								 
						
							
								430a2d71e3 
								
							 
						 
						
							
							
								
								read all device features as soon as the application is idle  
							
							
							
						 
						
							2012-12-14 19:51:18 +02:00  
				
					
						
							
							
								 
						
							
								e43e92f2b0 
								
							 
						 
						
							
							
								
								commented-out testing register for M705  
							
							
							
						 
						
							2012-12-14 16:57:10 +02:00  
				
					
						
							
							
								 
						
							
								cc6c0ee7df 
								
							 
						 
						
							
							
								
								fix for python3  
							
							
							
						 
						
							2012-12-14 16:25:46 +02:00  
				
					
						
							
							
								 
						
							
								f0c5046ccf 
								
							 
						 
						
							
							
								
								re-worked the settings classes  
							
							
							
						 
						
							2012-12-14 06:44:44 +02:00  
				
					
						
							
							
								 
						
							
								9db2a65b31 
								
							 
						 
						
							
							
								
								solaar-cli: return on the first match when searching for device name  
							
							... 
							
							
							
							results may be occasionally ambiguous, but the command runs faster 
							
						 
						
							2012-12-13 15:12:51 +02:00  
				
					
						
							
							
								 
						
							
								b39016df7c 
								
							 
						 
						
							
							
								
								small clean-ups in device status handling  
							
							
							
						 
						
							2012-12-13 14:54:31 +02:00  
				
					
						
							
							
								 
						
							
								c22fe6320d 
								
							 
						 
						
							
							
								
								properly slice NamedInts  
							
							
							
						 
						
							2012-12-13 05:26:56 +02:00  
				
					
						
							
							
								 
						
							
								b99ccdf612 
								
							 
						 
						
							
							
								
								support slices in FeaturesArray and KeysArray  
							
							
							
						 
						
							2012-12-13 03:34:39 +02:00  
				
					
						
							
							
								 
						
							
								2d338ffbfb 
								
							 
						 
						
							
							
								
								better __str__ of Setting instances  
							
							
							
						 
						
							2012-12-13 03:33:19 +02:00  
				
					
						
							
							
								 
						
							
								954fc29613 
								
							 
						 
						
							
							
								
								fix event storm when toggling a device's property  
							
							
							
						 
						
							2012-12-12 22:55:04 +02:00  
				
					
						
							
							
								 
						
							
								27f10cd10e 
								
							 
						 
						
							
							
								
								small clean-up in FeaturesArray, should be slightly faster  
							
							
							
						 
						
							2012-12-12 21:44:37 +02:00  
				
					
						
							
							
								 
						
							
								1c4d3d5f13 
								
							 
						 
						
							
							
								
								simpler NamedInt, more logical NamedInts  
							
							
							
						 
						
							2012-12-12 21:42:43 +02:00  
				
					
						
							
							
								 
						
							
								7bb7a092a4 
								
							 
						 
						
							
							
								
								descriptors update (new device K230)  
							
							... 
							
							
							
							also assume by default all devices have battery info in register 0x0D,
and blacklist them when that's not the case 
							
						 
						
							2012-12-12 21:41:29 +02:00  
				
					
						
							
							
								 
						
							
								0ed623caf9 
								
							 
						 
						
							
							
								
								made notifications handling clearer in status.py  
							
							
							
						 
						
							2012-12-12 21:39:04 +02:00  
				
					
						
							
							
								 
						
							
								19cd40cfdd 
								
							 
						 
						
							
							
								
								renamed 'events' to 'notifications'  
							
							... 
							
							
							
							in order to match the name in Logitech's documentation 
							
						 
						
							2012-12-12 21:03:07 +02:00  
				
					
						
							
							
								 
						
							
								17698bfeae 
								
							 
						 
						
							
							
								
								minor clean-ups in texts  
							
							
							
						 
						
							2012-12-12 20:44:29 +02:00  
				
					
						
							
							
								 
						
							
								fa72b89b3a 
								
							 
						 
						
							
							
								
								release 0.8.3  
							
							
							
						 
						
							2012-12-08 05:29:50 +02:00  
				
					
						
							
							
								 
						
							
								80c36a02a9 
								
							 
						 
						
							
							
								
								improved notifications detection  
							
							
							
						 
						
							2012-12-08 01:49:59 +02:00  
				
					
						
							
							
								 
						
							
								d38bec39b6 
								
							 
						 
						
							
							
								
								improved hid++ support  
							
							
							
						 
						
							2012-12-08 00:41:43 +02:00  
				
					
						
							
							
								 
						
							
								30fedf418c 
								
							 
						 
						
							
							
								
								re-read device settings when they come back online  
							
							
							
						 
						
							2012-12-07 21:00:36 +02:00  
				
					
						
							
							
								 
						
							
								ee16892481 
								
							 
						 
						
							
							
								
								fixed registers access  
							
							
							
						 
						
							2012-12-07 20:38:24 +02:00  
				
					
						
							
							
								 
						
							
								e2909f6165 
								
							 
						 
						
							
							
								
								fixed event detection  
							
							
							
						 
						
							2012-12-07 20:37:13 +02:00  
				
					
						
							
							
								 
						
							
								b86dcce381 
								
							 
						 
						
							
							
								
								I come from the __future__, come with me if you want to live.  
							
							
							
						 
						
							2012-12-07 17:10:22 +02:00  
				
					
						
							
							
								 
						
							
								b3f0bfa4fb 
								
							 
						 
						
							
							
								
								fixed obsolete import  
							
							
							
						 
						
							2012-12-07 14:41:00 +02:00  
				
					
						
							
							
								 
						
							
								67db483b0b 
								
							 
						 
						
							
							
								
								dropped the unittests, they've been obsolete and nonfunctional for a long time now  
							
							
							
						 
						
							2012-12-07 14:00:28 +02:00  
				
					
						
							
							
								 
						
							
								3569489ce7 
								
							 
						 
						
							
							
								
								added registers and settings to device descriptors  
							
							
							
						 
						
							2012-12-07 13:54:03 +02:00