fa8bd83ba3 
								
							 
						 
						
							
							
								
								Merge pull request  #387  from ryantig/patch-1  
							
							... 
							
							
							
							Minor installation.md edit; gpasswd cmd 
							
						 
						
							2017-09-26 23:13:59 +01:00  
				
					
						
							
							
								 
						
							
								697fb999b4 
								
							 
						 
						
							
							
								
								Minor installation.md edit; gpasswd cmd  
							
							... 
							
							
							
							Add '-a' after gpasswd to add USER to group plugdev.
Per: ➜ gpasswd --help
Usage: gpasswd [option] GROUP
Options:
  -a, --add USER                add USER to GROUP
  -d, --delete USER             remove USER from GROUP
  -h, --help                    display this help message and exit
  -Q, --root CHROOT_DIR         directory to chroot into
  -r, --remove-password         remove the GROUP's password
  -R, --restrict                restrict access to GROUP to its members
  -M, --members USER,...        set the list of members of GROUP
  -A, --administrators ADMIN,...
                                set the list of administrators for GROUP
Except for the -A and -M options, the options cannot be combined. 
							
						 
						
							2017-09-26 09:23:35 -07:00  
				
					
						
							
							
								 
						
							
								aeb943fc9e 
								
							 
						 
						
							
							
								
								Descriptor for K270 and M185  
							
							... 
							
							
							
							This K270 is the non unifying version and we know that it has, at
least, one variation (unifying) out there.
M185 mouse is also older, as per PR #337  there is at least two newer
versions of this mouse.
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2017-09-25 14:57:11 -03:00  
				
					
						
							
							
								 
						
							
								434af009cb 
								
							 
						 
						
							
							
								
								Information regarding MK270 combo  
							
							... 
							
							
							
							This combo is composed by K270 keyboard (non unifying version) and M185
mouse. Both paired to a nano receiver with PID c534.
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2017-09-25 14:55:47 -03:00  
				
					
						
							
							
								 
						
							
								cc010cb653 
								
							 
						 
						
							
							
								
								Merge pull request  #385  from mchehab/pt-br-translation  
							
							... 
							
							
							
							Update pt_BR translation 
							
						 
						
							2017-09-21 01:52:22 +01:00  
				
					
						
							
							
								 
						
							
								e450e959a6 
								
							 
						 
						
							
							
								
								Update pt_BR translation  
							
							... 
							
							
							
							Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 
							
						 
						
							2017-09-20 21:48:08 -03:00  
				
					
						
							
							
								 
						
							
								10f3421021 
								
							 
						 
						
							
							
								
								Merge pull request  #345  from jrbenito/M510_v4.5  
							
							... 
							
							
							
							Add M510 (new version) to descriptors 
							
						 
						
							2017-09-21 00:30:31 +01:00  
				
					
						
							
							
								 
						
							
								8eba60d617 
								
							 
						 
						
							
							
								
								Merge pull request  #360  from lasers/remove-dead-links  
							
							... 
							
							
							
							Remove dead links 
							
						 
						
							2017-09-21 00:25:11 +01:00  
				
					
						
							
							
								 
						
							
								e3d658ea10 
								
							 
						 
						
							
							
								
								Merge pull request  #351  from mchehab/mx_anywhere2-v5  
							
							... 
							
							
							
							Mx anywhere2 v5 
							
						 
						
							2017-09-21 00:16:15 +01:00  
				
					
						
							
							
								 
						
							
								ef1c051e10 
								
							 
						 
						
							
							
								
								Merge pull request  #383  from skarmoutsosv/skarmoutsosv-patch-1  
							
							... 
							
							
							
							Update el.po 
							
						 
						
							2017-09-21 00:11:04 +01:00  
				
					
						
							
							
								 
						
							
								bc566718b4 
								
							 
						 
						
							
							
								
								Merge pull request  #384  from michal2229/master  
							
							... 
							
							
							
							Updated Polish translation 
							
						 
						
							2017-09-21 00:09:05 +01:00  
				
					
						
							
							
								 
						
							
								22719f21fc 
								
							 
						 
						
							
							
								
								Updated Polish translation  
							
							
							
						 
						
							2017-09-19 20:00:43 +02:00  
				
					
						
							
							
								 
						
							
								c51daa922c 
								
							 
						 
						
							
							
								
								Update el.po  
							
							
							
						 
						
							2017-09-11 21:02:14 +03:00  
				
					
						
							
							
								 
						
							
								632d8804be 
								
							 
						 
						
							
							
								
								listener: don't add elements if queue is full  
							
							... 
							
							
							
							When Solaar is loaded, if a large number of events happen,
