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