View | Details | Raw Unified | Return to bug 10892
Collapse All | Expand All

(-)kdenetwork-3.2/kppp/devices.h.orig (+16 lines)
Lines 29-34 static const char *devices[] = { Link Here
29
  "/dev/dtyU3",
29
  "/dev/dtyU3",
30
#elif defined (__linux__)
30
#elif defined (__linux__)
31
  "/dev/modem",
31
  "/dev/modem",
32
  "/dev/modem1",
33
  "/dev/mobile",
32
  "/dev/ttyS0",
34
  "/dev/ttyS0",
33
  "/dev/ttyS1",
35
  "/dev/ttyS1",
34
  "/dev/ttyS2",
36
  "/dev/ttyS2",
Lines 51-56 static const char *devices[] = { Link Here
51
  "/dev/usb/tts/1",
52
  "/dev/usb/tts/1",
52
  "/dev/usb/tts/2",
53
  "/dev/usb/tts/2",
53
  "/dev/usb/tts/3",
54
  "/dev/usb/tts/3",
55
  "/dev/ttyUSB0",
56
  "/dev/ttyUSB1",
57
  "/dev/ttyUSB2",
58
  "/dev/ttyUSB3",
59
  "/dev/usb/acm/0",
60
  "/dev/usb/acm/1",
61
  "/dev/usb/acm/2",
62
  "/dev/usb/acm/3",
63
  "/dev/ttySHCF0",
64
  "/dev/ttySHSF0",
65
  "/dev/ttySLT0",
66
  "/dev/ttyNC0",
67
  "/dev/ttyLTM0",
68
  "/dev/ttySM0",
54
  "/dev/rfcomm0",	       /* BlueTooth */
69
  "/dev/rfcomm0",	       /* BlueTooth */
55
  "/dev/rfcomm1",
70
  "/dev/rfcomm1",
56
  "/dev/rfcomm2",
71
  "/dev/rfcomm2",

Return to bug 10892