summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-03-05Oops (from about 2 months ago) - implement viewport support in the Gigabeat F...Dave Chapman1-5/+5
2008-03-05D2: Make lcd_init_device() actually turn on the LCD, in preparation for booti...Rob Purchase1-9/+18
2008-03-04handle interface-specific control requests a bit more cleanlyFrank Gevaerts1-5/+18
2008-03-04Move some sh specific assembler files into the target treeNils Wallménius3-2/+2
2008-03-04Oops. Didn't mean to commit this.Barry Wardell3-6/+2
2008-03-04Only need to include these for e200.Barry Wardell3-2/+6
2008-03-04Second part of FS#8272 - include charger status in Sansa debug menu.Barry Wardell1-0/+1
2008-03-04FS#8272 - Erratic reboot behaviour on sansa e200. Makes reboot on USB connect...Barry Wardell1-2/+2
2008-03-04present a different USB serial number depending on which USB class drivers ar...Frank Gevaerts1-17/+20
2008-03-04MODE SENSE output data length field has to be the length of the response excl...Frank Gevaerts1-2/+2
2008-03-04fix endianness bug in MODE SENSE 10 responseFrank Gevaerts1-2/+2
2008-03-03Add D2 option to scrambleRob Purchase1-10/+3
2008-03-03handle START_STOP_UNIT eject command, to make TEST_UNIT_READY return false on...Frank Gevaerts1-0/+15
2008-03-03mark all drives as DEVICE_REMOVABLE to make mac osx (and some developers) happyFrank Gevaerts1-1/+6
2008-03-03fix wrong building block_count from read and write commandsFrank Gevaerts1-2/+2
2008-03-03remove usb_benchmark. Its usefulness is extremely limited, and the usb stack ...Frank Gevaerts6-246/+2
2008-03-03only send a Charging Only interface if nothing else is sentFrank Gevaerts1-8/+8
2008-03-03remove stalls that are optional. This makes osx not crash on disconnectFrank Gevaerts1-10/+0
2008-03-02extra input checkingFrank Gevaerts1-2/+9
2008-03-02remove a reundant MIN(), and reduce the buffer. We really don't need 16k for ...Frank Gevaerts1-2/+2
2008-03-02add some #ifdefs to gt rid of some unused variable warnings (and their RAM use)Frank Gevaerts1-0/+4
2008-03-02implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts5-20/+128
2008-03-02update the bNumInterfaces field in the configuration descriptor correctlyFrank Gevaerts1-1/+1
2008-03-02move the ifp7xx usb serial driver files to more specific names, to make the "...Frank Gevaerts3-2/+2
2008-03-02m:robe 100: add USB detectionRobert Kukla1-1/+1
2008-03-02m:robe 100: add correct USB VID and PIDRobert Kukla1-3/+2
2008-03-02don't do small cleanups just before going to sleep...Frank Gevaerts1-0/+2
2008-03-02small cleanupFrank Gevaerts1-6/+8
2008-03-02Make it not reboot when plugged into a wall charger with USE_ROCKBOX_USB diab...Frank Gevaerts1-4/+0
2008-03-02Only show the usb screen once a real usb connection is established. In case o...Frank Gevaerts4-16/+92
2008-03-01Minor cleanup and a clarification.Jens Arnold1-3/+1
2008-03-01only initialize class drivers that are actually enabled. This is needed for u...Frank Gevaerts1-3/+6
2008-03-01code police: add some missing trailing zeroes to remove possible confusion. N...Peter D'Hoye1-7/+7
2008-03-01remove the #ifdef CONFIG_CPU == PP5020 around DEV_INIT2 |= INIT_USB. It shoul...Frank Gevaerts1-8/+0
2008-02-29Move all pointers to the transfer buffer area into a union. This makes it cle...Frank Gevaerts1-111/+104
2008-02-29return real data on MODE_SENSE. This might fix the mac osx problemsFrank Gevaerts1-12/+55
2008-02-29reset USB controller when entering USB test modeFrank Gevaerts1-0/+5
2008-02-29fix alignment and packed-ness of USB structsFrank Gevaerts2-26/+26
2008-02-28acknowledge USB disconnect. This wasn't always done anymore since the usb_wai...Frank Gevaerts1-0/+3
2008-02-28boost cpu while connectedFrank Gevaerts1-0/+8
2008-02-28don't call usb_wait_for_disconnect() in the sd thread. The usb storage driver...Frank Gevaerts1-0/+2
2008-02-28- some SCSI/UMS fixesFrank Gevaerts1-67/+97
2008-02-28Fix a very subtle bug that would cause a yielding thread to be scheduled twic...Michael Sevakis1-6/+11
2008-02-28HAVE_POWER isn't defined for any target. It should be HAVE_USB_POWER.Barry Wardell1-1/+1
2008-02-27make the ipod serial number 24 characters long. This makes the Vista BSOD go ...Frank Gevaerts1-6/+2
2008-02-27use get_audio_buffer() to allocate all needed buffer stace for the usb storag...Frank Gevaerts1-28/+15
2008-02-27check for HAVE_POWER outside all uses of USBPOWER_BUTTONFrank Gevaerts1-0/+2
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts5-219/+221
2008-02-27Fix a few comments.Jens Arnold1-3/+3
2008-02-26added support for USB port test modes, which are (a) required by the spec, an...Frank Gevaerts3-6/+43