summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2008-03-10make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts
2008-03-10make usb_serial work again. Also know as "make sure arrays are allocated at t...Frank Gevaerts
2008-03-10Add M3 config file.Jens Arnold
2008-03-09First step towards the iAudio M3 port: Make the 2bit vertically interleaved L...Jens Arnold
2008-03-09FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director...Miika Pekkarinen
2008-03-09Reuse the 1 bit vertical-packed LCD driver code for the remote LCD driver wit...Jens Arnold
2008-03-09Sansa SD card driver: Simplify hotswap handling, and make it send the insert/...Jens Arnold
2008-03-09Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_r...Peter D'Hoye
2008-03-09enable partition probing for superfloppy targets; hanging was caused by out-o...Robert Kukla
2008-03-09ATA driver: * Add protection against out-of-bounds accesses. Those can happen...Jens Arnold
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold
2008-03-07Fix the PP5002 crash bug affecting iPod 1st, 2nd and 3rd Gen. Yet another of ...Jens Arnold
2008-03-07m:robe 100 - Hopefully fix the power-off issue.Mark Arigo
2008-03-07Increase backlight priority to the same level as UI so that there is no longe...Michael Giacomelli
2008-03-06disable USB_SERIAL by default again. It got enabled accidentally in the last ...Frank Gevaerts
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts
2008-03-05m:robe 100:Robert Kukla
2008-03-05Oops (from about 2 months ago) - implement viewport support in the Gigabeat F...Dave Chapman
2008-03-05D2: Make lcd_init_device() actually turn on the LCD, in preparation for booti...Rob Purchase
2008-03-04handle interface-specific control requests a bit more cleanlyFrank Gevaerts
2008-03-04Move some sh specific assembler files into the target treeNils Wallménius
2008-03-04Oops. Didn't mean to commit this.Barry Wardell
2008-03-04Only need to include these for e200.Barry Wardell
2008-03-04Second part of FS#8272 - include charger status in Sansa debug menu.Barry Wardell
2008-03-04FS#8272 - Erratic reboot behaviour on sansa e200. Makes reboot on USB connect...Barry Wardell
2008-03-04present a different USB serial number depending on which USB class drivers ar...Frank Gevaerts
2008-03-04MODE SENSE output data length field has to be the length of the response excl...Frank Gevaerts
2008-03-04fix endianness bug in MODE SENSE 10 responseFrank Gevaerts
2008-03-03Add D2 option to scrambleRob Purchase
2008-03-03handle START_STOP_UNIT eject command, to make TEST_UNIT_READY return false on...Frank Gevaerts
2008-03-03mark all drives as DEVICE_REMOVABLE to make mac osx (and some developers) happyFrank Gevaerts
2008-03-03fix wrong building block_count from read and write commandsFrank Gevaerts
2008-03-03remove usb_benchmark. Its usefulness is extremely limited, and the usb stack ...Frank Gevaerts
2008-03-03only send a Charging Only interface if nothing else is sentFrank Gevaerts
2008-03-03remove stalls that are optional. This makes osx not crash on disconnectFrank Gevaerts
2008-03-02extra input checkingFrank Gevaerts
2008-03-02remove a reundant MIN(), and reduce the buffer. We really don't need 16k for ...Frank Gevaerts
2008-03-02add some #ifdefs to gt rid of some unused variable warnings (and their RAM use)Frank Gevaerts
2008-03-02implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts
2008-03-02update the bNumInterfaces field in the configuration descriptor correctlyFrank Gevaerts
2008-03-02move the ifp7xx usb serial driver files to more specific names, to make the "...Frank Gevaerts
2008-03-02m:robe 100: add USB detectionRobert Kukla
2008-03-02m:robe 100: add correct USB VID and PIDRobert Kukla
2008-03-02don't do small cleanups just before going to sleep...Frank Gevaerts
2008-03-02small cleanupFrank Gevaerts
2008-03-02Make it not reboot when plugged into a wall charger with USE_ROCKBOX_USB diab...Frank Gevaerts
2008-03-02Only show the usb screen once a real usb connection is established. In case o...Frank Gevaerts
2008-03-01Minor cleanup and a clarification.Jens Arnold