summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
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
2008-03-01only initialize class drivers that are actually enabled. This is needed for u...Frank Gevaerts
2008-03-01code police: add some missing trailing zeroes to remove possible confusion. N...Peter D'Hoye
2008-03-01remove the #ifdef CONFIG_CPU == PP5020 around DEV_INIT2 |= INIT_USB. It shoul...Frank Gevaerts
2008-02-29Move all pointers to the transfer buffer area into a union. This makes it cle...Frank Gevaerts
2008-02-29return real data on MODE_SENSE. This might fix the mac osx problemsFrank Gevaerts
2008-02-29reset USB controller when entering USB test modeFrank Gevaerts
2008-02-29fix alignment and packed-ness of USB structsFrank Gevaerts
2008-02-28acknowledge USB disconnect. This wasn't always done anymore since the usb_wai...Frank Gevaerts
2008-02-28boost cpu while connectedFrank Gevaerts
2008-02-28don't call usb_wait_for_disconnect() in the sd thread. The usb storage driver...Frank Gevaerts
2008-02-28- some SCSI/UMS fixesFrank Gevaerts
2008-02-28Fix a very subtle bug that would cause a yielding thread to be scheduled twic...Michael Sevakis
2008-02-28HAVE_POWER isn't defined for any target. It should be HAVE_USB_POWER.Barry Wardell
2008-02-27make the ipod serial number 24 characters long. This makes the Vista BSOD go ...Frank Gevaerts
2008-02-27use get_audio_buffer() to allocate all needed buffer stace for the usb storag...Frank Gevaerts
2008-02-27check for HAVE_POWER outside all uses of USBPOWER_BUTTONFrank Gevaerts
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts
2008-02-27Fix a few comments.Jens Arnold
2008-02-26added support for USB port test modes, which are (a) required by the spec, an...Frank Gevaerts
2008-02-25some progress towards software-selectability of usb class drivers.Frank Gevaerts
2008-02-25only set the serial descriptor onceFrank Gevaerts
2008-02-25Don't send a serial number id USE_ROCKBOX_USB. There is something about the c...Frank Gevaerts
2008-02-24disable logf again, since it was accidentally enabled in the previous commitFrank Gevaerts
2008-02-24comment fix, and one logf() removedFrank Gevaerts
2008-02-24report usb 1.1 compliance if USE_HIGH_SPEED is not set. This should avoid Win...Frank Gevaerts
2008-02-24m:robe 100 - now that we have working buttons, we can enable backlight on/off.Mark Arigo
2008-02-24fix redMark Arigo
2008-02-24Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo
2008-02-23Identify info endianness is already handled in the ATA driver.Jens Arnold
2008-02-22- Attempt to generate the usb serial number from the disk serial numberFrank Gevaerts
2008-02-22fix usb string descriptorsFrank Gevaerts
2008-02-22Improve usb descriptor handling. This should fix any cache and/or alignment r...Frank Gevaerts
2008-02-22Remove sector 0 write protection from the ATA and MMC drivers. The one in the...Jens Arnold
2008-02-22comment typo fixesFrank Gevaerts
2008-02-22Only allow high-speed usb if USE_HIGH_SPEED is defined. It still causes data ...Frank Gevaerts
2008-02-22Give 5g owner's some immediate relief from playback trouble introduced in r16...Michael Sevakis
2008-02-22Make high speed work. Does not fix any other bugs yet, so still be careful ab...Frank Gevaerts
2008-02-21fix wrong LBA range check with sectorsizes larger than 512 bytesFrank Gevaerts
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts
2008-02-20Added PP5020 serial port registersLinus Nielsen Feltzing
2008-02-19FS#8588: disable USB device again when USB is disconnected on PortalPlayer ta...Barry Wardell