083f:b100 TelePort V.90 Fax/Modem

Global Village

Vendor ID
083f
Product ID
b100
Combined
083f:b100
Decimal
2111:45312

What is this device?

This is the USB identifier for a TelePort V.90 Fax/Modem manufactured by Global Village. The vendor ID 083f is registered to Global Village with the USB Implementers Forum, and b100 is the product ID that Global Village assigned to this particular model. When you run lsusb on Linux, this device appears as 083f:b100 Global Village TelePort V.90 Fax/Modem.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 083f:b100 Global Village TelePort V.90 Fax/Modem

You can filter directly with lsusb -d 083f:b100, or get the full descriptor dump with lsusb -v -d 083f:b100. Kernel messages from dmesg show the same pair as idVendor=083f, idProduct=b100.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_083F&PID_B100
USB\VID_083F&PID_B100&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_083F&PID_B100"

macOS

$ system_profiler SPUSBDataType
    TelePort V.90 Fax/Modem:
      Product ID: 0xb100
      Vendor ID: 0x083f  (Global Village)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

083f  Global Village
	b100  TelePort V.90 Fax/Modem

More from Global Village