[BACK]Return to synaptics.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pckbport

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pckbport/synaptics.c between version 1.55 and 1.56

version 1.55, 2020/03/14 13:08:18 version 1.56, 2020/03/14 19:29:39
Line 98  static void pms_sysctl_synaptics(struct 
Line 98  static void pms_sysctl_synaptics(struct 
 static int pms_sysctl_synaptics_verify(SYSCTLFN_ARGS);  static int pms_sysctl_synaptics_verify(SYSCTLFN_ARGS);
   
 /* Controlled by sysctl. */  /* Controlled by sysctl. */
 static int synaptics_up_down_emul = 2;  static int synaptics_up_down_emul = 3;
 static int synaptics_up_down_motion_delta = 1;  static int synaptics_up_down_motion_delta = 1;
 static int synaptics_gesture_move = 200;  static int synaptics_gesture_move = 200;
 static int synaptics_gesture_length = 20;  static int synaptics_gesture_length = 20;

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb <webmaster@jp.NetBSD.org>