it will lose the register events, as the queue size is too
small (16). So, check if the queue is full, in order to
avoid losing those important events.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 
							
						 
						
							2017-09-11 10:36:12 -03:00  
				
					
						
							
							
								 
						
							
								a4b7194490 
								
							 
						 
						
							
							
								
								listener: fix device registration logic  
							
							... 
							
							
							
							The "already_known" var actually doesn't track if the device was
already registered or not.
That causes race issues at Solaar, causing it to sometimes not
detect a device.
Change the logic to always call register_new_device if the
corresponding events happen, and updating already_known
to reflect it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 
							
						 
						
							2017-09-11 10:34:23 -03:00  
				
					
						
							
							
								 
						
							
								ea80c6d639 
								
							 
						 
						
							
							
								
								ui: notify.py: disable python Notify extension  
							
							... 
							
							
							
							For whatever reason, this doesn't work on Fedora 26:
06:47:05,925    DEBUG [ReceiverListener:hidraw1] logitech_receiver.base: (13) => r[20 02 0100 0000000000000000000000]
06:47:05,925    DEBUG [ReceiverListener:hidraw1] logitech_receiver.notifications: <PairedDevice(2,2011,K520)> (1.0) custom notification Notification(2,01,00,000000000$
06:47:05,925  WARNING [ReceiverListener:hidraw1] logitech_receiver.notifications: <PairedDevice(2,2011,K520)>: unrecognized Notification(2,01,00,000000000000000000000$
06:47:08,806    ERROR [MainThread] solaar.ui.notify: showing <Notify.Notification object at 0x7f82c2484640 (NotifyNotification at 0x556fa0fc5a40)>
Traceback (most recent call last):
  File "./devel/solaar/lib/solaar/ui/notify.py", line 145, in show
    n.show()
Error: g-io-error-quark: Error calling StartServiceByName for org.freedesktop.Notifications: Timeout was reached (24)
So, disable it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 
							
						 
						
							2017-09-11 07:02:48 -03:00  
				
					
						
							
							
								 
						
							
								a01e4b2efe 
								
							 
						 
						
							
							
								
								hidpp20.py: handle gracefully errors at REPROG_CONTROLS_V4  
							
							... 
							
							
							
							At least with Anywhere Mouse MX 2, one reprogrammed key
fails to read:
    ERROR [MainThread] logitech_receiver.base: (3) device 3 error on feature request {0829}: 2 = invalid argument
That causes "solaar show" to crash.  Instead, let's handle
errors there gracefully, reporting it as:
         7: unknown:00C3              , default: unknown:009C                => unknown:00C3
             virtual, pos:0, group:4, gmask:0
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 
							
						 
						
							2017-09-10 22:53:19 -03:00  
				
					
						
							
							
								 
						
							
								801bdfa224 
								
							 
						 
						
							
							
								
								Remove the hid++ high-res wheel notification  
							
							... 
							
							
							
							The best is to make the logitech-hidpp driver to switch to
hid++ notification mode when it starts. As we don't want users
to mangle with it, let's remove support from it.
PS.: I opted to keep this as a separate patch. This way, if
anyone needs to add support for it, in order to debug the
driver, it is just a matter of reverting this patch.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 
							
						 
						
							2017-09-10 21:49:18 -03:00  
				
					
						
							
							
								 
						
							
								410d100dc6 
								
							 
						 
						
							
							
								
								Add notification for high-resolution Wheel events  
							
							... 
							
							
							
							The event at address 0 is only produced while in HID++ mode.
The rachet event (address 0x10) happens on both HID and
HID++ modes.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 
							
						 
						
							2017-09-10 21:49:18 -03:00  
				
					
						
							
							
								 
						
							
								7078750a3f 
								
							 
						 
						
							
							
								
								MX Anywhere2: Correct feature Smooth Scrool  
							
							... 
							
							
							
							Set wrongly to HI_RES_SCROLLING. Correct it to HIRES_WHEEL as reported
by MX Anywhere2.
relates to #283 
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2017-09-10 21:49:18 -03:00  
				
					
						
							
							
								 
						
							
								360c92f6b0 
								
							 
						 
						
							
							
								
								Add support for CLI show to display High Res Wheel settings  
							
							... 
							
							
							
							Add support for the high resolution wheel found on MX Anywhere 2.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 
							
						 
						
							2017-09-10 21:44:30 -03:00  
				
					
						
							
							
								 
						
							
								2377fef3a8 
								
							 
						 
						
							
							
								
								Remove dead links  
							
							
							
						 
						
							2017-07-24 03:44:00 -05:00  
				
					
						
							
							
								 
						
							
								684afa871e 
								
							 
						 
						
							
							
								
								Merge pull request  #337  from doctor64/m185  
							
							... 
							
							
							
							Basic support for M185 mouse 
							
						 
						
							2017-07-17 00:08:19 +02:00  
				
					
						
							
							
								 
						
							
								dd2f884504 
								
							 
						 
						
							
							
								
								Merge pull request  #354  from luzfcb/patch-1  
							
							... 
							
							
							
							update ubuntu solaar package informations 
							
						 
						
							2017-04-16 12:20:27 +02:00  
				
					
						
							
							
								 
						
							
								9dd05bb727 
								
							 
						 
						
							
							
								
								update ubuntu solaar package informations  
							
							
							
						 
						
							2017-04-10 21:26:23 -03:00  
				
					
						
							
							
								 
						
							
								e96a0fbfbb 
								
							 
						 
						
							
							
								
								Add docs on both variants of Logitech M185  
							
							
							
						 
						
							2017-03-21 18:03:07 +02:00  
				
					
						
							
							
								 
						
							
								f9618dd0ab 
								
							 
						 
						
							
							
								
								Add M185 keys reporting using REPROG CONTROLS V4 in cli  
							
							... 
							
							
							
							Add smooth scrolling using LOWRES_WHEEL
Add mouse speed selection using POINTER_SPEED 
							
						 
						
							2017-03-21 18:02:59 +02:00  
				
					
						
							
							
								 
						
							
								db0656967b 
								
							 
						 
						
							
							
								
								Add basic 0xc534 receiver and M185 mouse support  
							
							... 
							
							
							
							Fix connection notification protocol for M185
Fixes from review 
							
						 
						
							2017-03-21 18:00:44 +02:00  
				
					
						
							
							
								 
						
							
								53ec751cf1 
								
							 
						 
						
							
							
								
								Merge pull request  #343  from jrbenito/K270-unifying  
							
							... 
							
							
							
							Wireless Keyboard K270 unifying 
							
						 
						
							2017-03-21 00:07:26 +01:00  
				
					
						
							
							
								 
						
							
								45cc161cc7 
								
							 
						 
						
							
							
								
								Merge pull request  #344  from jrbenito/MK520  
							
							... 
							
							
							
							MK520 Combo - Documentation 
							
						 
						
							2017-03-21 00:02:52 +01:00  
				
					
						
							
							
								 
						
							
								1ccd2d1856 
								
							 
						 
						
							
							
								
								Merge pull request  #346  from jrbenito/MK220-mouse  
							
							... 
							
							
							
							MK220 Combo descriptor for Mouse M150 and new docs 
							
						 
						
							2017-03-20 23:58:49 +01:00  
				
					
						
							
							
								 
						
							
								d9d37edc2f 
								
							 
						 
						
							
							
								
								MK220 Combo descriptor for Mouse M150 and new docs  
							
							... 
							
							
							
							Thanks to @FabioBeneditto for providing information.
Depends on #337 
fixes  #222 
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2017-03-10 10:47:23 -03:00  
				
					
						
							
							
								 
						
							
								ae405871fb 
								
							 
						 
						
							
							
								
								Add M510 (new version) to descriptors  
							
							... 
							
							
							
							Depends on #337 
fixes  #279 
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2017-03-08 19:48:23 -03:00  
				
					
						
							
							
								 
						
							
								f4700f07ce 
								
							 
						 
						
							
							
								
								MK520 Combo  
							
							... 
							
							
							
							Wireless Keyboard K520
Wireless Mouse M310
Fully functional on Solaar at this point.
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2017-03-08 18:59:36 -03:00  
				
					
						
							
							
								 
						
							
								d2d19a615d 
								
							 
						 
						
							
							
								
								Wireless Keyboard K270 unifying  
							
							... 
							
							
							
							Descriptor and docs for K270 unifying version.
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2017-03-08 16:23:30 -03:00  
				
					
						
							
							
								 
						
							
								c36cc506b6 
								
							 
						 
						
							
							
								
								Merge pull request  #327  from david-geiger/master  
							
							... 
							
							
							
							Update French translation 
							
						 
						
							2017-01-03 12:27:22 +01:00  
				
					
						
							
							
								 
						
							
								7180693f89 
								
							 
						 
						
							
							
								
								Update French translation  
							
							... 
							
							
							
							- by David Geiger <david.david@mageialinux-online.org> 
							
						 
						
							2016-12-31 16:43:44 +01:00  
				
					
						
							
							
								 
						
							
								aa08356823 
								
							 
						 
						
							
							
								
								Merge pull request  #144  from DJm00n/master  
							
							... 
							
							
							
							Russian translation added. 
							
						 
						
							2016-12-23 15:16:06 +01:00  
				
					
						
							
							
								 
						
							
								197ff7365d 
								
							 
						 
						
							
							
								
								Add Russian translation  
							
							
							
						 
						
							2016-12-21 00:18:01 +02:00  
				
					
						
							
							
								 
						
							
								a0c6a6ce59 
								
							 
						 
						
							
							
								
								Update l10n pot template  
							
							
							
						 
						
							2016-12-21 00:18:01 +02:00  
				
					
						
							
							
								 
						
							
								934ecb821d 
								
							 
						 
						
							
							
								
								Update l10n strings in code  
							
							
							
						 
						
							2016-12-21 00:18:01 +02:00  
				
					
						
							
							
								 
						
							
								f0cf949336 
								
							 
						 
						
							
							
								
								Merge pull request  #322  from jrbenito/anywhere2  
							
							... 
							
							
							
							Anywhere MX 2 device information and descriptor 
							
						 
						
							2016-12-20 21:29:10 +01:00  
				
					
						
							
							
								 
						
							
								ecd245e8dc 
								
							 
						 
						
							
							
								
								Merge pull request  #317  from jrbenito/m560-devinfo  
							
							... 
							
							
							
							M560 device info contributed by @mhalano 
							
						 
						
							2016-12-03 02:19:04 +01:00  
				
					
						
							
							
								 
						
							
								f65f000d38 
								
							 
						 
						
							
							
								
								Merge pull request  #319  from jrbenito/k780  
							
							... 
							
							
							
							K780 add descriptor support and device information 
							
						 
						
							2016-12-03 02:03:35 +01:00  
				
					
						
							
							
								 
						
							
								3b60f205f7 
								
							 
						 
						
							
							
								
								K780 add descriptor support and device information  
							
							... 
							
							
							
							Device information provided by @faassen
Tests provided by @ralphdd
relates to #298 
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2016-11-30 14:38:44 -02:00  
				
					
						
							
							
								 
						
							
								d6c93cfcfe 
								
							 
						 
						
							
							
								
								Anywhere MX 2 device information and descriptor  
							
							... 
							
							
							
							Information from mouse Anywhere MX 2 as provided by @fropeter
Descriptor for mouse based on dump provided
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2016-11-30 14:24:50 -02:00  
				
					
						
							
							
								 
						
							
								cbd71f9d24 
								
							 
						 
						
							
							
								
								M510 HID++ V4.5 information  
							
							... 
							
							
							
							Dump from M510, newer version which uses HID++ V4.5 instead of V1.0.
Wireless PID 4051
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2016-11-30 14:07:42 -02:00  
				
					
						
							
							
								 
						
							
								45d5119a5a 
								
							 
						 
						
							
							
								
								M560 device info contributed by @mhalano  
							
							... 
							
							
							
							Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2016-11-30 14:07:27 -02:00  
				
					
						
							
							
								 
						
							
								773cb7f45f 
								
							 
						 
						
							
							
								
								Merge pull request  #312  from jrbenito/rules  
							
							... 
							
							
							
							Add receiver to udev rules 
							
						 
						
							2016-11-29 02:16:36 +01:00  
				
					
						
							
							
								 
						
							
								d74e3a9b92 
								
							 
						 
						
							
							
								
								Add receivers to udev rules  
							
							... 
							
							
							
							Sync lib/logitech_receiver/base_usb.py PIDs with udev rules
Fixes  #125 
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br> 
							
						 
						
							2016-11-24 09:54:24 -02:00