067f:6542 DSL Modem

Virata, Ltd

Vendor ID
067f
Product ID
6542
Combined
067f:6542
Decimal
1663:25922

What is this device?

This is the USB identifier for a DSL Modem manufactured by Virata, Ltd. The vendor ID 067f is registered to Virata, Ltd with the USB Implementers Forum, and 6542 is the product ID that Virata, Ltd assigned to this particular model. When you run lsusb on Linux, this device appears as 067f:6542 Virata, Ltd DSL Modem.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 067f:6542 Virata, Ltd DSL Modem

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

Windows

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

USB\VID_067F&PID_6542
USB\VID_067F&PID_6542&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_067F&PID_6542"

macOS

$ system_profiler SPUSBDataType
    DSL Modem:
      Product ID: 0x6542
      Vendor ID: 0x067f  (Virata, Ltd)

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:

067f  Virata, Ltd
	6542  DSL Modem

More from Virata, Ltd