On Sat, 3 Oct 2009 00:24:35 +0200, m...@linux.it (Marco d'Itri) wrote:
>Please report the output of:
> 
> udevadm info -a -p /sys/devices/platform/i8042/serio1/serio2/

Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device     
found, all possible attributes in the udev rules key format.         
A rule to match, can be composed by the attributes of the device     
and the attributes from one single parent device.                    

  looking at device '/devices/platform/i8042/serio1/serio2':
    KERNEL=="serio2"                                        
    SUBSYSTEM=="serio"                                      
    DRIVER=="psmouse"                                       
    ATTR{description}=="Synaptics pass-through"             
    ATTR{modalias}=="serio:ty05pr00id00ex00"                
    ATTR{bind_mode}=="auto"                                 
    ATTR{sensitivity}=="128"                                
    ATTR{speed}=="97"                                       
    ATTR{inertia}=="6"                                      
    ATTR{reach}=="10"                                       
    ATTR{draghys}=="255"                                    
    ATTR{mindrag}=="20"                                     
    ATTR{thresh}=="8"                                       
    ATTR{upthresh}=="255"                                   
    ATTR{ztime}=="38"                                       
    ATTR{jenks}=="135"                                      
    ATTR{press_to_select}=="0"                              
    ATTR{skipback}=="0"                                     
    ATTR{ext_dev}=="1"                                      
    ATTR{protocol}=="TPPS/2"                                
    ATTR{rate}=="100"                                       
    ATTR{resolution}=="200"                                 
    ATTR{resetafter}=="5"                                   
    ATTR{resync_time}=="0"                                  

  looking at parent device '/devices/platform/i8042/serio1':
    KERNELS=="serio1"
    SUBSYSTEMS=="serio"
    DRIVERS=="psmouse"
    ATTRS{description}=="i8042 AUX port"
    ATTRS{modalias}=="serio:ty01pr00id00ex00"
    ATTRS{bind_mode}=="auto"
    ATTRS{protocol}=="SynPS/2"
    ATTRS{rate}=="80"
    ATTRS{resolution}=="200"
    ATTRS{resetafter}=="5"
    ATTRS{resync_time}=="0"

  looking at parent device '/devices/platform/i8042':
    KERNELS=="i8042"
    SUBSYSTEMS=="platform"
    DRIVERS=="i8042"
    ATTRS{modalias}=="platform:i8042"

  looking at parent device '/devices/platform':
    KERNELS=="platform"
    SUBSYSTEMS==""
    DRIVERS==""

> Anyway, I am almost sure that your record is miscontructed, try
> reworking it to remove all the trailing S from keys.
> If this does not fix it then it's probably a kernel bug which does not
> make the attributes appear soon enough.

I have removed the trailing S from each of the keys in my rule file with no
effect. When booting I do recall there being something regarding serio
being printed to the screen after udev starts. I am unsure how to access
this output -- dmesg turns a blank.

Regards, Freddie.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to