10-wwan-hso-preprobe.fdi
来自「udev是一种工具」· FDI 代码 · 共 28 行
FDI
28 行
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> <!-- This preprobe callout copies the hsotype of an Option WWAN-modem from the udev configuration into the hal daemon database with key "info.hsotype". Using a preprobe callout gives the possibility to use the new genrated key "info.hsotype" as match rule for further configuration by a fdi file. This fdi file has to be installed into the following directory: /usr/share/hal/fdi/preprobe/20thirdparty--><deviceinfo version="0.2"> <device> <match key="linux.subsystem" string="tty"> <match key="info.category" string="serial"> <!-- only needed for serial devices --> <!-- High Speed Option network interface, test by vendor id to allow device name renaming --> <match key="@info.parent:usb.vendor_id" int="0xaf0"> <append key="info.callouts.preprobe" type="strlist">hal-serial-hsotype</append> </match> </match> </match> </device></deviceinfo>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?