/freebsd/sys/dev/sdio/ |
H A D | sdiodevs | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 41 * -------------------------------------------------------------------------- 42 * List of TPLMID_MANF "vendor ID"s. 43 * Please sort by vendor ID ascending. 52 * -------------------------------------------------------------------------- 53 * List of TPLMID_CARD "product ID"s. 59 product REALTEK RTW8723BS 0xb723 802.11bgn SDIO WLAN with Bluetooth 4.0 Single-Chip Controller 61 product REALTEK RTW8821BS 0xb821 62 product REALTEK RTW8822BS 0xb822 802.11ac/abgn SDIO WLAN with Bluetooth 4.1 Single-Chip Controller [all …]
|
/freebsd/contrib/libfido2/udev/ |
H A D | fidodevs | 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 6 # After modifying this file, regenerate 70-u2f.rules: 7 # ./genrules.awk fidodevs > 70-u2f.rules 9 # List of known vendors. Sorted by vendor ID. 35 # List of known products. Grouped by vendor; sorted by product ID [all...] |
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 1 Microchip USB 2.0 Hi-Speed Hub Controller 4 Hi-Speed Controller. 7 - compatible : Should be "microchip,usb251xb" or one of the specific types: 11 - reg : I2C address on the selected bus (default is <0x2C>) 14 - reset-gpios : Should specify the gpio for hub reset 15 - vdd-supply : Should specify the phandle to the regulator supplying vdd 16 - skip-config : Skip Hub configuration, but only send the USB-Attach command 17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424) 18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type) 19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3) [all …]
|
H A D | aspeed,usb-vhub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/aspeed,usb-vhub.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Benjamin Herrenschmidt <benh@kernel.crashing.org> 26 - aspeed,ast2400-usb-vhub 27 - aspeed,ast2500-usb-vhub 28 - aspeed,ast2600-usb-vhub 39 aspeed,vhub-downstream-ports: 46 aspeed,vhub-generic-endpoints: [all …]
|
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/usb/usb251xb.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b [all …]
|
H A D | usb-device.txt | 5 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps 7 Four types of device-tree nodes are defined: "host-controller nodes" 21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id. 26 - reg: the number of the USB hub port or the USB host-controller port to which 27 this device is attached. The range is 1-255. 31 - #address-cells: shall be 2 32 - #size-cells: shall be 0 36 - compatible: "usbifVID,PID.configCN.IN", where VID is the vendor id, PID is 37 the product id, CN is the configuration value and IN is the interface 43 - reg: the interface number and configuration value [all …]
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_osx.c | 2 * Copyright (c) 2019-2022 Yubico AB. All rights reserved. 3 * Use of this source code is governed by a BSD-style 5 * SPDX-License-Identifier: BSD-2-Clause 46 return (-1); in get_int32() 52 return (-1); in get_int32() 57 return (-1); in get_int32() 73 return (-1); in get_utf8() 79 return (-1); in get_utf8() 98 return (-1); in get_report_len() 103 return (-1); in get_report_len() [all …]
|
H A D | nfc_linux.c | 2 * Copyright (c) 2020-2022 Yubico AB. All rights reserved. 3 * Use of this source code is governed by a BSD-style 5 * SPDX-License-Identifier: BSD-2-Clause 63 uint64_t id; in copy_info() local 64 int ok = -1; in copy_info() 71 if (asprintf(&di->path, "%s/%s", FIDO_NFC_PREFIX, name) == -1) { in copy_info() 72 di->path = NULL; in copy_info() 75 if (nfc_is_fido(di->path) == false) { in copy_info() 76 fido_log_debug("%s: nfc_is_fido: %s", __func__, di->path); in copy_info() 79 if ((di->manufacturer = get_usb_attr(dev, "manufacturer")) == NULL) in copy_info() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | renesas,prr.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/arm/renesas,prr.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas Product Register 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Magnus Damm <magnus.damm@gmail.com> 14 Most Renesas ARM SoCs have a Product Register or Boundary Scan ID 15 Register that allows to retrieve SoC product and revision information. 21 - renesas,prr [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/hwinfo/ |
H A D | renesas,prr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/hwinfo/renesas,prr.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas Product Register 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Magnus Damm <magnus.damm@gmail.com> 14 Most Renesas ARM SoCs have a Product Register or Boundary Scan ID 15 Register that allows to retrieve SoC product and revision information. 21 - renesas,prr [all …]
|
/freebsd/sys/tools/ |
H A D | sdiodevs2h.awk | 1 #! /usr/bin/awk -f 2 #- 5 # SPDX-License-Identifier: BSD-4-Clause 20 # This product includes software developed by Christopher G. Demetriou. 38 print "usage: sdiodevs2h.awk <srcfile> [-d|-h]"; 56 vendors[nvendors, 2] = $3; # id 100 function product(hfile) function 105 products[nproducts, 2] = $3; # product id 106 products[nproducts, 3] = $4; # id 157 products[nproducts, 2] = $3; # product id [all …]
|
H A D | usbdevs2h.awk | 1 #! /usr/bin/awk -f 2 #- 5 # SPDX-License-Identifier: BSD-4-Clause 20 # This product includes software developed by Christopher G. Demetriou. 38 print "usage: usbdevs2h.awk <srcfile> [-d|-h]"; 56 vendors[nvendors, 2] = $3; # id 100 function product(hfile) function 105 products[nproducts, 2] = $3; # product id 106 products[nproducts, 3] = $4; # id 218 if (arg !~ /^-[dh]+$/ && arg !~ /devs$/) [all …]
|
/freebsd/contrib/libfido2/man/ |
H A D | fido_dev_info_manifest.3 | 26 .\" SPDX-License-Identifier: BSD-2-Clause 64 …t" "size_t i" "const char *path" "const char *manufacturer" "const char *product" "const fido_dev_… 123 function returns the filesystem path or subsystem-specific identification 129 function returns the product ID of 134 function returns the vendor ID of 149 function returns the product string of 153 does not have an associated product string, 167 with the specified path, manufacturer, and product strings, and with
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | pvdrivers.h | 2 * pvdrivers.h: Register of PV drivers product numbers. 28 * This is the master registry of product numbers for 30 * If you need a new product number allocating, please 31 * post to xen-devel@lists.xenproject.org. You should NOT use 32 * a product number without allocating one. 34 * for PV drivers you should have a separate product number so 37 * During development, you may use the product ID to 42 EACH("xensource-windows", 0x0001) /* Citrix */ \ 43 EACH("gplpv-windows", 0x0002) /* James Harper */ \ 45 EACH("xenserver-windows-v7.0+", 0x0004) /* Citrix */ \ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/slimbus/ |
H A D | bus.txt | 3 SLIMbus is a 2-wire bus, and is used to communicate with peripheral 4 components like audio-codec. 7 - compatible - name of SLIMbus controller 13 Manufacturer ID, Product code, Device index, and Instance value for 18 In some cases it may be necessary to describe non-probeable device 19 details such as non-standard ways of powering up a device. In 24 - reg - Should be ('Device index', 'Instance ID') from SLIMbus 28 Instance ID Is for the cases where multiple Devices of the 31 - compatible -"slimMID,PID". The textual representation of Manufacturer ID, 32 Product Code, shall be in lower case hexadecimal with leading [all …]
|
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | rtlbtfw.8 | 50 The identification is currently based on USB vendor ID/product ID pair and 52 For Realtek devices the vendor ID should be 0x0bda 54 and the 0-th interface class/subclass/protocol should be a Bluetooth RF 56 Non-Realtek devices are identified based on USB vendor ID/product ID pair. 59 .Pa comms/rtlbt-firmware 68 .Bl -tag -width indent 83 .Ex -std
|
/freebsd/usr.sbin/bluetooth/ath3kfw/ |
H A D | ath3kfw.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 52 The identification is currently based on USB vendor ID/product ID pair. 53 The vendor ID should be 0x0cf3 55 and the product ID should be one of the supported devices. 57 Firmware files are available in the linux-firmware RPM. 65 .Bl -tag -width "-f firmware_path" 80 .Ex -std
|
/freebsd/share/man/man4/man4.i386/ |
H A D | vpd.4 | 30 .Nd "Vital Product Data kernel interface" 37 desktop PCs) have a 48-byte 38 Vital Product Data (VPD) structure located in the BIOS Shadow RAM. 40 The VPD provides machine type and model information, the build ID 55 .Bl -tag -width ".Dv MACHINE_MODEL" -compact 63 .Pq Va build.id 64 BIOS Build ID. 74 .%T "TP General - Using the BIOS Build ID to identify IBM ThinkPad systems" 75 .%N "Reference #: MIGR-45120" 77 .%U "http://www.ibm.com/support/docview.wss?uid=psg1MIGR-45120"
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 3 /*- 4 * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. 36 * USB.org publishes a VID list of USB-IF member companies at 38 * Note that it does not show companies that have obtained a Vendor ID 41 * Please note that these IDs do not do anything. Adding an ID here and 48 * After adding a vendor ID VNDR and a product ID PRDCT you will have the 89 vendor FUJITSUICL 0x0406 Fujitsu-ICL 165 vendor IODATA 0x04bb I-O Data 175 vendor LITEON 0x04ca Lite-On Technology 249 vendor ETEK 0x056c e-TEK Labs [all …]
|
/freebsd/usr.sbin/bluetooth/iwmbtfw/ |
H A D | iwmbtfw.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 6 .\" Copyright (c) 2021 Philippe Michaud-Boudreault <pitwuu@gmail.com> 53 The identification is currently based on USB vendor ID/product ID pair. 54 The vendor ID shoul [all...] |
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_cam.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 16 * 3. Neither the name of the author nor the names of any co-contributors 58 /* Fetch the path id of bus 0 for the opened mpt controller. */ 70 /* First, find the path id of bus 0 for this mpt controller. */ in fetch_path_id() 88 snprintf(b->dev_name, sizeof(b->dev_name), "mpt"); in fetch_path_id() 89 b->unit_number = mpt_unit; in fetch_path_id() 90 b->bus_id = 0; in fetch_path_id() 91 b->flags = BUS_MATCH_NAME | BUS_MATCH_UNIT | BUS_MATCH_BUS_ID; in fetch_path_id() 137 /* Find the path ID of bus 0. */ in mpt_query_disk() [all …]
|
H A D | mpt_drive.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 16 * 3. Neither the name of the author nor the names of any co-contributors 55 switch (info->PhysDiskStatus.State) { in mpt_pdstate() 57 if ((info->PhysDiskStatus.Flags & in mpt_pdstate() 59 info->PhysDiskSettings.HotSparePool == 0) in mpt_pdstate() 78 sprintf(buf, "PSTATE 0x%02x", info->PhysDiskStatus.State); in mpt_pdstate() 88 * - IOC2 : This gives us a list of volumes, and by walking the volumes we 91 * - IOC3 : This gives us a list of all online physical drives including 94 * - IOC5 : This gives us a list of all spare drives including failed [all …]
|
/freebsd/usr.sbin/bluetooth/bcmfw/ |
H A D | bcmfw.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 38 .Fl m Ar mini-driver_file_name 43 utility downloads the specified mini-driver and firmware files to the specified 49 The identification is currently based on USB vendor ID/product ID pair. 50 The vendor ID should be 0x0a5c 52 and the product ID should be 0x2033. 54 Due to copyright issues I will no longer provide mini-driver and firmware 56 These files can be obtained from the Linux BlueZ bluez-firmware package. 62 I am using the following files from the bluez-firmware-1.0 package: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | samsung,battery.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/supply/samsung,battery.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 15 portable electronics. The batteries are adapted to a specific product and 17 product, so product device trees can specify these batteries. Operating 24 - const: samsung,eb-l1m7flu 25 description: 3.8V 1500 mAh battery used in Samsung GT-I8190 26 - const: samsung,eb425161la [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | ti,cdce925.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id [all...] |