[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.4 and 1.5

version 1.4, 2005/01/18 10:22:51 version 1.5, 2005/02/27 00:27:42
Line 5 
Line 5 
  * Copyright (c) 2004, Ales Krenek   * Copyright (c) 2004, Ales Krenek
  * Copyright (c) 2004, Kentaro A. Kurahone   * Copyright (c) 2004, Kentaro A. Kurahone
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
  * are met:   * are met:
Line 687  pms_synaptics_input(void *vsc, int data)
Line 687  pms_synaptics_input(void *vsc, int data)
                 /*FALLTHROUGH*/                  /*FALLTHROUGH*/
   
         case 3:          case 3:
                 if ((data & 8) == 8) {                  if ((data & 8) == 8) {
 #ifdef SYNAPTICS_DEBUG  #ifdef SYNAPTICS_DEBUG
                         printf("%s: pms_input: dropped in relative mode, "                          printf("%s: pms_input: dropped in relative mode, "
                             "reset\n", psc->sc_dev.dv_xname);                              "reset\n", psc->sc_dev.dv_xname);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>