On Tue, 2005-02-08 at 21:53 -0800, Greg KH wrote:
>On Wed, Feb 09, 2005 at 03:24:31AM +0100, Kay Sievers wrote:
>> Can't you match against some interface attributes in sysfs, which are
>> telling you which one is the first interface of this device?
>> 
>> You may compare: 
>>   udevinfo -a -p /class/tty/ttyUSB0
>>   udevinfo -a -p /class/tty/ttyUSB1
>> 
>> if you find a difference between both interfaces to match against, that
>> is not dependent on the kernel device name.
>
>This is a real tough one to try to match on, as these both point to the
>same exact physical device.  Same USB interface even.  It's a pain,
>stupid palm devices...

Ahh, I see. So we may follow the link to the physical device and look
for the name of the _first_ serial interface of this device? Would this
solve the problem?

Kay


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to