Recognize the CSC0101 ID for the Thinkpad series.
PR: 15633 Submitted by: gibbs
This commit is contained in:
parent
32ef0d3eb6
commit
7d674827c8
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user