1113:a0a2 Active Sync device

Medion AG

Vendor ID
1113
Product ID
a0a2
Combined
1113:a0a2
Decimal
4371:41122

What is this device?

This is the USB identifier for a Active Sync device manufactured by Medion AG. The vendor ID 1113 is registered to Medion AG with the USB Implementers Forum, and a0a2 is the product ID that Medion AG assigned to this particular model. When you run lsusb on Linux, this device appears as 1113:a0a2 Medion AG Active Sync device.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1113:a0a2 Medion AG Active Sync device

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

Windows

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

USB\VID_1113&PID_A0A2
USB\VID_1113&PID_A0A2&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1113&PID_A0A2"

macOS

$ system_profiler SPUSBDataType
    Active Sync device:
      Product ID: 0xa0a2
      Vendor ID: 0x1113  (Medion AG)

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:

1113  Medion AG
	a0a2  Active Sync device

More from Medion AG