summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/dkms_source_tree/hid-ntrig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/dkms_source_tree/hid-ntrig.c b/usr/src/dkms_source_tree/hid-ntrig.c
index 63abd7b..7f24715 100644
--- a/usr/src/dkms_source_tree/hid-ntrig.c
+++ b/usr/src/dkms_source_tree/hid-ntrig.c
@@ -515,6 +515,7 @@ static void ntrig_remove(struct hid_device *hdev)
515 515
516static const struct hid_device_id ntrig_devices[] = { 516static const struct hid_device_id ntrig_devices[] = {
517 NTRIG_DEVICE(0x0001), 517 NTRIG_DEVICE(0x0001),
518 NTRIG_DEVICE(0x0006),
518 { } 519 { }
519}; 520};
520MODULE_DEVICE_TABLE(hid, ntrig_devices); 521MODULE_DEVICE_TABLE(hid, ntrig_devices);