1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <deviceinfo version=
"0.2">
5 <!-- Pocket PC PDAs -->
7 <match key=
"info.capabilities" contains=
"serial">
8 <match key=
"@serial.physical_device:info.linux.driver" string=
"ipaq">
9 <append key=
"info.capabilities" type=
"strlist">pda
</append>
10 <merge key=
"pda.platform" type=
"string">pocketpc
</merge>
11 <merge key=
"info.product" type=
"string">Pocket PC PDA
</merge>
12 <merge key=
"pda.pocketpc.hotsync_interface" type=
"copy_property">serial.device
</merge>
18 on Sony Clie 3.5 devices we need to mark port 0 instead of port 1. For
19 this reason, we mark the usb interface with port number to use (FIXME: is
20 there a better solution?). However, we should also do this for clies that
21 have been upgraded to a later version of OS, but I'm not sure if those have
22 the same product id - in that case this would not work for them. The driver
23 doumentation however advertises that the information about what port should
24 be used is written to syslog, perhaps we can somehow get that information
25 from the driver directly?)
28 <match key=
"info.capabilities" contains=
"serial">
29 <match key=
"@serial.physical_device:info.linux.driver" string=
"visor">
30 <match key=
"@serial.physical_device:usb.vendor_id" int=
"0x054c">
31 <!-- Sony Clie 3.5 -->
32 <match key=
"@serial.physical_device:usb.product_id" int=
"0x0038">
33 <match key=
"serial.port" int=
"0">
34 <append key=
"info.capabilities" type=
"strlist">pda
</append>
35 <merge key=
"pda.platform" type=
"string">palm
</merge>
36 <merge key=
"pda.palm.hotsync_interface" type=
"copy_property">serial.device
</merge>
39 <!-- Sony Clie SJ-22 -->
40 <match key=
"@serial.physical_device:usb.product_id" int=
"0x0066">
41 <match key=
"serial.port" int=
"0">
42 <append key=
"info.capabilities" type=
"strlist">pda
</append>
43 <merge key=
"pda.platform" type=
"string">palm
</merge>
44 <merge key=
"pda.palm.hotsync_interface" type=
"copy_property">serial.device
</merge>
54 <match key=
"info.capabilities" contains=
"serial">
55 <match key=
"@serial.physical_device:info.linux.driver" string=
"visor">
56 <match key=
"@serial.physical_device:usb.vendor_id" int=
"0x082d">
58 <match key=
"@serial.physical_device:usb.product_id" int=
"0x0100">
59 <match key=
"serial.port" int=
"1">
60 <append key=
"info.capabilities" type=
"strlist">pda
</append>
61 <merge key=
"pda.platform" type=
"string">palm
</merge>
62 <merge key=
"pda.palm.hotsync_interface" type=
"copy_property">serial.device
</merge>
70 <!-- Known Palm PDAs from Palm, Inc. -->
72 <match key=
"info.capabilities" contains=
"serial">
73 <match key=
"@serial.physical_device:info.linux.driver" string=
"visor">
74 <match key=
"@serial.physical_device:usb.vendor_id" int=
"0x0830">
76 <match key=
"@serial.physical_device:usb.product_id" int=
"0x0050">
77 <match key=
"serial.port" int=
"0">
78 <append key=
"info.capabilities" type=
"strlist">pda
</append>
79 <merge key=
"pda.platform" type=
"string">palm
</merge>
80 <merge key=
"pda.palm.hotsync_interface" type=
"copy_property">serial.device
</merge>
84 <match key=
"@serial.physical_device:usb.product_id" int=
"0x0061">
85 <match key=
"serial.port" int=
"1">
86 <append key=
"info.capabilities" type=
"strlist">pda
</append>
87 <merge key=
"pda.platform" type=
"string">palm
</merge>
88 <merge key=
"pda.palm.hotsync_interface" type=
"copy_property">serial.device
</merge>
96 <!-- All the other PalmOS PDAs as fallback -->
98 <match key=
"info.capabilities" contains=
"serial">
99 <match key=
"@serial.physical_device:info.linux.driver" string=
"visor">
100 <match key=
"pda.platform" exists=
"false">
101 <match key=
"serial.port" int=
"0">
102 <append key=
"info.capabilities" type=
"strlist">pda
</append>
103 <merge key=
"pda.platform" type=
"string">palm
</merge>
104 <merge key=
"pda.palm.hotsync_interface" type=
"copy_property">serial.device
</merge>
106 <match key=
"serial.port" int=
"1">
107 <append key=
"info.capabilities" type=
"strlist">pda
</append>
108 <merge key=
"pda.platform" type=
"string">palm
</merge>
109 <merge key=
"pda.palm.hotsync_interface" type=
"copy_property">serial.device
</merge>