Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7552 1985 d 3 h b00bl1k /drivers/usb/usbftdi/ usbftdi: fix errors  
5551 3293 d 2 h gtament /drivers/usb/usbftdi/ Fixed same constants' names typo  
5363 3389 d 2 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5294 3398 d 12 h hidnplayr /drivers/usb/usbhid/ Fix codes for multimedia keys.  
5246 3409 d 4 h clevermouse /drivers/usb/ small fix in OHCI driver  
5148 3465 d 9 h hidnplayr /drivers/usb/usbhid/ USBHID: translate USB media keys to corresponding PS/2 codes.  
5098 3507 d 7 h clevermouse / switch build system to Tup  
5087 3517 d 2 h gtament /drivers/usb/usbftdi/ Converted to PE. Added explaining debug messages. Now two levels of debug output. Improved readability.  
5086 3517 d 2 h gtament /drivers/usb/usbftdi/ Include file for apps, which want to use FTDI chips, has all constants and sort of documentation  
5085 3517 d 2 h gtament /drivers/usb/usbftdi/ Improved code style. Changed linkedlist_delete to linkedlist_unlink to make linkedlist.inc universal  
5051 3528 d 12 h clevermouse / convert usbhid and usbstor to PE  
5042 3532 d 10 h gtament /drivers/usb/usbftdi/ Small fix for buffer address in ftdi_write_data. Added some error checks  
5038 3533 d 3 h gtament /drivers/usb/usbftdi/ Fixed include paths typo  
5037 3533 d 3 h gtament /drivers/usb/usbftdi/ Small fix in ftdi_get_list. Added memset in ftdi_read_data  
5036 3534 d 3 h gtament /drivers/usb/usbftdi/ Fixed include paths typo. Small improvement in linkedlist_isvalid  
5035 3534 d 3 h gtament /drivers/usb/usbftdi/ Small bugfixes. Fixed stack problem in ftdi_set_baudrate. Updated license header  
5023 3542 d 4 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 3544 d 5 h gtament /drivers/usb/usbftdi/ Fixed endpoints' numbers typo  
5019 3544 d 6 h gtament /drivers/usb/usbftdi/ Fixed iocode typo near CreateEvent  
5018 3544 d 7 h gtament /drivers/usb/usbftdi/ Added getters and setter for chunksizes. Some optimizations. Added some checks and errors notification (work in progress).  
5014 3549 d 14 h gtament /drivers/usb/usbftdi/ Added ftdi_read_data. Small bug fixes  
4997 3565 d 4 h gtament /drivers/usb/usbftdi/ Added advisory locks. ftdi_get_list now returns list of FTDI devices. Added some requests. Added chip type identification in AddDevice. Changed linkedlist's procs' names. Added linkedlist_isvalid  
4992 3576 d 3 h gtament /drivers/usb/usbftdi/ Finished set_baudrate. Added setfloctrl. Optimized ConfPacket init for OUT requests  
4985 3591 d 6 h gtament /drivers/usb/usbftdi/ Added new requsts. Moved repeated code lines. Returned GPL header  
4984 3593 d 2 h gtament /drivers/usb/usbftdi/ Driver now stable. Added new requests (setrtshigh and setrtslow). All requests have some error, as a result status of usb request is 8  
4980 3594 d 2 h gtament /drivers/ Fixed controll_callback. Added GPL header to the driver. Added USB functions in imports.inc  
4979 3594 d 4 h gtament /drivers/usb/usbftdi/ Minor driver changes. Also fixed offset mistakes  
4975 3597 d 1 h gtament /drivers/usb/usbftdi/ The very first version of FTDI driver. The only request is 'set_pins'. Not tested yet  
4577 3712 d 6 h clevermouse /drivers/usb/ small fix  
4547 3733 d 10 h clevermouse / API to cancel all queued transfers on USB pipe; add timeout for USB device early initialization  
4418 3763 d 11 h clevermouse / separate USB host controller code into external drivers