mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.3 KiB

  1. Since DevFS does not seem to be actively maintained anymore we might
  2. need to push it a bit in the future ...
  3. - Rene Rebe <rene@rocklinux.org>
  4. --- devfsd/compat_name.c.orig 2002-01-25 08:06:35.000000000 +0100
  5. +++ devfsd/compat_name.c 2003-12-07 00:37:49.000000000 +0100
  6. @@ -3,6 +3,7 @@
  7. Compatibility name file for devfsd (build compatibility names).
  8. Copyright (C) 1998-2002 Richard Gooch
  9. + 2003 Rene Rebe <rene@rocklinux.org>
  10. This program is free software; you can redistribute it and/or modify
  11. it under the terms of the GNU General Public License as published by
  12. @@ -58,9 +59,11 @@
  13. new compatibility names for IDE devices. Consolidated SCSI code. Consolidated
  14. IDE code.
  15. - Last updated by Richard Gooch 25-JAN-2002: Added compatibility entries
  16. + Updated by Richard Gooch 25-JAN-2002: Added compatibility entries
  17. for parallel port generic ATAPI interface.
  18. + Last updated by Rene Rebe 07-DEZ-2003: Added compatibility entires
  19. + for the usb/ directory.
  20. */
  21. #include <linux/major.h>
  22. @@ -126,6 +129,7 @@
  23. {"tts/", "ttyS%s"}, /* Generic serial: must be after others */
  24. {"cua/", "cua%s"}, /* Generic serial: must be after others */
  25. {"input/js", "js%s"}, /* Joystick driver */
  26. + {"usb/", "usb%s"}, /* USB devices like lp and scanner */
  27. {NULL, NULL}
  28. };
  29. --- devfsd/modules.devfs.orig 2002-03-25 01:00:33.000000000 +0100
  30. +++ devfsd/modules.devfs 2003-12-07 00:37:20.000000000 +0100
  31. @@ -1,5 +1,6 @@
  32. # /etc/modules.devfs
  33. # Richard Gooch <rgooch@atnf.csiro.au> 24-MAR-2002
  34. +# Rene Rebe <rene@rocklinux.org> 07-DEZ-2003
  35. #
  36. # THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT!!!
  37. # THIS FILE WILL BE OVERWRITTEN EACH TIME YOU INSTALL DEVFSD!!!
  38. @@ -128,6 +129,14 @@
  39. # Raw I/O devices
  40. alias /dev/rawctl /dev/raw
  41. +# USB
  42. +alias /dev/usb/scanner scanner
  43. +alias /dev/usb/scanner* /dev/usb/scanner
  44. +alias /dev/usbscanner* /dev/usb/scanner
  45. +
  46. +alias /dev/usb/lp printer
  47. +alias /dev/usb/lp* /dev/usb/lp
  48. +alias /dev/usblp* /dev/usb/lp
  49. # Pull in the configuration file. Do this last because modprobe(8) processes in
  50. # per^H^H^Hreverse order and the sysadmin may want to over-ride what is in the