haiku/src/add-ons/kernel/drivers
Jérôme Duval 3fa33c82a4 * store vendor, revision, stepping, revision, minor, major in the codec struct
* check specific node ids for nodes declared as inputs which are really beepers
* when unmuting/setting amp on the input amplifier, iterate on each input instead of only the first one
* also unmute/set amp on the output and input amplifiers for the input and output paths, respectively


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28683 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-11-17 22:45:04 +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 * store vendor, revision, stepping, revision, minor, major in the codec struct 2008-11-17 22:45:04 +00:00
bluetooth Styling and define module path outside the driver 2008-10-14 20:28:22 +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 * Don't try to update the DMAResource in case there is no medium (also saves 2008-10-27 16:00:43 +00:00
dvb * Fixed a ton of wrong usages of B_CONTIGUOUS + B_FULL_LOCK. 2008-08-07 13:00:36 +00:00
graphics Always call Radeon_InitCP ; it explicitly checks if acc_dma is set and skips 2008-10-23 13:59:05 +00:00
input * Do not continue in the loop when encountering B_INTERRUPTED from 2008-10-31 17:31:21 +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 Fixed removing from device list with only one device info present 2008-01-13 12:35:08 +00:00
misc * Fixed publish_devices(): the last entry is supposed to be NULL, not 2008-02-26 14:48:23 +00:00
network fix the build and added a dependency on brgphy 2008-11-12 22:36:48 +00:00
ports Add missing api_version. 2008-09-25 13:18:22 +00:00
power fix dependency 2008-06-09 20:45:19 +00:00
random * Moved the allocation of the static ch_randgen structure from the 2008-05-23 22:18:58 +00:00
tty * Already set tty::lock() in init_driver(). This makes it always safe to 2008-11-14 16:29:40 +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 Add into compilation remaining bluetooth components: 2008-05-28 21:33:22 +00:00