diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-30 20:07:20 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-30 20:07:20 +0000 |
| commit | 7d674827c8c89e132f1e5b41969ab67257583479 (patch) | |
| tree | 93f844796741cfec03e21975a714e9566276b480 /sys/dev/joy | |
| parent | 32ef0d3eb6fb3da556ef9e88a2256ce92087602e (diff) | |
Notes
Diffstat (limited to 'sys/dev/joy')
| -rw-r--r-- | sys/dev/joy/joy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index a1505be92613..aa851df79211 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 */ |
