diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-13 06:26:27 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-13 06:26:27 +0000 |
commit | 9fab5b8a216e283e563f3457315715672bc8b55a (patch) | |
tree | c1251952e4e0e28fad0bca829d49335ff15b6e98 /kppp/devices.h | |
parent | bcb704366cb5e333a626c18c308c7e0448a8e69f (diff) | |
download | tdenetwork-9fab5b8a216e283e563f3457315715672bc8b55a.tar.gz tdenetwork-9fab5b8a216e283e563f3457315715672bc8b55a.zip |
Update to Trinity 3.5.11
Will need to watch for commit warnings and rebuild test
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1061808 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/devices.h')
-rw-r--r-- | kppp/devices.h | 61 |
1 files changed, 43 insertions, 18 deletions
diff --git a/kppp/devices.h b/kppp/devices.h index 9a78b5b0..63bde2ec 100644 --- a/kppp/devices.h +++ b/kppp/devices.h @@ -37,41 +37,56 @@ static const char *devices[] = { "/dev/dtyU3", #elif defined (__linux__) "/dev/modem", + "/dev/modem0", + "/dev/modem1", + "/dev/modem2", + "/dev/modem3", "/dev/ttyS0", "/dev/ttyS1", "/dev/ttyS2", "/dev/ttyS3", "/dev/ttyS4", -#ifdef ISDNSUPPORT - "/dev/ttyI0", - "/dev/ttyI1", - "/dev/ttyI2", - "/dev/ttyI3", -#endif + "/dev/ttyS5", + "/dev/ttyS6", + "/dev/ttyS7", + "/dev/ttyS8", + "/dev/ttyS9", + "/dev/ttyS10", + "/dev/ttyS11", + "/dev/ttyS12", + "/dev/ttyS13", + "/dev/ttyS14", + "/dev/ttyS15", + "/dev/ttyS16", + "/dev/ttyS17", + "/dev/noz0", + "/dev/noz1", + "/dev/noz2", + "/dev/noz3", + "/dev/ttyACM0", + "/dev/ttyACM1", + "/dev/ttyACM2", + "/dev/ttyACM3", "/dev/usb/ttyACM0", /* USB stuff modems */ "/dev/usb/ttyACM1", "/dev/usb/ttyACM2", "/dev/usb/ttyACM3", + "/dev/ttyUSB0", + "/dev/ttyUSB1", + "/dev/ttyUSB2", + "/dev/ttyUSB3", "/dev/usb/ttyUSB0", /* USB stuff modems */ "/dev/usb/ttyUSB1", "/dev/usb/ttyUSB2", "/dev/usb/ttyUSB3", - "/dev/ttyACM0", /* USB stuff modems with udev */ - "/dev/ttyACM1", - "/dev/ttyACM2", - "/dev/ttyACM3", - "/dev/ttyUSB0", - "/dev/ttyUSB1", - "/dev/ttyUSB2", - "/dev/ttyUSB3", - "/dev/usb/tts/0", /* USB stuff modems with devfs*/ - "/dev/usb/tts/1", - "/dev/usb/tts/2", - "/dev/usb/tts/3", "/dev/rfcomm0", /* BlueTooth */ "/dev/rfcomm1", "/dev/rfcomm2", "/dev/rfcomm3", + "/dev/bluetooth/rfcomm/0", + "/dev/bluetooth/rfcomm/1", + "/dev/bluetooth/rfcomm/2", + "/dev/bluetooth/rfcomm/3", "/dev/ircomm0", /* IrDA */ "/dev/ircomm1", "/dev/ircomm2", @@ -84,6 +99,16 @@ static const char *devices[] = { "/dev/ttySHSF1", "/dev/ttySHSF2", "/dev/ttySHSF3", /* necessary for conexant modem which use hsfserial commercial module */ + "/dev/ttySLT0", /* Lucent winmodem devices */ + "/dev/ttySLT1", + "/dev/ttySLT2", + "/dev/ttySLT3", +#ifdef ISDNSUPPORT + "/dev/ttyI0", + "/dev/ttyI1", + "/dev/ttyI2", + "/dev/ttyI3", +#endif #elif defined(__svr4__) "/dev/cua/a", "/dev/cua/b", |