39534d11dd 
								
							 
						 
						
							
							
								
								make sure all debug and info loggings are if-guarded  
							
							
							
						 
						
							2013-07-07 17:18:42 +02:00  
				
					
						
							
							
								 
						
							
								a03cc9ce64 
								
							 
						 
						
							
							
								
								more chair switching -- moved notifications handling into own .py  
							
							
							
						 
						
							2013-07-03 08:21:40 +02:00  
				
					
						
							
							
								 
						
							
								3436055c7f 
								
							 
						 
						
							
							
								
								re-worked (AGAIN) the way the devices are initially set-up  
							
							... 
							
							
							
							There is absolutely no consistency between the registers and
features receivers have, even if they're the same product_id! 
							
						 
						
							2013-07-01 19:00:26 +02:00  
				
					
						
							
							
								 
						
							
								da541e000a 
								
							 
						 
						
							
							
								
								put usb ids into separate py file  
							
							
							
						 
						
							2013-06-30 14:34:53 +02:00  
				
					
						
							
							
								 
						
							
								c25b769578 
								
							 
						 
						
							
							
								
								repr() formatting cleanups  
							
							
							
						 
						
							2013-06-26 13:40:46 +02:00  
				
					
						
							
							
								 
						
							
								70c341e268 
								
							 
						 
						
							
							
								
								don't use proxies for receiver/device objects  
							
							... 
							
							
							
							they should be unnecessary now that their status is properly tracked 
							
						 
						
							2013-06-23 18:37:50 +02:00  
				
					
						
							
							
								 
						
							
								fd35f23af7 
								
							 
						 
						
							
							
								
								one a separate flag to check if the device is active  
							
							
							
						 
						
							2013-06-21 15:17:14 +02:00  
				
					
						
							
							
								 
						
							
								1d9a3bf23a 
								
							 
						 
						
							
							
								
								fixed checking for features of offline 2.0 devices  
							
							
							
						 
						
							2013-06-20 17:21:23 +02:00  
				
					
						
							
							
								 
						
							
								d9801e2d57 
								
							 
						 
						
							
							
								
								fixed firmware info for some HID++ 2.0 devices  
							
							
							
						 
						
							2013-06-12 14:21:31 +02:00  
				
					
						
							
							
								 
						
							
								83a29328c7 
								
							 
						 
						
							
							
								
								don't use notification flags with HID++ 2.0 devices  
							
							
							
						 
						
							2013-06-01 15:07:39 +02:00  
				
					
						
							
							
								 
						
							
								6ae11f862c 
								
							 
						 
						
							
							
								
								Add more feature names, rename existing ones  
							
							... 
							
							
							
							Extracted from SetPoint 6.52.74 software using:
    <FeaturesSupported.xml awk -F\" '/<Feature /{sub(/^LD_FID_/, "", $2); printf("\t%s=%s,\n", $2, $4)}' | sort -t= -k2
Existing names are renamed to the newer, verbose names. 
							
						 
						
							2013-05-26 23:47:40 +02:00  
				
					
						
							
							
								 
						
							
								6e36e33b22 
								
							 
						 
						
							
							
								
								Decouple controls from tasks (programmable keys)  
							
							... 
							
							
							
							They are treated differently in the HID++ 2.0 specification. Observations seem
to confirm this difference. For instance, a part of solaar-cli's output:
	0: unknown:0022         => Home                   FN sensitive, is FN, reprogrammable
	1: Mail                 => Mail                   FN sensitive, is FN, reprogrammable
	2: unknown:003E         => Search                 FN sensitive, is FN, reprogrammable 
							
						 
						
							2013-05-26 22:47:03 +02:00  
				
					
						
							
							
								 
						
							
								55ca9927b0 
								
							 
						 
						
							
							
								
								python 2/3: fix handling of first argument (unicode) of pack/unpack  
							
							
							
						 
						
							2013-05-06 16:50:17 +02:00  
				
					
						
							
							
								 
						
							
								2ee2a5dc46 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master'  
							
							
							
						 
						
							2013-05-03 17:08:32 +02:00  
				
					
						
							
							
								 
						
							
								430fdf4fcf 
								
							 
						 
						
							
							
								
								initial support for the MOUSE_POINTER hid++2.0 feature  
							
							
							
						 
						
							2013-05-03 17:08:26 +02:00  
				
					
						
							
							
								 
						
							
								fbdd923d43 
								
							 
						 
						
							
							
								
								Refactor battery info update  
							
							... 
							
							
							
							- `self[BATTERY_STATUS] = BATTERY_STATUS[battery_status]` should be:
  `self[BATTERY_STATUS] = _hidpp20.BATTERY_STATUS[battery_status]`, otherwise
  the battery status would be a single char from the string `battery-status`.
- Make `_hidpp20.BATTERY_OK` check against strings instead of a number.
- Move setting battery information to a separate function, `set_battery_info`.
  This prepares for notifications when a battery error/warning occurs. 
							
						 
						
							2013-05-02 23:51:40 +02:00  
				
					
						
							
							
								 
						
							
								5eab013cf6 
								
							 
						 
						
							
							
								
								more explicit logging  
							
							
							
						 
						
							2013-04-28 14:58:40 +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  
				
					
						
							
							
								 
						
							
								f0c5046ccf 
								
							 
						 
						
							
							
								
								re-worked the settings classes  
							
							
							
						 
						
							2012-12-14 06:44:44 +02:00  
				
					
						
							
							
								 
						
							
								b99ccdf612 
								
							 
						 
						
							
							
								
								support slices in FeaturesArray and KeysArray  
							
							
							
						 
						
							2012-12-13 03:34:39 +02:00  
				
					
						
							
							
								 
						
							
								27f10cd10e 
								
							 
						 
						
							
							
								
								small clean-up in FeaturesArray, should be slightly faster  
							
							
							
						 
						
							2012-12-12 21:44:37 +02:00  
				
					
						
							
							
								 
						
							
								30fedf418c 
								
							 
						 
						
							
							
								
								re-read device settings when they come back online  
							
							
							
						 
						
							2012-12-07 21:00:36 +02:00  
				
					
						
							
							
								 
						
							
								b86dcce381 
								
							 
						 
						
							
							
								
								I come from the __future__, come with me if you want to live.  
							
							
							
						 
						
							2012-12-07 17:10:22 +02:00  
				
					
						
							
							
								 
						
							
								3569489ce7 
								
							 
						 
						
							
							
								
								added registers and settings to device descriptors  
							
							
							
						 
						
							2012-12-07 13:54:03 +02:00  
				
					
						
							
							
								 
						
							
								9066003240 
								
							 
						 
						
							
							
								
								named ints act like proper sequences now  
							
							
							
						 
						
							2012-12-07 13:50:44 +02:00  
				
					
						
							
							
								 
						
							
								27403a08d2 
								
							 
						 
						
							
							
								
								improved hid++ 1.0 support  
							
							
							
						 
						
							2012-12-05 21:41:02 +02:00  
				
					
						
							
							
								 
						
							
								8f5fa0cf9a 
								
							 
						 
						
							
							
								
								code clean-ups, the app starts faster now  
							
							
							
						 
						
							2012-12-01 15:49:52 +02:00  
				
					
						
							
							
								 
						
							
								84540fb087 
								
							 
						 
						
							
							
								
								re-wrote most of the app, based on latest HID++ docs from Logitech  
							
							
							
						 
						
							2012-11-29 04:10:16 +02:00