1bbb:0017 HSPA Data Card

T & A Mobile Phones

Vendor ID
1bbb
Product ID
0017
Combined
1bbb:0017
Decimal
7099:23

What is this device?

This is the USB identifier for a HSPA Data Card manufactured by T & A Mobile Phones. The vendor ID 1bbb is registered to T & A Mobile Phones with the USB Implementers Forum, and 0017 is the product ID that T & A Mobile Phones assigned to this particular model. When you run lsusb on Linux, this device appears as 1bbb:0017 T & A Mobile Phones HSPA Data Card.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1bbb:0017 T & A Mobile Phones HSPA Data Card

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

Windows

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

USB\VID_1BBB&PID_0017
USB\VID_1BBB&PID_0017&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1BBB&PID_0017"

macOS

$ system_profiler SPUSBDataType
    HSPA Data Card:
      Product ID: 0x0017
      Vendor ID: 0x1bbb  (T & A Mobile Phones)

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:

1bbb  T & A Mobile Phones
	0017  HSPA Data Card

More from T & A Mobile Phones