Chores for RC1 (#38300)

This commit is contained in:
Luca Boccassi
2025-07-23 17:54:25 +01:00
committed by GitHub
14 changed files with 10488 additions and 2072 deletions

67
NEWS
View File

@@ -1460,7 +1460,72 @@ CHANGES WITH 258 in spe:
* systemd-quotacheck gained quotacheck.mode credential support to
control the execution mode of quotacheck.
— <place>, <date>
Contributions from: 16mc1r, A. Wilcox, Aaron Rogers,
Adam Williamson, Adrian Vovk, Ahmad Fatoum, Alberto Planas, Alex,
Alex Xu (Hello71), Alexander Krabler, Alexander Kurtz,
Alexander Shopov, Alexander Stepchenko, Allison Karlitskaya,
Aman Verma, Américo Monteiro, AndreFerreiraMsc, Andreas Henriksson,
Andreas Schneider, Andreas Stührk, Andres Beltran, Andrew Sayers,
Andrii Chubatiuk, André Monteiro, Andy Shevchenko, Ani Sinha,
Anthony Avina, Anthony Messina, Anton Ryzhov,
Antonio Alvarez Feijoo, Arian van Putten, Arkadiusz Bokowy,
Arnaudv6, AsciiWolf, Avram Dorfman, Bastien Nocera,
Beniamino Galvani, Busayo Dada, Carlo Teubner, Chris Grant,
Chris Hofstaedtler, Chris Mayo, Christian Glombek, Christian Hesse,
Colin Foster, Craig McLure, Daan De Meyer, DaanDeMeyer,
Dai MIKURUBE, Dan McGregor, Dan Streetman, Daniel Foster,
Daniel Rusek, Daniil, David C. Manuelda, David Härdeman,
David Rheinsberg, David Tardon, Debarshi Ray, Devilish Spirits,
Dimitri John Ledkov, Duncan Overbruck, Dusty Mabe, Eaterminer,
Eisuke Kawashima, Emilio Sepulveda, Emmanuel Ferdman,
Enrico Tagliavini, Erik Larsson, Erin Shepherd, Ettore Atalan,
Fabian Möller, Fabian Vogt, Federico Giovanardi, Fleuria,
Florian Schmaus, Franck Bui, Frantisek Sumsal, Frede Braendstrup,
Gabríel Arthúr Pétursson, Gavin Li, George Tsiamasiotis,
Grimmauld, H A, Hang Li, Harrison Vanderbyl, Hendrik Wolff,
Henri Aunin, Igor Opaniuk, Itxaka, Ivan Kruglov, Ivan Trubach,
Jacob McNamee, James Hilliard, Jan Engelhardt, Jan Kalabza,
Jan Macku, Jan Vaclav, Jan Čermák, Jared Baur,
Jaroslav Škarvada, Javier Francisco, Jelle van der Waa,
Jeremy Linton, Jesper Nilsson, Jim Spentzos, Joaquim Monteiro,
Joey Holtzman, John Rinehart, Jonas Gorski, Jordan Petridis,
Jose Ortuno, Jules Lamur, Justinas Kairys, Jörg Behrmann,
Katariina Lounento, Khem Raj, KidGrimes, Kurt Borja,
Lennart Poettering, Li Tian, Lin Jian, Linus Heckemann,
Lorenzo Arena, Louis Sautier, LuK1337, Luca Boccassi,
Lucas Adriano Salles, Luke Yeager, Lukáš Nykrýn,
Léane GRASSER, Marco Trevisan (Treviño), Marcos Alano,
Mario Limonciello, Markus Kurz, Martin Hundebøll, Martin Wilck,
Matteo Croce, Matthew Schwartz, Matthias Lisin,
Matthieu Baerts (NGI0), Matthieu LAURENT, MaxHearnden,
Michael Catanzaro, Michael Ferrari, Michael Limiero,
Michael Olbrich, Michal Koutný, Michal Sekletár,
Michał Moczulski, Mike Yuan, Miroslav Lichvar,
Morten Hauke Solvang, Muhammad Nuzaihan Bin Kamal Luddin,
Myrrh Periwinkle, NetSysFire, Nick Labich, Nick Owens,
Nick Rosbrook, Nils K, Noel Georgi, Nuno Sá, Oliver Schramm,
Paul Fertser, Pavithra Barithaya, Philip Freeman, Philip Withnall,
Piotr Drąg, Pontus Lundkvist, Ricky Tigg, Ronan Pigott,
Rudi Heitbaum, Ryan Blue, Ryan Thompson, Ryan Wilson, Salim B,
Salvatore Cocuzza, Sam James, Sam Leonard, Samuel Dionne-Riel,
Sea-Eun Lee, Septatrix, Shubhendra Kushwaha, Silvio Knizek,
Solar Designer, SoloSaravanan, Sonia Zorba, Soumyadeep Ghosh,
Stefan Hansson, Stefan Herbrechtsmeier, Steve Ramage,
Temuri Doghonadze, TheHillBright, Thomas Hebb, Thorsten Kukuk,
Tim Crawford, Tim Small, Tim Vangehugten, Tobias Klauser,
Todd C. Miller, Tommi Rantala, Tommy Unger, Trollimpo, Ubuntu,
Valentin David, Valentin Hăloiu, Vishal Chillara Srinivas,
Vishwanath Chandapur, Vitaly Kuznetsov, Volodymyr Shkriabets,
Vyacheslav Yurkov, Werner Sembach, Y T, Yaping Li, Yu Watanabe,
ZIHCO, Zbigniew Jędrzejewski-Szmek, andrejpodzimek, anonymix007,
cvlc12, damnkiwi6120, davjav, fishears, hanjinpeng, haxibami,
herbrechtsmeier, honjow, hsu zangmen, igo95862, jane400, jinyaoguo,
joo es, kmeaw, madroach, maia x., msizanoen, naly zzwd,
nkraetzschmar, nl6720, peelz, persmule, richfifeg, tim tom, tuxmainy,
tytan652, ver4a, victor-ok, vlefebvre, wrvsrx, wtmpx, xinpeng wang,
z z, Дамјан Георгиевски, 铝箔
— Edinburgh, 2025/07/23
CHANGES WITH 257:

File diff suppressed because it is too large Load Diff

View File

@@ -228,6 +228,9 @@ acpi:ISIC*:
acpi:JMIC*:
ID_VENDOR_FROM_DATABASE=Shenzhen Jaguar Microsystems Co.,Ltd.
acpi:JPMC*:
ID_VENDOR_FROM_DATABASE=JP Morgan Chase N.A.
acpi:JSYS*:
ID_VENDOR_FROM_DATABASE=Juniper Systems, Inc.
@@ -327,6 +330,9 @@ acpi:RKCP*:
acpi:ROKL*:
ID_VENDOR_FROM_DATABASE=Rockwell Automation, Inc
acpi:ROKU*:
ID_VENDOR_FROM_DATABASE=Roku, Inc.
acpi:RPIL*:
ID_VENDOR_FROM_DATABASE=Raspberry Pi

View File

@@ -1,5 +1,5 @@
--- 20-acpi-vendor.hwdb.base 2025-05-15 10:42:40.716482750 +0200
+++ 20-acpi-vendor.hwdb 2025-05-15 10:42:40.720482763 +0200
--- 20-acpi-vendor.hwdb.base 2025-07-23 14:25:46.238957089 +0100
+++ 20-acpi-vendor.hwdb 2025-07-23 14:25:46.246957284 +0100
@@ -3,6 +3,8 @@
# Data imported from:
# https://uefi.org/uefi-pnp-export
@@ -19,7 +19,7 @@
acpi:AMDI*:
ID_VENDOR_FROM_DATABASE=AMD
@@ -418,6 +417,9 @@
@@ -424,6 +423,9 @@
acpi:AAA*:
ID_VENDOR_FROM_DATABASE=Avolites Ltd
@@ -29,7 +29,7 @@
acpi:AAE*:
ID_VENDOR_FROM_DATABASE=Anatek Electronics Inc.
@@ -445,6 +447,9 @@
@@ -451,6 +453,9 @@
acpi:ABO*:
ID_VENDOR_FROM_DATABASE=D-Link Systems Inc
@@ -39,7 +39,7 @@
acpi:ABS*:
ID_VENDOR_FROM_DATABASE=Abaco Systems, Inc.
@@ -490,7 +495,7 @@
@@ -496,7 +501,7 @@
acpi:ACO*:
ID_VENDOR_FROM_DATABASE=Allion Computer Inc.
@@ -48,7 +48,7 @@
ID_VENDOR_FROM_DATABASE=Aspen Tech Inc
acpi:ACR*:
@@ -769,6 +774,9 @@
@@ -775,6 +780,9 @@
acpi:AMT*:
ID_VENDOR_FROM_DATABASE=AMT International Industry
@@ -58,7 +58,7 @@
acpi:AMX*:
ID_VENDOR_FROM_DATABASE=AMX LLC
@@ -817,6 +825,9 @@
@@ -823,6 +831,9 @@
acpi:AOA*:
ID_VENDOR_FROM_DATABASE=AOpen Inc.
@@ -68,7 +68,7 @@
acpi:AOE*:
ID_VENDOR_FROM_DATABASE=Advanced Optics Electronics, Inc.
@@ -826,6 +837,9 @@
@@ -832,6 +843,9 @@
acpi:AOT*:
ID_VENDOR_FROM_DATABASE=Alcatel
@@ -78,7 +78,7 @@
acpi:APC*:
ID_VENDOR_FROM_DATABASE=American Power Conversion
@@ -1007,7 +1021,7 @@
@@ -1013,7 +1027,7 @@
ID_VENDOR_FROM_DATABASE=ALPS ALPINE CO., LTD.
acpi:AUO*:
@@ -87,7 +87,7 @@
acpi:AUR*:
ID_VENDOR_FROM_DATABASE=Aureal Semiconductor
@@ -1087,6 +1101,9 @@
@@ -1093,6 +1107,9 @@
acpi:AXE*:
ID_VENDOR_FROM_DATABASE=Axell Corporation
@@ -97,7 +97,7 @@
acpi:AXI*:
ID_VENDOR_FROM_DATABASE=American Magnetics
@@ -1246,6 +1263,9 @@
@@ -1252,6 +1269,9 @@
acpi:BML*:
ID_VENDOR_FROM_DATABASE=BIOMED Lab
@@ -107,7 +107,7 @@
acpi:BMS*:
ID_VENDOR_FROM_DATABASE=BIOMEDISYS
@@ -1258,6 +1278,9 @@
@@ -1264,6 +1284,9 @@
acpi:BNO*:
ID_VENDOR_FROM_DATABASE=Bang & Olufsen
@@ -117,7 +117,7 @@
acpi:BNS*:
ID_VENDOR_FROM_DATABASE=Boulder Nonlinear Systems
@@ -1504,6 +1527,9 @@
@@ -1510,6 +1533,9 @@
acpi:CHA*:
ID_VENDOR_FROM_DATABASE=Chase Research PLC
@@ -127,7 +127,7 @@
acpi:CHD*:
ID_VENDOR_FROM_DATABASE=ChangHong Electric Co.,Ltd
@@ -1669,6 +1695,9 @@
@@ -1675,6 +1701,9 @@
acpi:COD*:
ID_VENDOR_FROM_DATABASE=CODAN Pty. Ltd.
@@ -137,7 +137,7 @@
acpi:COI*:
ID_VENDOR_FROM_DATABASE=Codec Inc.
@@ -2087,7 +2116,7 @@
@@ -2093,7 +2122,7 @@
ID_VENDOR_FROM_DATABASE=Dragon Information Technology
acpi:DJE*:
@@ -146,7 +146,7 @@
acpi:DJP*:
ID_VENDOR_FROM_DATABASE=Maygay Machines, Ltd
@@ -2440,6 +2469,9 @@
@@ -2446,6 +2475,9 @@
acpi:EIN*:
ID_VENDOR_FROM_DATABASE=Elegant Invention
@@ -156,7 +156,7 @@
acpi:EKA*:
ID_VENDOR_FROM_DATABASE=MagTek Inc.
@@ -2710,6 +2742,9 @@
@@ -2716,6 +2748,9 @@
acpi:FCG*:
ID_VENDOR_FROM_DATABASE=First International Computer Ltd
@@ -166,7 +166,7 @@
acpi:FCS*:
ID_VENDOR_FROM_DATABASE=Focus Enhancements, Inc.
@@ -3086,7 +3121,7 @@
@@ -3092,7 +3127,7 @@
ID_VENDOR_FROM_DATABASE=General Standards Corporation
acpi:GSM*:
@@ -175,7 +175,7 @@
acpi:GSN*:
ID_VENDOR_FROM_DATABASE=Grandstream Networks, Inc.
@@ -3196,6 +3231,9 @@
@@ -3202,6 +3237,9 @@
acpi:HEC*:
ID_VENDOR_FROM_DATABASE=Hisense Electric Co., Ltd.
@@ -185,7 +185,7 @@
acpi:HEL*:
ID_VENDOR_FROM_DATABASE=Hitachi Micro Systems Europe Ltd
@@ -3331,6 +3369,9 @@
@@ -3337,6 +3375,9 @@
acpi:HSD*:
ID_VENDOR_FROM_DATABASE=HannStar Display Corp
@@ -195,7 +195,7 @@
acpi:HSM*:
ID_VENDOR_FROM_DATABASE=AT&T Microelectronics
@@ -3457,6 +3498,9 @@
@@ -3463,6 +3504,9 @@
acpi:ICI*:
ID_VENDOR_FROM_DATABASE=Infotek Communication Inc
@@ -205,7 +205,7 @@
acpi:ICM*:
ID_VENDOR_FROM_DATABASE=Intracom SA
@@ -3553,6 +3597,9 @@
@@ -3559,6 +3603,9 @@
acpi:IKE*:
ID_VENDOR_FROM_DATABASE=Ikegami Tsushinki Co. Ltd.
@@ -215,7 +215,7 @@
acpi:IKS*:
ID_VENDOR_FROM_DATABASE=Ikos Systems Inc
@@ -3601,6 +3648,9 @@
@@ -3607,6 +3654,9 @@
acpi:IMX*:
ID_VENDOR_FROM_DATABASE=arpara Technology Co., Ltd.
@@ -225,7 +225,7 @@
acpi:INA*:
ID_VENDOR_FROM_DATABASE=Inventec Corporation
@@ -4129,6 +4179,9 @@
@@ -4135,6 +4185,9 @@
acpi:LAN*:
ID_VENDOR_FROM_DATABASE=Sodeman Lancom Inc
@@ -235,7 +235,7 @@
acpi:LAS*:
ID_VENDOR_FROM_DATABASE=LASAT Comm. A/S
@@ -4180,6 +4233,9 @@
@@ -4186,6 +4239,9 @@
acpi:LED*:
ID_VENDOR_FROM_DATABASE=Long Engineering Design Inc
@@ -245,7 +245,7 @@
acpi:LEG*:
ID_VENDOR_FROM_DATABASE=Legerity, Inc
@@ -4198,6 +4254,9 @@
@@ -4204,6 +4260,9 @@
acpi:LGD*:
ID_VENDOR_FROM_DATABASE=LG Display
@@ -255,7 +255,7 @@
acpi:LGI*:
ID_VENDOR_FROM_DATABASE=Logitech Inc
@@ -4264,6 +4323,9 @@
@@ -4270,6 +4329,9 @@
acpi:LND*:
ID_VENDOR_FROM_DATABASE=Land Computer Company Ltd
@@ -265,7 +265,7 @@
acpi:LNK*:
ID_VENDOR_FROM_DATABASE=Link Tech Inc
@@ -4298,7 +4360,7 @@
@@ -4304,7 +4366,7 @@
ID_VENDOR_FROM_DATABASE=Design Technology
acpi:LPL*:
@@ -274,7 +274,7 @@
acpi:LSC*:
ID_VENDOR_FROM_DATABASE=LifeSize Communications
@@ -4474,6 +4536,9 @@
@@ -4480,6 +4542,9 @@
acpi:MCX*:
ID_VENDOR_FROM_DATABASE=Millson Custom Solutions Inc.
@@ -284,7 +284,7 @@
acpi:MDA*:
ID_VENDOR_FROM_DATABASE=Media4 Inc
@@ -4720,6 +4785,9 @@
@@ -4726,6 +4791,9 @@
acpi:MOM*:
ID_VENDOR_FROM_DATABASE=Momentum Data Systems
@@ -294,7 +294,7 @@
acpi:MOS*:
ID_VENDOR_FROM_DATABASE=Moses Corporation
@@ -4960,6 +5028,9 @@
@@ -4966,6 +5034,9 @@
acpi:NAL*:
ID_VENDOR_FROM_DATABASE=Network Alchemy
@@ -304,7 +304,7 @@
acpi:NAT*:
ID_VENDOR_FROM_DATABASE=NaturalPoint Inc.
@@ -5500,6 +5571,9 @@
@@ -5506,6 +5577,9 @@
acpi:PCX*:
ID_VENDOR_FROM_DATABASE=PC Xperten
@@ -314,7 +314,7 @@
acpi:PDM*:
ID_VENDOR_FROM_DATABASE=Psion Dacom Plc.
@@ -5563,9 +5637,6 @@
@@ -5569,9 +5643,6 @@
acpi:PHE*:
ID_VENDOR_FROM_DATABASE=Philips Medical Systems Boeblingen GmbH
@@ -324,7 +324,7 @@
acpi:PHL*:
ID_VENDOR_FROM_DATABASE=Philips Consumer Electronics Company
@@ -5656,9 +5727,6 @@
@@ -5662,9 +5733,6 @@
acpi:PNL*:
ID_VENDOR_FROM_DATABASE=Panelview, Inc.
@@ -334,7 +334,7 @@
acpi:PNR*:
ID_VENDOR_FROM_DATABASE=Planar Systems, Inc.
@@ -6136,9 +6204,6 @@
@@ -6142,9 +6210,6 @@
acpi:RTI*:
ID_VENDOR_FROM_DATABASE=Rancho Tech Inc
@@ -344,7 +344,7 @@
acpi:RTL*:
ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Company Ltd
@@ -6313,9 +6378,6 @@
@@ -6319,9 +6384,6 @@
acpi:SEE*:
ID_VENDOR_FROM_DATABASE=SeeColor Corporation
@@ -354,7 +354,7 @@
acpi:SEI*:
ID_VENDOR_FROM_DATABASE=Seitz & Associates Inc
@@ -6799,6 +6861,9 @@
@@ -6805,6 +6867,9 @@
acpi:SVD*:
ID_VENDOR_FROM_DATABASE=SVD Computer
@@ -364,7 +364,7 @@
acpi:SVI*:
ID_VENDOR_FROM_DATABASE=Sun Microsystems
@@ -6883,6 +6948,9 @@
@@ -6889,6 +6954,9 @@
acpi:SZM*:
ID_VENDOR_FROM_DATABASE=Shenzhen MTC Co., Ltd
@@ -374,7 +374,7 @@
acpi:TAA*:
ID_VENDOR_FROM_DATABASE=Tandberg
@@ -6973,6 +7041,9 @@
@@ -6979,6 +7047,9 @@
acpi:TDG*:
ID_VENDOR_FROM_DATABASE=Six15 Technologies
@@ -384,7 +384,7 @@
acpi:TDM*:
ID_VENDOR_FROM_DATABASE=Tandem Computer Europe Inc
@@ -7015,6 +7086,9 @@
@@ -7021,6 +7092,9 @@
acpi:TEV*:
ID_VENDOR_FROM_DATABASE=Televés, S.A.
@@ -394,7 +394,7 @@
acpi:TEZ*:
ID_VENDOR_FROM_DATABASE=Tech Source Inc.
@@ -7144,9 +7218,6 @@
@@ -7150,9 +7224,6 @@
acpi:TNC*:
ID_VENDOR_FROM_DATABASE=TNC Industrial Company Ltd
@@ -404,7 +404,7 @@
acpi:TNM*:
ID_VENDOR_FROM_DATABASE=TECNIMAGEN SA
@@ -7459,14 +7530,14 @@
@@ -7465,14 +7536,14 @@
acpi:UNC*:
ID_VENDOR_FROM_DATABASE=Unisys Corporation
@@ -425,7 +425,7 @@
acpi:UNI*:
ID_VENDOR_FROM_DATABASE=Uniform Industry Corp.
@@ -7501,6 +7572,9 @@
@@ -7507,6 +7578,9 @@
acpi:USA*:
ID_VENDOR_FROM_DATABASE=Utimaco Safeware AG
@@ -435,7 +435,7 @@
acpi:USD*:
ID_VENDOR_FROM_DATABASE=U.S. Digital Corporation
@@ -7762,9 +7836,6 @@
@@ -7768,9 +7842,6 @@
acpi:WAL*:
ID_VENDOR_FROM_DATABASE=Wave Access
@@ -445,7 +445,7 @@
acpi:WAV*:
ID_VENDOR_FROM_DATABASE=Wavephore
@@ -7892,7 +7963,7 @@
@@ -7898,7 +7969,7 @@
ID_VENDOR_FROM_DATABASE=WyreStorm Technologies LLC
acpi:WYS*:
@@ -454,7 +454,7 @@
acpi:WYT*:
ID_VENDOR_FROM_DATABASE=Wooyoung Image & Information Co.,Ltd.
@@ -7906,9 +7977,6 @@
@@ -7912,9 +7983,6 @@
acpi:XDM*:
ID_VENDOR_FROM_DATABASE=XDM Ltd.
@@ -464,7 +464,7 @@
acpi:XES*:
ID_VENDOR_FROM_DATABASE=Extreme Engineering Solutions, Inc.
@@ -7942,9 +8010,6 @@
@@ -7948,9 +8016,6 @@
acpi:XNT*:
ID_VENDOR_FROM_DATABASE=XN Technologies, Inc.
@@ -474,7 +474,7 @@
acpi:XQU*:
ID_VENDOR_FROM_DATABASE=SHANGHAI SVA-DAV ELECTRONICS CO., LTD
@@ -8011,6 +8076,9 @@
@@ -8017,6 +8082,9 @@
acpi:ZBX*:
ID_VENDOR_FROM_DATABASE=Zebax Technologies

View File

@@ -395,6 +395,9 @@ pci:v*d*sv*sd*bc08sc05*
pci:v*d*sv*sd*bc08sc06*
ID_PCI_SUBCLASS_FROM_DATABASE=IOMMU
pci:v*d*sv*sd*bc08sc07*
ID_PCI_SUBCLASS_FROM_DATABASE=Root Complex Event Collector
pci:v*d*sv*sd*bc08sc80*
ID_PCI_SUBCLASS_FROM_DATABASE=System peripheral

File diff suppressed because it is too large Load Diff

View File

@@ -135,4 +135,6 @@ IDEMIA,IDEM,06/26/2018
"Areus GmbH",AREU,04/07/2025
"Rockwell Automation, Inc",ROKL,04/18/2025
"JUMPtec GmbH",JUMP,04/22/2025
"Fsas Technologies Inc.",FSAS,04/30/2025
"Fsas Technologies Inc.",FSAS,04/30/2025
"JP Morgan Chase N.A.",JPMC,05/30/2025
"Roku, Inc.",ROKU,07/15/2025
1 Company ACPI ID Approved On Date
135 Areus GmbH AREU 04/07/2025
136 Rockwell Automation, Inc ROKL 04/18/2025
137 JUMPtec GmbH JUMP 04/22/2025
138 Fsas Technologies Inc. FSAS 04/30/2025
139 JP Morgan Chase N.A. JPMC 05/30/2025
140 Roku, Inc. ROKU 07/15/2025

File diff suppressed because it is too large Load Diff

View File

@@ -872,12 +872,6 @@ C4-A1-0E (hex) Ayla Networks (Shenzhen) Co., Ltd.
Shenzhen 518000
CN
70-50-E7 (hex) Shenzhen Dangs Science and Technology CO.,Ltd.
800000-8FFFFF (base 16) Shenzhen Dangs Science and Technology CO.,Ltd.
9th Floor of GDC Building, Gaoxin Middle 3rd St.,Nanshan District
Shenzhen GuangDong 518063
CN
C4-A1-0E (hex) Connectlab SRL
D00000-DFFFFF (base 16) Connectlab SRL
via donatello 30
@@ -7157,18 +7151,6 @@ F0-12-04 (hex) MetaX
Shanghai 200000
CN
2C-7A-F4 (hex) Kegao Intelligent Garden Technology(Guangdong) Co.,Ltd.
400000-4FFFFF (base 16) Kegao Intelligent Garden Technology(Guangdong) Co.,Ltd.
8/F Building D,No.39, East Keji Avenue, Shishan Town Nanhai District
Foshan Guangdong 528225
CN
2C-7A-F4 (hex) Shenzhen Yitoa Digital Technology Co., Ltd.
300000-3FFFFF (base 16) Shenzhen Yitoa Digital Technology Co., Ltd.
7th floor, Building 1, Jiancang Technology Park, Bao'an, Shenzhen, China
Shenzhen GuangDong 518000
CN
2C-7A-F4 (hex) ShangYu Auto Technology Co.,Ltd
600000-6FFFFF (base 16) ShangYu Auto Technology Co.,Ltd
No. 69 Yuanda Road, Anting Town, Jiading District, Shanghai
@@ -7181,11 +7163,17 @@ F0-12-04 (hex) MetaX
Xi'An Shaanxi 710000
CN
FC-A2-DF (hex) Solink Corporation
000000-0FFFFF (base 16) Solink Corporation
110-390 March Road
Ottawa Ontario K2K 0G7
CA
2C-7A-F4 (hex) Shenzhen Yitoa Digital Technology Co., Ltd.
300000-3FFFFF (base 16) Shenzhen Yitoa Digital Technology Co., Ltd.
7th floor, Building 1, Jiancang Technology Park, Bao'an, Shenzhen, China
Shenzhen GuangDong 518000
CN
2C-7A-F4 (hex) Kegao Intelligent Garden Technology(Guangdong) Co.,Ltd.
400000-4FFFFF (base 16) Kegao Intelligent Garden Technology(Guangdong) Co.,Ltd.
8/F Building D,No.39, East Keji Avenue, Shishan Town Nanhai District
Foshan Guangdong 528225
CN
FC-A2-DF (hex) TiGHT AV
C00000-CFFFFF (base 16) TiGHT AV
@@ -7193,6 +7181,96 @@ C00000-CFFFFF (base 16) TiGHT AV
Billdal 427 40
SE
FC-A2-DF (hex) PAVONE SISTEMI SRL
300000-3FFFFF (base 16) PAVONE SISTEMI SRL
Via Tiberio Bianchi 11-13-15
Concorezzo MB 20863
IT
FC-A2-DF (hex) Solink Corporation
000000-0FFFFF (base 16) Solink Corporation
110-390 March Road
Ottawa Ontario K2K 0G7
CA
FC-A2-DF (hex) Lumentum
B00000-BFFFFF (base 16) Lumentum
60/129 Moo 19, Klongnueng
Klongluang Pathumthani 12120
TH
04-58-5D (hex) Chengdu Juxun Electronic Technology Co.,Ltd
B00000-BFFFFF (base 16) Chengdu Juxun Electronic Technology Co.,Ltd
No.327 Xingye Road, Industrial East District, Xindu District, Chengdu City, China
Chengdu Sichuan 610500
CN
04-58-5D (hex) Shenzhen C & D Electronics Co., Ltd.
E00000-EFFFFF (base 16) Shenzhen C & D Electronics Co., Ltd.
9th FIoor, Building 9, No.1 Qingxiang road, BaoNeng Science and TechnoIogy Industrial Park, Longhua New District
ShenZhen GuangDong 518000
CN
B0-CC-CE (hex) Steelco SpA
000000-0FFFFF (base 16) Steelco SpA
via Balegante 27
Riese Pio X (TV) 31039
IT
B0-CC-CE (hex) MULTI-FIELD LOW TEMPERATURE TECHNOLOGY(BEIJING) CO., LTD.
600000-6FFFFF (base 16) MULTI-FIELD LOW TEMPERATURE TECHNOLOGY(BEIJING) CO., LTD.
Room 505, 5th Floor, Building 2, No. 11, Xingke East Street, Yanqi Economic Development Zone, Huairou District, Beijing, P.R.China
北京 101400
CN
B0-CC-CE (hex) 4MOD Technology
200000-2FFFFF (base 16) 4MOD Technology
4 Rue de la Cornouaille
Nantes 44300
FR
70-50-E7 (hex) Shenzhen Dangs Science and Technology CO.,Ltd.
800000-8FFFFF (base 16) Shenzhen Dangs Science and Technology CO.,Ltd.
9th Floor of GDC Building, Gaoxin Middle 3rd St.,Nanshan District
Shenzhen GuangDong 518063
CN
B0-CC-CE (hex) Shanghai CloudPrime.ai Technology Co, Ltd
800000-8FFFFF (base 16) Shanghai CloudPrime.ai Technology Co, Ltd
Room 202, Building 11, No. 789, Puxing Road, Minhang District
Shanghai 200000
CN
78-78-35 (hex) Jiaxing Cyber Sensor Intelligent Technology Co., Ltd.
400000-4FFFFF (base 16) Jiaxing Cyber Sensor Intelligent Technology Co., Ltd.
Room 301, Building 9, No.89 YueMing Road
Tongxiang Zhejiang 314500
CN
78-78-35 (hex) MAICUN Information Technology(Shanghai)Co.,Ltd
600000-6FFFFF (base 16) MAICUN Information Technology(Shanghai)Co.,Ltd
Room 312,No. 2525, Chun shen Road, Minhang District
shanghai 210000
CN
FC-E4-98 (hex) SATEL Ltd
A00000-AFFFFF (base 16) SATEL Ltd
21, Balakirevsky pereulok
Moscow 105082
RU
FC-E4-98 (hex) TIH Microelectronics Technology Co. Ltd.
E00000-EFFFFF (base 16) TIH Microelectronics Technology Co. Ltd.
Room 3611, 36th Floor, Building A, Shandong Big Data Industry Base, Jinan City, Shandong Province, China
Jinan SHANDONG 250101
CN
34-B5-F3 (hex) Bethlabs(Tianjin)Technology Co.,Ltd.
A00000-AFFFFF (base 16) Bethlabs(Tianjin)Technology Co.,Ltd.
Suite 109, 24 Minhe Road, Xiqing Economic and Technological Development Zone
Tianjin Tianjin 300380
CN
B8-4C-87 (hex) Shenzhen Link-all Technology Co., Ltd
300000-3FFFFF (base 16) Shenzhen Link-all Technology Co., Ltd
Floor 5th, Block 9th, Sunny Industrial Zone, Xili Town, Nanshan District, Shenzhen, China
@@ -13826,6 +13904,108 @@ FC-A2-DF (hex) Hangzhou Laizhi Technology Co.,Ltd
hangzhou zhejiang 310011
CN
04-58-5D (hex) HKC Security Ltd.
700000-7FFFFF (base 16) HKC Security Ltd.
Parkway Business Centre
Ballymount Dublin D24 WY49
IE
04-58-5D (hex) TELEPLATFORMS
A00000-AFFFFF (base 16) TELEPLATFORMS
Polbina st., 3/1
Moscow 109388
RU
D4-A0-FB (hex) Parpro System Corporation
800000-8FFFFF (base 16) Parpro System Corporation
6F, No. 478, Sec. 5, ZhongShan N. Rd.,
Taipei Select State 111005
TW
D4-A0-FB (hex) Hangteng (HK) Technology Co., Limited
900000-9FFFFF (base 16) Hangteng (HK) Technology Co., Limited
銅鑼灣 伊榮街9號欣榮商業大廈 16 樓 1602 室
HONGKONG 1
HK
B0-CC-CE (hex) Faaftech
C00000-CFFFFF (base 16) Faaftech
Rua 90, N 929, Setor Sul
Goiânia Goias 74093020
BR
B0-CC-CE (hex) MICROTEST
E00000-EFFFFF (base 16) MICROTEST
14 F.-6, No. 79, Sec. 1, Xintai 5th Rd., Xizhi Dist.
New Taipei 221432
TW
B0-CC-CE (hex) Shenzhen Xtooltech Intelligent Co.,Ltd.
400000-4FFFFF (base 16) Shenzhen Xtooltech Intelligent Co.,Ltd.
17&18/F, A2 Building, Creative City, Liuxian Avenue, Nanshan District, Shenzhen, China
Shenzhen Guangdong 518052
CN
B0-CC-CE (hex) EBI Patient Care, Inc.
700000-7FFFFF (base 16) EBI Patient Care, Inc.
484 Calle E
Guaynabo PR 00969
US
78-78-35 (hex) Skylight
A00000-AFFFFF (base 16) Skylight
101a Clay Street #144
San Francisco CA 94111
US
78-78-35 (hex) EHTech (Beijing)Co., Ltd.
200000-2FFFFF (base 16) EHTech (Beijing)Co., Ltd.
2nd Floor, Building 6 (Block D), No.5 Shengfang Road, Daxing District
Beijing 102627
CN
FC-E4-98 (hex) GIGA Copper Networks GmbH
B00000-BFFFFF (base 16) GIGA Copper Networks GmbH
Rückerstraße 10
Düsseldorf 40470
DE
FC-E4-98 (hex) Shenzhen C & D Electronics Co., Ltd.
300000-3FFFFF (base 16) Shenzhen C & D Electronics Co., Ltd.
9th FIoor, Building 9, No.1 Qingxiang road, BaoNeng Science and TechnoIogy Industrial Park, Longhua New District
ShenZhen GuangDong 518000
CN
FC-E4-98 (hex) TScale Electronics Mfg. (Kunshan) Co., Ltd
400000-4FFFFF (base 16) TScale Electronics Mfg. (Kunshan) Co., Ltd
No. 99 Jingwei Road, Zhoushi
Kunshan 215300
CN
FC-E4-98 (hex) ART Finex Co.,Ltd.
200000-2FFFFF (base 16) ART Finex Co.,Ltd.
6-1-33,KAMIKOBATACHO,SABAE-SHI
Fukui-ken 916-0037
JP
FC-E4-98 (hex) NTCSOFT
000000-0FFFFF (base 16) NTCSOFT
A925, A926, Gwangmyeong G-Tower, 190, Soha-Ro
Gwangmyeong-Si, Gyeonggi-do 14322
KR
34-B5-F3 (hex) JENESIS(SHEN ZHEN)CO.,LTD.
600000-6FFFFF (base 16) JENESIS(SHEN ZHEN)CO.,LTD.
6th Floor, Building A, Tiange Science and Technology Park, No. 2 Luo Zu Industrial Avenue, Luo Zu Community, Shiyan Street, Bao'an District
Shenzhen Guangdong 518108
CN
34-B5-F3 (hex) Kyokuto Solutions Inc.
500000-5FFFFF (base 16) Kyokuto Solutions Inc.
5-9-3 Nishitenma Kita-ku
Osaka-shi Osaka 530-0047
JP
B8-4C-87 (hex) Altronix , Corp
A00000-AFFFFF (base 16) Altronix , Corp
140 58th St. Bldg A, Ste 2N
@@ -18512,12 +18692,6 @@ A4-58-0F (hex) Ksenia Security srl
Mail box 15123 Haifa 3508409
IL
7C-CB-E2 (hex) Aplex Technology Inc.
E00000-EFFFFF (base 16) Aplex Technology Inc.
501-5B01,Xintianxia phase 2 building,Wankecheng community,Bantian township,Longgang district
Shenzhen City Guangdong 518129
CN
7C-CB-E2 (hex) Hangzhou Haohaokaiche Technology Co.,Ltd.
900000-9FFFFF (base 16) Hangzhou Haohaokaiche Technology Co.,Ltd.
Building 7, Haichuang Park, No.998 Wenyi West Road, Yuhang District
@@ -20189,12 +20363,6 @@ C4-CC-37 (hex) KAIS Co.,Ltd.
Farmingdale NY 11735
US
60-A4-34 (hex) Hangzhou Zhongxinhui lntelligent Technology Co.,Ltd.
200000-2FFFFF (base 16) Hangzhou Zhongxinhui lntelligent Technology Co.,Ltd.
Room 17337, No. 260 Jiangshu Road, Xixing Street, Binjiang District, Hangzhou City, Zhejiang Province
Hangzhou 310000
CN
C8-FF-BF (hex) Cognizant Mobility GmbH
200000-2FFFFF (base 16) Cognizant Mobility GmbH
Ingolstädter Str. 45
@@ -20843,12 +21011,6 @@ A00000-AFFFFF (base 16) TECHWIN SOLUTIONS PVT LTD
NEW DELHI DELHI 110020
IN
F8-2B-E6 (hex) Maia Tech, Inc
C00000-CFFFFF (base 16) Maia Tech, Inc
77 S. Bedford Street
Burlington MA 01803
US
F8-2B-E6 (hex) Hitek Electronics Co.,Ltd
800000-8FFFFF (base 16) Hitek Electronics Co.,Ltd
203-404,397 Seokcheon-ro,Ojeong-gu,Bucheon-si,Gyeonggi-do,14449,Republic of korea
@@ -20945,12 +21107,156 @@ B00000-BFFFFF (base 16) Arira Platforms, LLC
San Jose CA 95110
US
FC-A2-DF (hex) shenzhen zovoton electronic co.,ltd
600000-6FFFFF (base 16) shenzhen zovoton electronic co.,ltd
1F 4 Blok, jinrui zhonghe industrial park, huarong road, tongsheng community, dalang street, longhua district, Shenzhen city, Guangdong province, china
shenzhen guangdong 518100
CN
FC-A2-DF (hex) Beijing KSL Electromechanical Technology Development Co.,Ltd
900000-9FFFFF (base 16) Beijing KSL Electromechanical Technology Development Co.,Ltd
Room 501-1, 5th Floor, Building 23, Courtyard 6, Haiying Road, Fengtai District, Beijing, China
Beijing 100071
CN
60-A4-34 (hex) Hangzhou Zhongxinhui lntelligent Technology Co.,Ltd.
200000-2FFFFF (base 16) Hangzhou Zhongxinhui lntelligent Technology Co.,Ltd.
Room 809, Building B, No. 567 Yueming Road, Xixing Street,
Hangzhou Binjiang Distric 310000
CN
FC-A2-DF (hex) Orion Power Systems, Inc.
E00000-EFFFFF (base 16) Orion Power Systems, Inc.
2939 W. Beaver Street
Jacksonville FL 32254
US
04-58-5D (hex) VERTE Elektronik San. Ve Tic. A.Ş.
600000-6FFFFF (base 16) VERTE Elektronik San. Ve Tic. A.Ş.
Ankara Teknopark, Serhat Mahallesi, 2224. Cadde, No:1/43, (Z13) F Blok Zemin Kat Tax Office: İvedik Tax Number: 9250982676
Yenimahalle ANKARA 06374
TR
04-58-5D (hex) Rexon Technology
C00000-CFFFFF (base 16) Rexon Technology
No. 261, Renhua Rd., Dali Dist.
Taichung City 412037
TW
04-58-5D (hex) HDS Otomasyon Güvenlik ve Yazılım Teknolojiler Sanayi Ticaret Limited Şirketi
D00000-DFFFFF (base 16) HDS Otomasyon Güvenlik ve Yazılım Teknolojiler Sanayi Ticaret Limited Şirketi
Merkez Mahallesi Sadabad Cad. Kapı No:20
İstanbul Kağıthane 34406
TR
04-58-5D (hex) Research Laboratory of Design Automation, Ltd.
100000-1FFFFF (base 16) Research Laboratory of Design Automation, Ltd.
8 Birzhevoy Spusk
Taganrog 347900
RU
D4-A0-FB (hex) Skyfri Corp
700000-7FFFFF (base 16) Skyfri Corp
800 North State Street Suite 403
City of Dover DE 19901
US
B0-CC-CE (hex) Watermark Systems (India) Private Limited
B00000-BFFFFF (base 16) Watermark Systems (India) Private Limited
1010, Maker Chambers 5, Nariman Point, Mumbai
Mumbai Maharashtra 400021
IN
B0-CC-CE (hex) Gateview Technologies
300000-3FFFFF (base 16) Gateview Technologies
2616 Port Industrial Drive
JACKSONVILLE FL 32226
US
D4-A0-FB (hex) Snap-on Tools
C00000-CFFFFF (base 16) Snap-on Tools
19220 San Jose Ave.
City of Industry CA 91748
US
B0-CC-CE (hex) Beijing Viazijing Technology Co., Ltd.
500000-5FFFFF (base 16) Beijing Viazijing Technology Co., Ltd.
9 Xue Qing Road, Hai Dian District
Beijing 100085
CN
B0-CC-CE (hex) Xiaomi EV Technology Co., Ltd.
D00000-DFFFFF (base 16) Xiaomi EV Technology Co., Ltd.
Room 618, Floor 6, Building 5, Yard 15, Kechuang Tenth Street, Beijing Economic and Technological Development Zone, Beijing
Beijing Beijing 100176
CN
78-78-35 (hex) Ambient Life Inc.
700000-7FFFFF (base 16) Ambient Life Inc.
321 Walnut St, #325Newton MA 02460
Newton MA 02460
US
F8-2B-E6 (hex) MaiaEdge, Inc.
C00000-CFFFFF (base 16) MaiaEdge, Inc.
77 S. Bedford Street
Burlington MA 01803
US
FC-E4-98 (hex) Siretta Ltd
C00000-CFFFFF (base 16) Siretta Ltd
Basingstoke Rd, Spencers Wood, Reading
Reading RG7 1PW
GB
78-78-35 (hex) BLOOM VIEW LIMITED
900000-9FFFFF (base 16) BLOOM VIEW LIMITED
Room 1502 ,Easey Commercial Building
WANCHAI HONG KONG
HK
FC-E4-98 (hex) Changzhou Leading Weighing Technology Co., Ltd
800000-8FFFFF (base 16) Changzhou Leading Weighing Technology Co., Ltd
Builing 31, No.9 Caoxi Road, Changzhou,Jiangsu
Changzhou 213000
CN
7C-CB-E2 (hex) Aplex Technology Inc.
E00000-EFFFFF (base 16) Aplex Technology Inc.
15F-1, No.186, Jian Yi Road
Zhonghe District New Taipei City 235 -
TW
FC-E4-98 (hex) SM Instruments
500000-5FFFFF (base 16) SM Instruments
20, Yuseong-daero 1184beon-gil
Daejeon Yuseong-gu 34109
KR
34-B5-F3 (hex) WEAD GmbH
300000-3FFFFF (base 16) WEAD GmbH
Retzfeld 7
Sankt Georgen an der Gusen 4222
AT
34-B5-F3 (hex) Shanghai Sigen New Energy Technology Co., Ltd
800000-8FFFFF (base 16) Shanghai Sigen New Energy Technology Co., Ltd
Room 514 The 5th Floor, No.175 Weizhan Road China (Shanghai) Plilot Free Trade Zone
Shanghai 201306
CN
34-B5-F3 (hex) Digicom
D00000-DFFFFF (base 16) Digicom
The 4th floor, Building No.4, Xiangshan South Road 105#, Shijingshan, Beijing, China
BEIJING 100144
CN
34-B5-F3 (hex) Shenzhen Mifasuolla Smart Co.,Ltd
C00000-CFFFFF (base 16) Shenzhen Mifasuolla Smart Co.,Ltd
No. 15 Hongbu Road, Majialong Community, Nantou Subdistrict, Nanshan District
Shenzhen Guangdong 518052
CN
D0-14-11 (hex) P.B. Elettronica srl
100000-1FFFFF (base 16) P.B. Elettronica srl
Via Santorelli, 8
@@ -27824,6 +28130,126 @@ FC-A2-DF (hex) SpacemiT
zhuhai guangdong 519000
CN
D4-A0-FB (hex) Shenzhen Dijiean Technology Co., Ltd
400000-4FFFFF (base 16) Shenzhen Dijiean Technology Co., Ltd
Floor 6,Building B,Tongxie Industrial Zone,No.80 Shilong Road,Shiyan Street,Baoan District
Shenzhen City Guangdong 518000
CN
04-58-5D (hex) Wetatronics Limited
000000-0FFFFF (base 16) Wetatronics Limited
45 Bath StreetParnell
Auckland Auckland 1052
NZ
D4-A0-FB (hex) M2MD Technologies, Inc.
000000-0FFFFF (base 16) M2MD Technologies, Inc.
525 Chestnut Rose Ln
Atlanta GA 30327
US
D4-A0-FB (hex) Corelase Oy
500000-5FFFFF (base 16) Corelase Oy
Kauhakorvenkatu 52
Tampere Pirkanmaa 33720
FI
04-58-5D (hex) JRK VISION
800000-8FFFFF (base 16) JRK VISION
A-1107, 135, Gasan digital 2-ro, Geumcheon-gu
SEOUL 08504
KR
D4-A0-FB (hex) Spatial Hover Inc
B00000-BFFFFF (base 16) Spatial Hover Inc
10415 A Westpark Dr.
Houston TX 77042
US
D4-A0-FB (hex) NEXXUS NETWORKS INDIA PRIVATE LIMITED
300000-3FFFFF (base 16) NEXXUS NETWORKS INDIA PRIVATE LIMITED
HD-592, C-001/A2 MAX TOWER SECTOR-16B We Work Berger Delhi One Noida Gautam Buddha Nagar U.P
GAUTAM BUDDHA NAGAR UTTAR PRADESH 201301
IN
D4-A0-FB (hex) Huizhou Jiemeisi Technology Co.,Ltd.
600000-6FFFFF (base 16) Huizhou Jiemeisi Technology Co.,Ltd.
NO.63, HUMEI STREET, DASHULING, XIAOJINKOU HUICHENG
Huizhou Guangdong 516023
CN
B0-CC-CE (hex) Agrisys A/S
100000-1FFFFF (base 16) Agrisys A/S
Cypresvej 3
Herning 7400
DK
78-78-35 (hex) Shandong Xintong Electronics Co., Ltd
800000-8FFFFF (base 16) Shandong Xintong Electronics Co., Ltd
No. 18 Liuyishan Road
Zibo High-tech Zone Shandong 255000
CN
78-78-35 (hex) IRISS Inc.
500000-5FFFFF (base 16) IRISS Inc.
10306 Technology Terrace
Bradenton FL 34211
US
78-78-35 (hex) ATsens
000000-0FFFFF (base 16) ATsens
TOWER GALLERY 6F,321 Hwangsaeul-ro, Bundang-gu, Seongnam-si, Gyeonggi-do
Seongnam 13590
KR
FC-E4-98 (hex) QuEL, Inc.
100000-1FFFFF (base 16) QuEL, Inc.
ON Build. 5F 4-7-14 Myojincho
Hachioji Tokyo 192-0046
JP
FC-E4-98 (hex) Infinity Electronics Ltd
D00000-DFFFFF (base 16) Infinity Electronics Ltd
167-169 Great Portland Street
London Surrey W1W 5PF
GB
D4-A0-FB (hex) Intersvyaz IT
100000-1FFFFF (base 16) Intersvyaz IT
Prospekt Pobedy, 288, room 7
Chelyabinsk 454112
RU
FC-E4-98 (hex) AVCON Information Technology Co.,Ltd.
900000-9FFFFF (base 16) AVCON Information Technology Co.,Ltd.
Building A6, Wangu Science and Technology Park, 1688 Guoquan North Road, Yangpu District
Shanghai Shanghai 021-55666588
CN
34-B5-F3 (hex) Hyatta Digital Technology Co., Ltd.
700000-7FFFFF (base 16) Hyatta Digital Technology Co., Ltd.
1405, Building A, Huizhi R&D Center, No. 287 Guangshen Road, Xixiang Street, Bao'an District
Shenzhen Guangdong 518101
CN
34-B5-F3 (hex) Aeterlink Corp.
B00000-BFFFFF (base 16) Aeterlink Corp.
13th Floor, Mitsubishi Building, 2-5-2 Marunouchi
Chiyoda-ku Tokyo 100-0005
JP
34-B5-F3 (hex) Inspired Flight
200000-2FFFFF (base 16) Inspired Flight
225 SUBURBAN RD
SAN LUIS OBISPO CA 93401
US
34-B5-F3 (hex) Shenzhen PeakVic Technology Co.,Ltd
900000-9FFFFF (base 16) Shenzhen PeakVic Technology Co.,Ltd
Room 310, 3rd Floor, Zhenhua Times Square, No. 21 Heping Road, Qinghua Community, Longhua Street, Longhua District
Shenzhen Guangdong 518000
CN
C8-5C-E2 (hex) Fela Management AG
000000-0FFFFF (base 16) Fela Management AG
Basadingerstrasse 18
@@ -34823,8 +35249,152 @@ C00000-CFFFFF (base 16) Reonel Oy
ji nan shi shandong 250031
CN
FC-A2-DF (hex) PDI COMMUNICATION SYSTEMS INC.
200000-2FFFFF (base 16) PDI COMMUNICATION SYSTEMS INC.
40 GREENWOOD LN
SPRINGBORO OH 45066
US
FC-A2-DF (hex) Annapurna labs
500000-5FFFFF (base 16) Annapurna labs
Matam Scientific Industries Center, Building 8.2
Mail box 15123 Haifa 3508409
IL
FC-A2-DF (hex) BPL MEDICAL TECHNOLOGIES PRIVATE LIMITED
A00000-AFFFFF (base 16) BPL MEDICAL TECHNOLOGIES PRIVATE LIMITED
11KM BANNERGHATTA MAIN ROAD ARAKERE BANGALORE
BANGALORE KARNATAKA 560076
IN
FC-A2-DF (hex) MBio Diagnostics, Inc.
D00000-DFFFFF (base 16) MBio Diagnostics, Inc.
4550 Byrd Dr
Loveland 80538
US
04-58-5D (hex) Foxconn Brasil Industria e Comercio Ltda
200000-2FFFFF (base 16) Foxconn Brasil Industria e Comercio Ltda
Av. Marginal da Rodovia dos Bandeirantes, 800 - Distrito Industrial
Jundiaí Sao Paulo 13213-008
BR
04-58-5D (hex) Dron Edge India Private Limited
900000-9FFFFF (base 16) Dron Edge India Private Limited
A 93 SECTOR 65 NOIDA 201301
201301 Uttar Pradesh 201301
IN
04-58-5D (hex) Integrated Technical Vision Ltd
400000-4FFFFF (base 16) Integrated Technical Vision Ltd
Mykoly Hrinchenka str. 2/1
Kyiv Kyiv 03038
UA
04-58-5D (hex) REXXON GmbH
300000-3FFFFF (base 16) REXXON GmbH
Mads-Clausen-Str. 7
Flensburg Schleswig-Holstein 24939
DE
04-58-5D (hex) Sercomm Japan Corporation
500000-5FFFFF (base 16) Sercomm Japan Corporation
8F, 3-1, YuanQu St., NanKang, Taipei 115, Taiwan
Taipei 115
TW
D4-A0-FB (hex) IMPULSE CCTV NETWORKS INDIA PVT. LTD.
A00000-AFFFFF (base 16) IMPULSE CCTV NETWORKS INDIA PVT. LTD.
H.O:- 4th Floor, Tower-A1,Flat No 402Eros Sampoornam, Sec-2,Greater Noida,Gautambuddha Nagar, Uttar Pradesh, 201306
GREATER NOIDA WEST UTTAR PRADESH 201306
IN
D4-A0-FB (hex) Beijing Lingji Innovations technology Co,LTD.
200000-2FFFFF (base 16) Beijing Lingji Innovations technology Co,LTD.
Room 106, 1st Floor, A-1 Building, Zhongguancun Dongsheng Science and Technology Park, No. 66 Xixiaokou Road, Haidian District, Beijing
Beijing Beijing 100190
CN
D4-A0-FB (hex) FASTWEL ELECTRONICS INDIA PRIVATE LIMITED
D00000-DFFFFF (base 16) FASTWEL ELECTRONICS INDIA PRIVATE LIMITED
DORASWANIPALYA , NO 3, ARKER MICOLAYOUT, ARKERE , BENGALURE(BANGLORE) URBAN
BENGALURU KARNATAKA 560076
IN
D4-A0-FB (hex) GTEK GLOBAL CO.,LTD
E00000-EFFFFF (base 16) GTEK GLOBAL CO.,LTD
No3/2/13 Ta Thanh Oai, Thanh Tri district
Hanoi Vietnam 10000
VN
B0-CC-CE (hex) Shenzhen Dangs Science and Technology CO.,Ltd.
A00000-AFFFFF (base 16) Shenzhen Dangs Science and Technology CO.,Ltd.
9th Floor of GDC Building, Gaoxin Middle 3rd St.,Nanshan District
Shenzhen Guangdong 518063
CN
78-78-35 (hex) Suzhou Chena Information Technology Co., Ltd.
D00000-DFFFFF (base 16) Suzhou Chena Information Technology Co., Ltd.
3rd Floor, Building B6, No. 8 Yanghua Road, Suzhou Industrial Park
Suzhou Free Trade Zone Jiangsu Province 215000
CN
B0-CC-CE (hex) Taiv Inc
900000-9FFFFF (base 16) Taiv Inc
400-321 McDermot Ave
Winnipeg Manitoba R3A 0A3
CA
78-78-35 (hex) NEOARK Corporation
E00000-EFFFFF (base 16) NEOARK Corporation
Nakano-machi2073-1
Hachioji Tokyo 1920015
JP
78-78-35 (hex) SHENZHEN CHUANGWEI ELECTRONIC APPLIANCE TECH CO., LTD.
300000-3FFFFF (base 16) SHENZHEN CHUANGWEI ELECTRONIC APPLIANCE TECH CO., LTD.
6F Floor, Overseas Factory, Skyworth Technology Industrial Park, Tangtou Community, Shiyan Street, Bao'an District
Shenzhen Guangdong 518000
CN
78-78-35 (hex) ENQT GmbH
100000-1FFFFF (base 16) ENQT GmbH
Spaldingstrasse 210
Hamburg Hamburg 20097
DE
78-78-35 (hex) DBG Communications Technology Co.,Ltd.
C00000-CFFFFF (base 16) DBG Communications Technology Co.,Ltd.
Building A, No.5(DBG Factory), Yongda Road, Xiangshui River Industrial Area, Daya Bay, Huizhou
Huizhou Gangdong 516083
CN
78-78-35 (hex) Shanghai Intchains Technology Co., Ltd.
B00000-BFFFFF (base 16) Shanghai Intchains Technology Co., Ltd.
Building 1&2, No.333 Haiyang No.1 Road Lingang Science and Technology Park Pudon
shanghai shanghai 200120
CN
FC-E4-98 (hex) Videonetics Technology Private Limited
600000-6FFFFF (base 16) Videonetics Technology Private Limited
Videonetics Technology Private LimitedPlot No. AI/154/1, Action Area - 1A, 4th Floor, Utility Building
Kolkata West Bengal 700156
IN
FC-E4-98 (hex) E Haute Intelligent Technology Co., Ltd
700000-7FFFFF (base 16) E Haute Intelligent Technology Co., Ltd
Room 01-05, 40/F, Building C, Longhua Digital Innovation Center, Longhua District
Shenzhen Guangdong 518000
CN
34-B5-F3 (hex) LAUMAS Elettronica s.r.l.
400000-4FFFFF (base 16) LAUMAS Elettronica s.r.l.
via I Maggio, 6 - IT01661140341
Montechiarugolo 43022
IT
34-B5-F3 (hex) Satco Europe GmbH
100000-1FFFFF (base 16) Satco Europe GmbH
Waidhauserstr. 3
Vohenstrauß 92546
DE

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -26,8 +26,8 @@ else
project_minor_version = '0'
endif
libsystemd_version = '0.40.0'
libudev_version = '1.7.10'
libsystemd_version = '0.41.0'
libudev_version = '1.7.11'
conf = configuration_data()
conf.set_quoted('PROJECT_URL', 'https://systemd.io/')

View File

@@ -1 +1 @@
258~devel
258~rc1

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: systemd\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-28 18:16+0900\n"
"POT-Creation-Date: 2025-07-23 15:38+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -135,156 +135,164 @@ msgstr ""
msgid "Authentication is required to activate a user's home area."
msgstr ""
#: src/home/pam_systemd_home.c:293
#: src/home/org.freedesktop.home1.policy:93
msgid "Manage Home Directory Signing Keys"
msgstr ""
#: src/home/org.freedesktop.home1.policy:94
msgid "Authentication is required to manage signing keys for home directories."
msgstr ""
#: src/home/pam_systemd_home.c:336
#, c-format
msgid ""
"Home of user %s is currently absent, please plug in the necessary storage "
"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:298
#: src/home/pam_systemd_home.c:341
#, c-format
msgid "Too frequent login attempts for user %s, try again later."
msgstr ""
#: src/home/pam_systemd_home.c:310
#: src/home/pam_systemd_home.c:353
msgid "Password: "
msgstr ""
#: src/home/pam_systemd_home.c:312
#: src/home/pam_systemd_home.c:355
#, c-format
msgid "Password incorrect or not sufficient for authentication of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:313
#: src/home/pam_systemd_home.c:356
msgid "Sorry, try again: "
msgstr ""
#: src/home/pam_systemd_home.c:335
#: src/home/pam_systemd_home.c:378
msgid "Recovery key: "
msgstr ""
#: src/home/pam_systemd_home.c:337
#: src/home/pam_systemd_home.c:380
#, c-format
msgid ""
"Password/recovery key incorrect or not sufficient for authentication of user "
"%s."
msgstr ""
#: src/home/pam_systemd_home.c:338
#: src/home/pam_systemd_home.c:381
msgid "Sorry, reenter recovery key: "
msgstr ""
#: src/home/pam_systemd_home.c:358
#: src/home/pam_systemd_home.c:401
#, c-format
msgid "Security token of user %s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:359 src/home/pam_systemd_home.c:362
#: src/home/pam_systemd_home.c:402 src/home/pam_systemd_home.c:405
msgid "Try again with password: "
msgstr ""
#: src/home/pam_systemd_home.c:361
#: src/home/pam_systemd_home.c:404
#, c-format
msgid ""
"Password incorrect or not sufficient, and configured security token of user "
"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:381
#: src/home/pam_systemd_home.c:424
msgid "Security token PIN: "
msgstr ""
#: src/home/pam_systemd_home.c:398
#: src/home/pam_systemd_home.c:441
#, c-format
msgid "Please authenticate physically on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:409
#: src/home/pam_systemd_home.c:452
#, c-format
msgid "Please confirm presence on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:420
#: src/home/pam_systemd_home.c:463
#, c-format
msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:429
#: src/home/pam_systemd_home.c:472
msgid ""
"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:437
#: src/home/pam_systemd_home.c:480
#, c-format
msgid "Security token PIN incorrect for user %s."
msgstr ""
#: src/home/pam_systemd_home.c:438 src/home/pam_systemd_home.c:457
#: src/home/pam_systemd_home.c:476
#: src/home/pam_systemd_home.c:481 src/home/pam_systemd_home.c:500
#: src/home/pam_systemd_home.c:519
msgid "Sorry, retry security token PIN: "
msgstr ""
#: src/home/pam_systemd_home.c:456
#: src/home/pam_systemd_home.c:499
#, c-format
msgid "Security token PIN of user %s incorrect (only a few tries left!)"
msgstr ""
#: src/home/pam_systemd_home.c:475
#: src/home/pam_systemd_home.c:518
#, c-format
msgid "Security token PIN of user %s incorrect (only one try left!)"
msgstr ""
#: src/home/pam_systemd_home.c:643
#: src/home/pam_systemd_home.c:685
#, c-format
msgid "Home of user %s is currently not active, please log in locally first."
msgstr ""
#: src/home/pam_systemd_home.c:645
#: src/home/pam_systemd_home.c:687
#, c-format
msgid "Home of user %s is currently locked, please unlock locally first."
msgstr ""
#: src/home/pam_systemd_home.c:677
#: src/home/pam_systemd_home.c:719
#, c-format
msgid "Too many unsuccessful login attempts for user %s, refusing."
msgstr ""
#: src/home/pam_systemd_home.c:964
#: src/home/pam_systemd_home.c:1005
msgid "User record is blocked, prohibiting access."
msgstr ""
#: src/home/pam_systemd_home.c:968
#: src/home/pam_systemd_home.c:1009
msgid "User record is not valid yet, prohibiting access."
msgstr ""
#: src/home/pam_systemd_home.c:972
#: src/home/pam_systemd_home.c:1013
msgid "User record is not valid anymore, prohibiting access."
msgstr ""
#: src/home/pam_systemd_home.c:977 src/home/pam_systemd_home.c:1028
#: src/home/pam_systemd_home.c:1018 src/home/pam_systemd_home.c:1067
msgid "User record not valid, prohibiting access."
msgstr ""
#: src/home/pam_systemd_home.c:989
#: src/home/pam_systemd_home.c:1028
#, c-format
msgid "Too many logins, try again in %s."
msgstr ""
#: src/home/pam_systemd_home.c:1000
#: src/home/pam_systemd_home.c:1039
msgid "Password change required."
msgstr ""
#: src/home/pam_systemd_home.c:1004
#: src/home/pam_systemd_home.c:1043
msgid "Password expired, change required."
msgstr ""
#: src/home/pam_systemd_home.c:1010
#: src/home/pam_systemd_home.c:1049
msgid "Password is expired, but can't change, refusing login."
msgstr ""
#: src/home/pam_systemd_home.c:1014
#: src/home/pam_systemd_home.c:1053
msgid "Password will expire soon, please change."
msgstr ""
@@ -790,11 +798,20 @@ msgid ""
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:106
msgid "Manage local virtual machine and container images"
msgid "Register a local virtual machine or container"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:107
msgid ""
"Authentication is required to register a local virtual machine or container."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:116
msgid "Manage local virtual machine and container images"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:117
msgid ""
"Authentication is required to manage local virtual machine and container "
"images."
msgstr ""
@@ -1004,34 +1021,42 @@ msgid "Authentication is required to subscribe query results."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:154
msgid "Dump cache"
msgid "Subscribe to DNS configuration"
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:155
msgid "Authentication is required to dump cache."
msgid "Authentication is required to subscribe to DNS configuration."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:165
msgid "Dump server state"
msgid "Dump cache"
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:166
msgid "Authentication is required to dump server state."
msgid "Authentication is required to dump cache."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:176
msgid "Dump statistics"
msgid "Dump server state"
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:177
msgid "Authentication is required to dump statistics."
msgid "Authentication is required to dump server state."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:187
msgid "Reset statistics"
msgid "Dump statistics"
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:188
msgid "Authentication is required to dump statistics."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:198
msgid "Reset statistics"
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:199
msgid "Authentication is required to reset statistics."
msgstr ""
@@ -1113,43 +1138,49 @@ msgid ""
"shall be enabled."
msgstr ""
#: src/core/dbus-unit.c:370
#: src/core/dbus-unit.c:371
msgid "Authentication is required to start '$(unit)'."
msgstr ""
#: src/core/dbus-unit.c:371
#: src/core/dbus-unit.c:372
msgid "Authentication is required to stop '$(unit)'."
msgstr ""
#: src/core/dbus-unit.c:372
#: src/core/dbus-unit.c:373
msgid "Authentication is required to reload '$(unit)'."
msgstr ""
#: src/core/dbus-unit.c:373 src/core/dbus-unit.c:374
#: src/core/dbus-unit.c:374 src/core/dbus-unit.c:375
msgid "Authentication is required to restart '$(unit)'."
msgstr ""
#: src/core/dbus-unit.c:566
#: src/core/dbus-unit.c:567
msgid ""
"Authentication is required to send a UNIX signal to the processes of "
"'$(unit)'."
"Authentication is required to send a UNIX signal to the processes of '$"
"(unit)'."
msgstr ""
#: src/core/dbus-unit.c:594
#: src/core/dbus-unit.c:620
msgid ""
"Authentication is required to send a UNIX signal to the processes of "
"subgroup of '$(unit)'."
msgstr ""
#: src/core/dbus-unit.c:648
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
#: src/core/dbus-unit.c:624
#: src/core/dbus-unit.c:678
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
#: src/core/dbus-unit.c:721
#: src/core/dbus-unit.c:775
msgid ""
"Authentication is required to delete files and directories associated with "
"'$(unit)'."
"Authentication is required to delete files and directories associated with '$"
"(unit)'."
msgstr ""
#: src/core/dbus-unit.c:758
#: src/core/dbus-unit.c:812
msgid ""
"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""