Changelog_xpp 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. Sun Mar 1 2009 Oron Peled <oron@actcom.co.il> - xpp.r6795
  2. * Fix cases where the command_queue overflowed during initialization.
  3. - Also add a 'command_queue_length' parameter to xpp.ko
  4. * More migrations to sysfs:
  5. - Add a 'transport' attribute to our astribank devices which
  6. points to the usb device we use. E.g:
  7. /sys/bus/astribanks/devices/xbus-00/transport is symlinked to
  8. ../../../../../../devices/pci0000:00/0000:00:10.4/usb5/5-4
  9. - Move /proc/xpp/XBUS-??/XPD-??/span to
  10. /sys/bus/xpds/devices/??:?:?/span
  11. - Migrate from /proc/xpp/sync to:
  12. /sys/bus/astribanks/drivers/xppdrv/sync
  13. - New 'offhook' attribute in:
  14. /sys/bus/xpds/devices/??:?:?/offhook
  15. * PRI: change the "timing" priority to match the convention used by
  16. other PRI cards -- I.e: lower numbers (not 0) have higher
  17. priority.
  18. * FXO:
  19. - Power denial: create two module parameters instead of hard-coded
  20. constants (power_denial_safezone, power_denial_minlen).
  21. For sites that get non-standard power-denial signals from central
  22. office on offhook.
  23. - Don't hangup on power-denial, just notify Dahdi and wait for
  24. - Fix caller-id detection for the case central office sends it before
  25. first ring without any indication before.
  26. Asterisk's desicion.
  27. * USB_FW.hex:
  28. - Fixes cases where firmware loading would fail.
  29. Thu, Aug 14 2008 Oron Peled <oron@actcom.co.il> - xpp.r6056
  30. * First DAHDI-linux release.