mirror of
https://github.com/systemd/systemd
synced 2025-09-29 00:34:45 +02:00
Compare commits
3 Commits
9cc9e14ed4
...
e52a1acb81
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e52a1acb81 | ||
![]() |
3efabf88cd | ||
![]() |
d18a6c861d |
@ -16,6 +16,61 @@
|
|||||||
usb:v1209p4D69*
|
usb:v1209p4D69*
|
||||||
ID_SIGNAL_ANALYZER=1
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
###########################################################
|
||||||
|
# Hantek DSO-6022 oscilloscopes and compatible devices
|
||||||
|
###########################################################
|
||||||
|
# Hantek DSO-6022BE w/o FW
|
||||||
|
usb:v04B4p6022*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# Hantek DSO-6022BE with FW
|
||||||
|
usb:v04B5p6022*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# Hantek DSO-6022BL w/o FW
|
||||||
|
usb:v04B4p602A*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# Hantek DSO-6022BL with FW
|
||||||
|
usb:v04B5p602A*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# Hantek DSO-6021 w/o FW
|
||||||
|
usb:v04B4p6021*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# Hantek DSO-6021 with FW
|
||||||
|
usb:v04B5p6021*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# Voltcraft DSO-2020, w/o FW, becomes DSO-6022BE with FW
|
||||||
|
usb:v04B4p2020*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# YiXingDianZiKeJi MDSO w/o FW
|
||||||
|
usb:vD4A2p5660*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# YiXingDianZiKeJi MDSO with FW
|
||||||
|
usb:v1D50p608E*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# BUUDAI DDS120 w/o FW
|
||||||
|
usb:v8102p8102*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# BUUDAI DDS120 with FW
|
||||||
|
usb:v04B5p0120*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# Instrustar isds-205b w/o FW
|
||||||
|
usb:vD4A2p5661*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
|
# Instrustar isds-205b with FW
|
||||||
|
usb:v1D50p1D50*
|
||||||
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
# Total Phase
|
# Total Phase
|
||||||
###########################################################
|
###########################################################
|
||||||
|
@ -1947,8 +1947,7 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
|
|||||||
|
|
||||||
<para><command>debootstrap</command> supports
|
<para><command>debootstrap</command> supports
|
||||||
<ulink url="https://www.debian.org">Debian</ulink>,
|
<ulink url="https://www.debian.org">Debian</ulink>,
|
||||||
<ulink url="https://www.ubuntu.com">Ubuntu</ulink>,
|
and <ulink url="https://www.ubuntu.com">Ubuntu</ulink>
|
||||||
and <ulink url="https://www.tanglu.org">Tanglu</ulink>
|
|
||||||
out of the box, so the same command can be used to install any of those. For other
|
out of the box, so the same command can be used to install any of those. For other
|
||||||
distributions from the Debian family, a mirror has to be specified, see
|
distributions from the Debian family, a mirror has to be specified, see
|
||||||
<citerefentry project='die-net'><refentrytitle>debootstrap</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
|
<citerefentry project='die-net'><refentrytitle>debootstrap</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
|
||||||
|
@ -416,7 +416,11 @@ TEST(namespace_get_leader) {
|
|||||||
ASSERT_TRUE(!pidref_equal(&pid2, &leader));
|
ASSERT_TRUE(!pidref_equal(&pid2, &leader));
|
||||||
ASSERT_TRUE(!pidref_equal(&original, &leader));
|
ASSERT_TRUE(!pidref_equal(&original, &leader));
|
||||||
ASSERT_TRUE(!pidref_equal(&grandparent, &leader));
|
ASSERT_TRUE(!pidref_equal(&grandparent, &leader));
|
||||||
|
|
||||||
|
_exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user