From d17e48ba5fbe194c7a6eadd21fa34af4f82ddfed Mon Sep 17 00:00:00 2001 From: rainbowjose Date: Wed, 8 Aug 2018 11:57:11 +0200 Subject: Add support for 1532:0038 This change is based on https://github.com/mbuesch/razer/pull/103 Signed-off-by: Michael Buesch --- librazer/librazer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/librazer/librazer.c b/librazer/librazer.c index d69a5a6..ca7ff36 100644 --- a/librazer/librazer.c +++ b/librazer/librazer.c @@ -161,6 +161,7 @@ static const struct razer_usb_device razer_usbdev_table[] = { USB_MOUSE(0x1532, 0x0016, &razer_deathadder_base_ops), /* 3500 DPI */ USB_MOUSE(0x1532, 0x0029, &razer_deathadder_base_ops), /* black edition */ USB_MOUSE(0x1532, 0x0037, &razer_deathadder2013_base_ops), /* 2013 edition */ + USB_MOUSE(0x1532, 0x0038, &razer_deathadder2013_base_ops), /* 1800 edition/Korea PCBang edition */ USB_MOUSE(0x1532, 0x0043, &razer_deathadder_chroma_base_ops), /* Chroma edition */ // USB_MOUSE(0x04B4, 0xE006, &razer_deathadder_base_ops), /* cypress bootloader */ USB_MOUSE(0x1532, 0x0003, &razer_krait_base_ops), -- cgit v1.2.3