RE: alps error workaround (correct)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 18 Apr 2003, Andrea Dieni wrote:


> Here' attached some output I receive when starting gpm
> gpm -m /dev/mouse -t alps2

My fault: In alps_ps2_translate_data change (the last 0x01)

  if (data[0] == 0xFF && ((data[2] & 0x84) == 0x00) && ((data[3] &
0x88) == 0x01)) {

to 

  if (data[0] == 0xFF && ((data[2] & 0x84) == 0x00) && ((data[3] &
0x88) == 0x08)) {


Is the last column always 00 (this is suppose to be the pressure on the
pad)? if so turn off wmode_enabled. 

Peter
--
E-Mail:       pebl@xxxxxxxxxx 
Real name:    Peter Berg Larsen 
Where:        Department of Computer Science, Copenhagen Uni., Denmark



[Index of Archives]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Gimp]     [Yosemite News]