From patchwork Wed Nov 16 18:37:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Oneiric, 1/3] Revert "UBUNTU: SAUCE: HID: hid-ntrig: add support for 1b96:0006 model" X-Patchwork-Submitter: Chase Douglas X-Patchwork-Id: 126010 Message-Id: <1321468623-7847-2-git-send-email-chase.douglas@canonical.com> To: kernel-team@lists.ubuntu.com Date: Wed, 16 Nov 2011 10:37:01 -0800 From: Chase Douglas List-Id: Kernel team discussions 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 --- drivers/hid/hid-ntrig.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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);