mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Add ADS7182 as a known Joystick.
This commit is contained in:
parent
71d38539b4
commit
2d77b66efb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56227
@ -106,6 +106,7 @@ static struct isa_pnp_id joy_ids[] = {
|
||||
{0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */
|
||||
{0x2fb0d041, "Generic PnP Joystick"}, /* PNPb02f */
|
||||
{0x2200a865, "YMH0022 PnP Joystick"}, /* YMH0022 */
|
||||
{0x82719304, NULL}, /* ADS7182 */
|
||||
{0}
|
||||
};
|
||||
|
||||
|
@ -106,6 +106,7 @@ static struct isa_pnp_id joy_ids[] = {
|
||||
{0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */
|
||||
{0x2fb0d041, "Generic PnP Joystick"}, /* PNPb02f */
|
||||
{0x2200a865, "YMH0022 PnP Joystick"}, /* YMH0022 */
|
||||
{0x82719304, NULL}, /* ADS7182 */
|
||||
{0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user