067f:7541 DSL Modem

Virata, Ltd

Vendor ID
067f
Product ID
7541
Combined
067f:7541
Decimal
1663:30017

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 7541 is the product ID that Virata, Ltd assigned to this particular model. When you run lsusb on Linux, this device appears as 067f:7541 Virata, Ltd DSL Modem.

How to identify it on your system

Linux

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

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

Windows

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

USB\VID_067F&PID_7541
USB\VID_067F&PID_7541&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    DSL Modem:
      Product ID: 0x7541
      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
	7541  DSL Modem

More from Virata, Ltd