summaryrefslogtreecommitdiffstats
path: root/firmware/export/usb.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré1-0/+4
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero1-1/+2
2011-12-15Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always...Michael Sevakis1-6/+8
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero1-1/+0
2011-09-14Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis1-1/+1
2011-09-09Add "USB Hide Internal Drive" option for multidrive devices with software usb.Frank Gevaerts1-0/+4
2011-05-16The gigabeat S needs special casing so that you can still hold vol down to ac...Michael Giacomelli1-1/+2
2011-05-16Enter USB charging mode on devices that support it if any key is held down du...Michael Giacomelli1-42/+3
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-4/+1
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis1-2/+3
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis1-0/+3
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...Szymon Dziok1-1/+1
2010-06-05New USB charging system, part 2 - "Force" charging modeTorne Wuff1-2/+8
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff1-3/+10
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-1/+1
2010-01-18Add initial Packard Bell Vibe 500 port, by Szymon Dziok Frank Gevaerts1-0/+3
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo1-0/+3
2009-12-18Onda VX747: add USBPOWER_BUTTON and USBPOWER_BTN_IGNOREMaurus Cuelenaere1-0/+3
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-1/+1
2009-11-02M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ...Karl Kurbjun1-0/+8
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev1-0/+4
2009-10-20D2 should have HAVE_USB_POWER defined.Rob Purchase1-0/+3
2009-06-19Philips SA9200: Working touchpad and button lights! Also, improvements to the...Mark Arigo1-2/+4
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo1-0/+3
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts1-1/+1
2009-04-19Add preliminary HID driver. It doesn't do anything yet, but that should chang...Frank Gevaerts1-0/+1
2009-04-18USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...Frank Gevaerts1-2/+1
2009-04-18Fix some whitespace issues (including tabs that slipped in somehow) (FS#10144...Frank Gevaerts1-2/+2
2009-03-08Allow the user to leave MSC mode by pressing the USB POWER button (the one th...Frank Gevaerts1-0/+1
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts1-0/+1
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-1/+2
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis1-2/+6
2009-01-14Gigabeat S has no need for a USB tick. Put in a simple framework that allows ...Michael Sevakis1-0/+2
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis1-15/+25
2008-12-21Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...Michael Sevakis1-3/+0
2008-11-11Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...Dave Chapman1-0/+1
2008-11-09Sansav2 BootloaderRafaël Carré1-0/+1
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts1-1/+1
2008-07-04Bring the H300 charging-only button in line with the other targets. Hold the...Marc Guay1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-27My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). ...Mark Arigo1-0/+3
2008-05-21Philips GoGear SA9200 port. Working bootloader and normal builds, including s...Mark Arigo1-1/+2
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis1-2/+3
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis1-0/+1
2008-03-10make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts1-0/+2
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts1-8/+9
2008-03-03remove usb_benchmark. Its usefulness is extremely limited, and the usb stack ...Frank Gevaerts1-2/+1
2008-03-02Only show the usb screen once a real usb connection is established. In case o...Frank Gevaerts1-0/+3
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts1-7/+28
2008-02-25some progress towards software-selectability of usb class drivers.Frank Gevaerts1-0/+11