diff mbox

[Oneiric,1/3] Revert "UBUNTU: SAUCE: HID: hid-ntrig: add support for 1b96:0006 model"

Message ID 1321468623-7847-2-git-send-email-chase.douglas@canonical.com
State New
Headers show

Commit Message

Chase Douglas Nov. 16, 2011, 6:37 p.m. UTC
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(-)
diff mbox

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);