Commit Graph

46 Commits

Author SHA1 Message Date
Frank A. Uepping e749b19cdd Docbook revised. 2005-01-25 18:13:37 +00:00
Frank A. Uepping abff2ffe45 Docbook revised. 2004-12-08 20:44:52 +00:00
Frank A. Uepping 5cb28f7a5f Documentation in docbook format added. 2004-12-06 21:13:23 +00:00
Frank A. Uepping a65839fdb5 Update of application statistics added. 2004-10-29 19:31:31 +00:00
Frank A. Uepping 0089093789 Typo fixed. 2004-10-29 19:25:39 +00:00
Frank A. Uepping 52782c5a65 Fixed locking of capi_devs_table. 2004-10-29 19:24:02 +00:00
Frank A. Uepping e90395bbb3 Added branch direction hints. 2004-10-19 19:28:24 +00:00
Frank A. Uepping 0f3d8c3742 Added various info functions. 2004-10-19 19:25:25 +00:00
Frank A. Uepping 361ba86f89 Added update of application statistics. 2004-10-19 19:14:44 +00:00
Frank A. Uepping cf03803b29 Removed some statistics fields from struct capi_stats. 2004-10-19 19:10:25 +00:00
Frank A. Uepping 8fdce50921 Added newline to sysfs _show functions. 2004-10-19 18:58:43 +00:00
Frank A. Uepping 8b02f52fd7 Added some info messages. 2004-10-19 18:55:34 +00:00
Frank A. Uepping 902069e19c product field added to struct capi_device.
capi_get_product() function added.
2004-10-19 18:47:14 +00:00
Frank A. Uepping db1663f009 capidrv module ported. 2004-10-09 10:51:11 +00:00
Frank A. Uepping 430a06cb1c capi module ported. 2004-10-09 10:11:56 +00:00
Frank A. Uepping 533b511385 (applparams_show, applstats_show): Made field names consistent. 2004-10-08 18:07:51 +00:00
Frank A. Uepping ae0f1118ae Fixed kernelcapi makefile rule. 2004-10-08 18:02:54 +00:00
Frank A. Uepping cd695a8b72 ISDN_ prefix added. 2004-10-08 18:00:53 +00:00
Frank A. Uepping 7bf9145608 Determine application id from capi_appls_list. 2004-09-29 18:30:30 +00:00
Frank A. Uepping e603341a6b /proc filesystem support added. 2004-09-29 18:24:04 +00:00
Frank A. Uepping 3464ab8e78 MODULE_ info added. 2004-09-29 18:22:21 +00:00
Frank A. Uepping 00bd7b2198 Minimal number of CONFIG_CAPI_MAX_APPLS changed to 8. 2004-09-29 18:20:59 +00:00
Frank A. Uepping f0a1787c78 Compatibility interface added for kernel level CAPI applications (kernelcapi). 2004-09-24 17:05:18 +00:00
Frank A. Uepping ed1c76f330 Changed determination of capi_device state via simple rw_sempahore. 2004-09-18 10:14:15 +00:00
Frank A. Uepping 5c673c43ab (register_capi_appl): Replaced __set_bit() by atomic variant. 2004-09-18 08:26:27 +00:00
Frank A. Uepping 0a7c714a61 Added binding of applications with new devices. 2004-09-17 22:28:20 +00:00
Frank A. Uepping 81a7715537 Applied some cosmetically changes. 2004-09-17 22:04:23 +00:00
Frank A. Uepping fb569bb7ac Profile representation in sysfs removed. 2004-09-17 21:38:35 +00:00
Frank A. Uepping 3cee31fe24 (show_manufacturer): sprintf() replaced by snprintf().
(show_version): sprintf() replaced by snprintf(). Print only manufacturer version.
2004-09-17 21:34:10 +00:00
Frank A. Uepping c724f9384e (release_capi_appl_id): Fixed. 2004-09-17 21:27:51 +00:00
Frank A. Uepping 30de819091 (capi_get_serial): Renamed to capi_get_serial_number().
(show_serial): Renamed to show_serial_number(). sprintf() replaced by snprintf().
2004-09-17 21:20:09 +00:00
Frank A. Uepping edaece7ce0 (capi_devices_table_lock, __capi_appl_ids_lock): Added missing initialization.
(release_capi_appl_id): Removed unnecessary check for valid id.
(capi_register): Fixed incorrect initialization order for stats.
(capi_get_manufacturer, capi_get_serial, capi_get_version, capi_get_profile): Fixed faulty reference count usage.
2004-09-17 21:07:51 +00:00
Frank A. Uepping 1d19193852 (capi_device_register, release_capi_device, capi_register, capi_release): Module reference counting removed.
(register_capi_device): Increment of nr_capi_devices moved to capi_device_register().
(get_capi_device): Removed.
(capi_peek_message): Pending info is returned.
(capi_device_register): Moved call to capi_device_register_sysfs() to end.
(capi_device_unregister): Moved call to class_device_del() after changing state.
2004-08-29 18:06:26 +00:00
Frank A. Uepping e420314971 (capi_put_message): BUG_ON check added. 2004-08-21 09:26:46 +00:00
Frank A. Uepping ec8027fd5c (free_capi_device): Missing lock added. 2004-08-21 08:56:38 +00:00
Frank A. Uepping 7f03e35997 Objects of struct capi_appl are not more reference counted.
struct capi_driver.release removed in favor to a blocking capi_device_unregister().
2004-08-15 10:55:03 +00:00
Frank A. Uepping b2ea89240c Default maximum number of applications changed to 64. 2004-08-15 10:52:42 +00:00
Frank A. Uepping 4337181013 This commit was generated by cvs2git to track changes on a CVS vendor
branch.
2004-08-14 10:56:25 +00:00
Frank A. Uepping 01737a71bf Import of various linux-2.6.8.1 CAPI files. 2004-08-14 10:56:25 +00:00
Frank A. Uepping 16578f57e9 *** empty log message *** 2004-07-11 16:32:33 +00:00
Frank A. Uepping 1b20b042c0 (nr_capi_devices): Superseded by variable of equal name.
File removed.
2004-07-11 16:29:19 +00:00
Frank A. Uepping 565c202769 Variable __nr_capi_devices changed to nr_capi_devices.
(capi_driver_release_device): Barrier changed to smp_wmb(). Typo of variable appls fixed.
2004-07-11 16:24:45 +00:00
Frank A. Uepping 85d053d242 (nr_capi_devices): read_barrier_depend() removed. 2004-07-11 12:03:48 +00:00
Frank A. Uepping 4a317e0ae2 (capi_driver_release_device): wmb() added.
(capi_peek_message): read_barrier_depend() removed.
2004-07-11 11:58:28 +00:00
Frank A. Uepping 5c9bb79583 (capi_release): Improper BUG_ON usage fixed. 2004-07-10 10:58:48 +00:00
Frank A. Uepping 2765500a3a Initial revision 2004-07-04 15:25:42 +00:00