haiku/src/add-ons/kernel/drivers
Colin Günther b6dd23b149 Reverting to original firmware naming scheme. You now just have to extract
the Intel provided firmware archive in /system/data/firmware/ipw2100/ with out
the need of any renaming.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35157 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-19 09:15:27 +00:00
..
arch Move the floppy driver to disk/floppy/pc_floppy, it will be named pc_floppy, as it handles PC-style controllers, but not only PCs have those, so it doesn't belong to arch anymore. 2008-06-20 23:05:19 +00:00
audio * We now mute internal speakers when using headphones. We don't distinguish between headphones and mic jacks though. 2010-01-15 22:07:42 +00:00
bluetooth - Move bluetooth net_device module to a independent module HCI, remake API interfaces 2010-01-17 15:46:36 +00:00
bus * Extend the usb_raw interface by alternate interface aware getters for 2008-09-10 21:52:32 +00:00
common Properly initialize the device_hooks in the null and console drivers to include 2008-06-22 13:37:08 +00:00
disk * Implemented missing cleanup when an IOScheduler is destroyed. The threads 2009-12-19 14:32:14 +00:00
dvb * Fixed a ton of wrong usages of B_CONTIGUOUS + B_FULL_LOCK. 2008-08-07 13:00:36 +00:00
graphics Substituted 'magic' subclass value (0x0) with it's definition PCI_vga for readability. 2010-01-02 10:33:44 +00:00
input When canceling the transfer, the callback is still called, just with the 2010-01-07 02:21:31 +00:00
joystick Driver for USB Joystick SBLive and audigy. Work in progress. Right now the USB driver don't work. 2008-07-12 10:31:24 +00:00
midi Added Pete Goodeve to contributors for his work on MIDI. 2009-10-30 06:26:25 +00:00
misc A simple driver to get to KDL from Terminal, since the hotkey is quite uneasy to generate from VNC... 2009-10-17 12:02:31 +00:00
network Reverting to original firmware naming scheme. You now just have to extract 2010-01-19 09:15:27 +00:00
ports Work-in-progress BeOS hack allow loading with either the R5 or BONE tty manager, due to using the same version and incompatible module hooks we must detect it at runtime to avoid crashing. 2009-12-08 23:51:23 +00:00
power * Coding style cleanup. 2009-12-01 12:58:49 +00:00
printer Correction for style issue fix. 2009-10-12 19:27:18 +00:00
random Fixing random GCC4 warnings. Mostly missing consts, some parentheses, some braces... Should all be harmless and not change anything. 2009-07-16 02:42:03 +00:00
tty * Cleanup, no functional change. 2009-11-19 22:00:24 +00:00
video Made sure load_driver_symbols() is not used anymore when building for Haiku; 2008-04-09 17:48:36 +00:00
Jamfile - Cleaned up usb_printer driver. 2009-10-10 15:08:58 +00:00