mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
7d75376e1f
Add a new database for handhelds (PDAs, calculators, etc.) that should be accessible the seat owner. The database is initially populated with Texas Instruments calculators and linking cables, which removes the need to installing dedicated udev rules for them.
40 lines
717 B
Plaintext
40 lines
717 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# Database for handhelds (PDAs, calculators, etc.) that should be accessible
|
|
# the seat owner.
|
|
#
|
|
# Permitted keys:
|
|
# Specify if a device is a signal analyzer
|
|
# ID_PDA=1|0
|
|
|
|
###########################################################
|
|
# Texas Instruments
|
|
###########################################################
|
|
# SilverLink
|
|
usb:v0451pE001*
|
|
ID_PDA=1
|
|
|
|
# TI-84 Plus DirectLink
|
|
usb:v0451pE003*
|
|
ID_PDA=1
|
|
|
|
# TI-89 Titanium DirectLink
|
|
usb:v0451pE004*
|
|
ID_PDA=1
|
|
|
|
# TI-84 Plus Silver Edition DirectLink
|
|
usb:v0451pE008*
|
|
ID_PDA=1
|
|
|
|
# TI-Nspire DirectLink
|
|
usb:v0451pE012*
|
|
ID_PDA=1
|
|
|
|
# TI-Nspire Lab Cradle
|
|
usb:v0451pE01C*
|
|
ID_PDA=1
|
|
|
|
# TI-Nspire CX II DirectLink
|
|
usb:v0451pE022*
|
|
ID_PDA=1
|