From 7d674827c8c89e132f1e5b41969ab67257583479 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 30 Dec 1999 20:07:20 +0000 Subject: Recognize the CSC0101 ID for the Thinkpad series. PR: 15633 Submitted by: gibbs --- sys/dev/joy/joy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/joy') diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index a1505be92613c..aa851df792116 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -100,6 +100,7 @@ devclass_t joy_devclass; static struct isa_pnp_id joy_ids[] = { {0x0100630e, "CSC0001 PnP Joystick"}, /* CSC0001 */ + {0x0101630e, "CSC0101 PnP Joystick"}, /* CSC0101 */ {0x01100002, "ALS0110 PnP Joystick"}, /* @P@1001 */ {0x01100002, "ALS0120 PnP Joystick"}, /* @P@2001 */ {0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */ -- cgit v1.3