Pretend to be Thinkpad USB Keyboard
This commit is contained in:
parent
a747343b61
commit
9838ddcead
1 changed files with 8 additions and 2 deletions
|
@ -20,9 +20,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "config_common.h"
|
#include "config_common.h"
|
||||||
|
|
||||||
|
#define USB_VENDOR_ID_LENOVO 0x17ef
|
||||||
|
#define USB_DEVICE_ID_LENOVO_TPKBD 0x6009
|
||||||
|
#define USB_DEVICE_ID_LENOVO_CUSBKBD 0x6047
|
||||||
|
#define USB_DEVICE_ID_LENOVO_CBTKBD 0x6048
|
||||||
|
#define USB_DEVICE_ID_LENOVO_TPPRODOCK 0x6067
|
||||||
|
|
||||||
/* USB Device descriptor parameter */
|
/* USB Device descriptor parameter */
|
||||||
#define VENDOR_ID 0xFEED
|
#define VENDOR_ID USB_VENDOR_ID_LENOVO
|
||||||
#define PRODUCT_ID 0x6660
|
#define PRODUCT_ID USB_DEVICE_ID_LENOVO_CBTKBD
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
#define MANUFACTURER Priyadi
|
#define MANUFACTURER Priyadi
|
||||||
#define PRODUCT Promethium Keyboard
|
#define PRODUCT Promethium Keyboard
|
||||||
|
|
Loading…
Reference in a new issue