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 */ diff --git a/sys/isa/joy.c b/sys/isa/joy.c index a1505be92613..aa851df79211 100644 --- a/sys/isa/joy.c +++ b/sys/isa/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 */