Gamepad -vendor 1949 Product 0402- May 2026

After cross-referencing Linux kernel’s hid-ids.h , USB ID repositories, and Android documentation, — specifically the Founder’s Edition or early production run when used in USB wired mode.

It is important to clarify upfront: the search query is not a standard marketing name or a casual gamer search. Instead, it is a Linux/USB hardware signature —specifically, the vendor and product IDs extracted from a device’s internal firmware. gamepad -vendor 1949 product 0402-

This is a – someone has already identified the device via lsusb and wants documentation, drivers, or fixes, not a store page. If you’re reading this, you probably already own the controller and want to make it work on a non-mainstream OS. Conclusion: A Forgotten Cloud Controller Finds New Life The device behind gamepad -vendor 1949 product 0402- is the Google Stadia Controller, a well-built but orphaned piece of gaming history. Thanks to Linux kernel developers and the open-source community, it didn’t become e‑waste. Today, it serves as a low-latency USB gamepad for emulation, Steam, and retro gaming consoles. After cross-referencing Linux kernel’s hid-ids

Then check input events:

sudo modprobe hid-google-stadia Or add a udev rule: This is a – someone has already identified

In Linux (and Android), when you plug in a USB gamepad, the kernel logs these IDs. The minus signs ( - ) in your query are Boolean operators used by search engines (like Google) to exclude terms. So your search effectively means: “Show me information about a gamepad with Vendor ID 1949 and Product ID 0402, but exclude pages that mention the word ‘vendor’ or ‘product’ in unrelated contexts.”

lsusb | grep 1949 Output example: Bus 003 Device 005: ID 1949:0402 Google Inc. Stadia Controller