haiku/headers/os/drivers
Michael Lotz 5b0ec61f97 * Added USB API Version 3. It's put into USB3.h while the v2 API resides in USB2.h. USB.h just includes USB2.h for now.
* Rewrote both headers on the way.
* The usb module now exports both, the v2 and v3 module_info.
* Changed the internals of the USB Stack to give out usb_ids instead of opaque handles to internal classes.
* Cleaned up some more of the Stack by moving members into other classes and removing unused stuff.
* Updated the usb_raw driver from v2 to v3 API.

Since both usb_hid (which still uses the v2 API) and usb_raw (which now uses the v3 API) work, I'd call it a success ;-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18539 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-08-19 23:09:05 +00:00
..
bus * Added an optional ioctl() function to the modules up to the SIM interface. 2006-04-01 11:53:07 +00:00
pcmcia fix build for echo drivers, added cs_timer.h from pcmcia-cs 2005-12-19 18:57:29 +00:00
usb * Fixed typo. 2006-08-06 12:42:05 +00:00
ACPI.h * acpi bus_manager addition of get_object() functions. 2006-03-08 06:51:46 +00:00
Drivers.h Add an ioctl B_GET_PATH_FOR_DEVICE, 2006-05-30 19:52:19 +00:00
ISA.h Added Be's driver_settings.h header file (hey, they don't even include any 2002-08-07 22:36:49 +00:00
KernelExport.h - moved dumpBlock() into debug.c, renamed it to dump_block() and added it 2006-07-25 19:46:36 +00:00
PCI.h added experimental support for CardBus<->PCI bridges 2006-01-23 17:50:01 +00:00
Select.h R5 notify_select_event() didn't have a return value. 2004-10-04 15:44:00 +00:00
USB.h * Added USB API Version 3. It's put into USB3.h while the v2 API resides in USB2.h. USB.h just includes USB2.h for now. 2006-08-19 23:09:05 +00:00
USB2.h * Added USB API Version 3. It's put into USB3.h while the v2 API resides in USB2.h. USB.h just includes USB2.h for now. 2006-08-19 23:09:05 +00:00
USB3.h * Added USB API Version 3. It's put into USB3.h while the v2 API resides in USB2.h. USB.h just includes USB2.h for now. 2006-08-19 23:09:05 +00:00
USB_printer.h Was missing, needed by "USB Port" print transport add-on. 2004-05-26 14:57:57 +00:00
USB_rle.h This is just an outline of the USB stack: what it is going to look like. It is definately not 2003-08-12 20:36:24 +00:00
USB_spec.h This is just an outline of the USB stack: what it is going to look like. It is definately not 2003-08-12 20:36:24 +00:00
atomizer.h Import Be Inc. string atomizer kernel module. 2003-09-25 13:30:05 +00:00
block_io.h Renamed the "blkman" module to "block_io". 2005-05-12 15:43:02 +00:00
bus_manager.h Added Be's driver_settings.h header file (hey, they don't even include any 2002-08-07 22:36:49 +00:00
config_manager.h Added Be's driver_settings.h header file (hey, they don't even include any 2002-08-07 22:36:49 +00:00
device_manager.h * Added get_root() to device_manager_info. Surprisingly enough, it 2006-02-07 02:29:14 +00:00
disk_device_manager.h disk_device_manager.h no longer includes a private header - ie. that header 2006-04-04 00:29:07 +00:00
driver_settings.h Added extra new driver_settings API calls. 2003-06-15 20:46:13 +00:00
fast_log.h More headers for the new modules and PnP/device system - note, this 2004-06-06 23:52:08 +00:00
fs_cache.h Implemented cache_detach_sub_transaction() - not tested yet, though. 2005-10-19 16:46:17 +00:00
fs_interface.h Added a "reenter" parameter to the {read|write}_pages() functions to give file 2006-04-12 13:34:04 +00:00
interrupt_controller.h Module interface for interrupt controllers. Might change later. 2006-02-07 02:31:07 +00:00
isapnp.h Add Be's isapnp header. 2002-07-25 14:18:54 +00:00
lendian_bitfield.h More headers for the new modules and PnP/device system - note, this 2004-06-06 23:52:08 +00:00
locked_pool.h More headers for the new modules and PnP/device system - note, this 2004-06-06 23:52:08 +00:00
midi_driver.h Added mpu401 module header 2003-11-15 08:46:33 +00:00
mime_table.h header for a kernel mime_table module, so not every fs will bundle its own. 2005-01-04 10:03:05 +00:00
module.h Added the module_dependency structure. 2004-04-26 17:11:56 +00:00
node_monitor.h Added header for node monitor calls for kernel add-ons. 2003-01-17 17:52:33 +00:00
pnp_devfs.h Merged branches/developer/axeld/driver_recognition changed r12307:12637 into trunk. 2005-05-12 03:27:44 +00:00