Discussion:
device port
(too old to reply)
Julien Arlandis
2020-11-11 12:34:01 UTC
Permalink
Hello,


I'm looking for the device name of my joystick.
By scanning the directory /dev/* I have no change if I connect or
disconnect the joystick.
But if I run this command I get this :

system_profiler SPUSBDataType
USB:

USB 3.1 Bus:

Host Controller Driver: AppleUSBXHCIAR
PCI Device ID: 0x15d4
PCI Revision ID: 0x0002
PCI Vendor ID: 0x8086
Bus Number: 0x00

USB 3.0 Bus:

Host Controller Driver: AppleUSBXHCISPTLP
PCI Device ID: 0x9d2f
PCI Revision ID: 0x0021
PCI Vendor ID: 0x8086

T.Flight Stick X:

Product ID: 0xb106
Vendor ID: 0x044f (ThrustMaster, Inc.)
Version: 1.00
Speed: Up to 12 Mb/s
Manufacturer: Thrustmaster
Location ID: 0x14300000 / 25
Current Available (mA): 500
Current Required (mA): 80
Extra Operating Current (mA): 0
Jolly Roger
2020-11-11 17:22:17 UTC
Permalink
Post by Julien Arlandis
Hello,
I'm looking for the device name of my joystick.
By scanning the directory /dev/* I have no change if I connect or
disconnect the joystick.
system_profiler SPUSBDataType
Host Controller Driver: AppleUSBXHCIAR
PCI Device ID: 0x15d4
PCI Revision ID: 0x0002
PCI Vendor ID: 0x8086
Bus Number: 0x00
Host Controller Driver: AppleUSBXHCISPTLP
PCI Device ID: 0x9d2f
PCI Revision ID: 0x0021
PCI Vendor ID: 0x8086
Product ID: 0xb106
Vendor ID: 0x044f (ThrustMaster, Inc.)
Version: 1.00
Speed: Up to 12 Mb/s
Manufacturer: Thrustmaster
Location ID: 0x14300000 / 25
Current Available (mA): 500
Current Required (mA): 80
Extra Operating Current (mA): 0
I just did a simple two-second web search for "T.Flight Stick X" and
found the product page on the manufacturer's website. What more did you
want?
--
E-mail sent to this address may be devoured by my ravenous SPAM filter.
I often ignore posts from Google. Use a real news client instead.

JR
Julien Arlandis
2020-11-11 17:46:36 UTC
Permalink
Post by Jolly Roger
I just did a simple two-second web search for "T.Flight Stick X" and
found the product page on the manufacturer's website. What more did you
want?
E-mail sent to this address may be devoured by my ravenous SPAM filter.
I want to drive it with a nodejs application
(https://www.npmjs.com/package/joystick), for that I need to know the path
of the device in /dev/...
Jolly Roger
2020-11-12 17:46:50 UTC
Permalink
Post by Julien Arlandis
Post by Jolly Roger
I just did a simple two-second web search for "T.Flight Stick X" and
found the product page on the manufacturer's website. What more did you
want?
I want to drive it with a nodejs application
(https://www.npmjs.com/package/joystick), for that I need to know the
path of the device in /dev/...
You should probably ask Thrustmaster support if /dev is actually the
right place to look in macOS.
--
E-mail sent to this address may be devoured by my ravenous SPAM filter.
I often ignore posts from Google. Use a real news client instead.

JR
Continue reading on narkive:
Loading...