Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5097 3516 d 5 h serge /drivers/video/drm/ drm: 3.17-rc4  
5096 3516 d 5 h serge /drivers/ddk/ ddk: dmi support  
5087 3523 d 4 h gtament /drivers/usb/usbftdi/ Converted to PE. Added explaining debug messages. Now two levels of debug output. Improved readability.  
5086 3523 d 4 h gtament /drivers/usb/usbftdi/ Include file for apps, which want to use FTDI chips, has all constants and sort of documentation  
5085 3523 d 4 h gtament /drivers/usb/usbftdi/ Improved code style. Changed linkedlist_delete to linkedlist_unlink to make linkedlist.inc universal  
5079 3524 d 7 h serge / move incomplete uart.asm into /drivers/old  
5078 3524 d 12 h serge /drivers/video/drm/ drm i915: 3.17-rc3  
5077 3524 d 13 h clevermouse / * sound drivers converted to PE
* sound driver selector: revert r5071 and fix the problem properly
* sis: integrate changes from drivers/audio/sisnbook, add to autobuild
* intelac97: fix clicks during play on VBox
* intel_hda: fix problems at shutdown
 
5076 3524 d 13 h hidnplayr /drivers/mouse/ More reliable third button.  
5075 3524 d 14 h hidnplayr / Com mouse driver: added support for third button.  
5074 3525 d 10 h hidnplayr /drivers/ Removed old netdrv.inc and pci.inc, replaced with newer, better versions.  
5073 3525 d 10 h hidnplayr / Converted 3c59x driver to PE format.  
5072 3526 d 2 h hidnplayr / Improved com mouse driver, converted to PE format.  
5071 3527 d 4 h hidnplayr /drivers/audio/ Bugfix for new sound.sys  
5070 3527 d 5 h hidnplayr / Converted sound driver selector to PE format.  
5067 3527 d 9 h hidnplayr / moved ensoniq driver to drivers/unfinished  
5066 3527 d 9 h hidnplayr / Converted unfinished cardbus and AGP drivers to PE, moved to drivers/unfinished  
5065 3527 d 11 h hidnplayr /drivers/ethernet/ debug information changes.  
5060 3530 d 14 h serge /drivers/video/drm/ drm i915: 3.17-rc2  
5057 3531 d 14 h clevermouse / fix SB16 driver broken in r3727, convert to PE  
5056 3533 d 13 h serge /drivers/ ddk: 3.17-rc1  
5054 3534 d 6 h clevermouse / update driver sceletone  
5051 3534 d 14 h clevermouse / convert usbhid and usbstor to PE  
5050 3535 d 3 h hidnplayr / Converted RTL8169 driver to PE format.  
5048 3535 d 23 h Asper / intel_hda: Convert to PE. Apply source format rules. Some changes to get/set master volume. Enable unsolicited events.  
5046 3536 d 11 h hidnplayr / Converted DEC21x4x driver to PE format.  
5045 3536 d 12 h hidnplayr / Converted RTL8139 driver to PE format.  
5044 3536 d 14 h clevermouse / convert tmpdisk and ps2mouse to PE  
5042 3538 d 12 h gtament /drivers/usb/usbftdi/ Small fix for buffer address in ftdi_write_data. Added some error checks  
5039 3538 d 13 h clevermouse / support for stripped PE headers in drivers; declare COFF drivers deprecated  
5038 3539 d 5 h gtament /drivers/usb/usbftdi/ Fixed include paths typo  
5037 3539 d 5 h gtament /drivers/usb/usbftdi/ Small fix in ftdi_get_list. Added memset in ftdi_read_data  
5036 3540 d 5 h gtament /drivers/usb/usbftdi/ Fixed include paths typo. Small improvement in linkedlist_isvalid  
5035 3540 d 5 h gtament /drivers/usb/usbftdi/ Small bugfixes. Fixed stack problem in ftdi_set_baudrate. Updated license header  
5031 3542 d 12 h clevermouse / speed up booting in some configurations  
5023 3548 d 6 h gtament /drivers/usb/usbftdi/ Fixed baudrate. Added dirty hack to read\write procs because of some mistake in kernel. Added lines in linkedlist_isvalid just in case eax=0  
5020 3550 d 7 h gtament /drivers/usb/usbftdi/ Fixed endpoints' numbers typo  
5019 3550 d 8 h gtament /drivers/usb/usbftdi/ Fixed iocode typo near CreateEvent  
5018 3550 d 9 h gtament /drivers/usb/usbftdi/ Added getters and setter for chunksizes. Some optimizations. Added some checks and errors notification (work in progress).  
5014 3555 d 16 h gtament /drivers/usb/usbftdi/ Added ftdi_read_data. Small bug fixes