| Submitter | Chase Douglas |
|---|---|
| Date | Nov. 16, 2011, 6:37 p.m. |
| Message ID | <1321468623-7847-2-git-send-email-chase.douglas@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/126010/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/hid/hid-ntrig.c b/drivers/hid/hid-ntrig.c index e8207fb..5d3a051 100644 --- a/drivers/hid/hid-ntrig.c +++ b/drivers/hid/hid-ntrig.c @@ -526,7 +526,6 @@ static void ntrig_remove(struct hid_device *hdev) static const struct hid_device_id ntrig_devices[] = { NTRIG_DEVICE(0x0001), - NTRIG_DEVICE(0x0006), { } }; MODULE_DEVICE_TABLE(hid, ntrig_devices);
Prepare for switching back to the more generic upstream version. BugLink: https://bugs.launchpad.net/bugs/724831 This reverts commit 1246262b65345ebe4644d6e230f2139ee5f6403a. Signed-off-by: Chase Douglas <chase.douglas@canonical.com> --- drivers/hid/hid-ntrig.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)