rockbox/firmware/usbstack
Rafaël Carré ddd2edaa33 USB HID: cosmetics / simplifications
Declare loop variables inside for() ala C99
Remove useless casts
Remove one level of pointer indirection in descriptor_hid_get()
Simplify a few switch()
Align case on the same level than switch

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31457 a1c6a512-1295-4272-9138-f99709370657
2011-12-28 19:45:28 +00:00
..
usb_charging_only.c Comment out LOGF_ENABLE defines everywhere, replace evil comments 2009-11-03 16:25:03 +00:00
usb_charging_only.h
usb_class_driver.h Fix even more tabs 2010-01-03 10:35:31 +00:00
usb_core.c Fix tabs in .c and .h files in firmware/ 2011-05-08 11:37:18 +00:00
usb_hid.c USB HID: cosmetics / simplifications 2011-12-28 19:45:28 +00:00
usb_hid.h Flyspray: FS#10326 2009-07-18 12:58:29 +00:00
usb_hid_usage_tables.h Commit "FS#10468 - USB HID: Show keypad mode on screen" 2009-09-30 10:06:04 +00:00
usb_serial.c Fix a bug in usbserial that would allow to send messages on EP_CONTROL between usb init and endpoints allocation via logf. 2010-01-11 21:03:48 +00:00
usb_serial.h Add const to usb_serial_send() buffer. 2009-08-19 05:30:40 +00:00
usb_storage.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
usb_storage.h