24ea:0197 Barcode Scanner

Meva

Vendor ID
24ea
Product ID
0197
Combined
24ea:0197
Decimal
9450:407

What is this device?

This is the USB identifier for a Barcode Scanner manufactured by Meva. The vendor ID 24ea is registered to Meva with the USB Implementers Forum, and 0197 is the product ID that Meva assigned to this particular model. When you run lsusb on Linux, this device appears as 24ea:0197 Meva Barcode Scanner.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 24ea:0197 Meva Barcode Scanner

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

Windows

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

USB\VID_24EA&PID_0197
USB\VID_24EA&PID_0197&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_24EA&PID_0197"

macOS

$ system_profiler SPUSBDataType
    Barcode Scanner:
      Product ID: 0x0197
      Vendor ID: 0x24ea  (Meva)

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:

24ea  Meva
	0197  Barcode Scanner

More from Meva