2008-06-15 Bastien Nocera <hadess@hadess.net>
* TODO: Add a simple TODO item * acinclude.m4: Remove * autogen.sh: Copy from gnome-autogen.sh * Makefile.am: * configure.in: * librio500/Makefile.am: * librio500/librio500-usbdevfs.c (init_communication), (finish_communication), (send_folder_location), (format_flash), (get_mem_status), (query_card_count), (query_mem_left), (query_firmware_rev), (get_num_folder_blocks), (read_folder_entries), (read_song_entries), (write_folder_entries), (write_song_entries), (swap_songs), (bulk_write), (bulk_read), (send_write_command), (send_read_command), (send_command), (rio_ctl_msg): * librio500/librio500.c: * librio500/librio500.h: * librio500/librio500_api.c (rio_new), (rio_check), (rio_delete), (remove_folder), (remove_song), (is_first_folder), (add_folder), (rename_folder), (rename_song), (start_comm), (end_comm): * librio500/librio500_api.h: * src/Makefile.am: * src/rio_add_folder.c (main): * src/rio_add_song.c (main), (write_song): * src/rio_del_song.c (main), (remove_folder), (remove_song): * src/rio_font_info.c (main): * src/rio_format.c (main): * src/rio_get_song.c (main), (read_file): * src/rio_stat.c (main): * src/rio_swap_songs.c (main): * src/rio_swap_songs_simple.c (main): Remove rio500 driver method, always compile with libusb support, fix compilation with newer versions of libusb, always enable i18n from glib2, remove glib 1.x support * librio500/60-rio500.perms: * librio500/60-rio500.rules: Add and install files for Fedora systems to automatically allow Rio500s to be used by the console user
Showing
- ChangeLog 45 additions, 3 deletionsChangeLog
- Makefile.am 2 additions, 20 deletionsMakefile.am
- TODO 2 additions, 0 deletionsTODO
- acinclude.m4 0 additions, 24 deletionsacinclude.m4
- autogen.sh 463 additions, 116 deletionsautogen.sh
- configure.in 14 additions, 72 deletionsconfigure.in
- librio500/60-rio500.perms 2 additions, 0 deletionslibrio500/60-rio500.perms
- librio500/60-rio500.rules 22 additions, 0 deletionslibrio500/60-rio500.rules
- librio500/Makefile.am 10 additions, 15 deletionslibrio500/Makefile.am
- librio500/librio500-usbdevfs.c 32 additions, 34 deletionslibrio500/librio500-usbdevfs.c
- librio500/librio500.c 0 additions, 1097 deletionslibrio500/librio500.c
- librio500/librio500.h 24 additions, 75 deletionslibrio500/librio500.h
- librio500/librio500_api.c 28 additions, 138 deletionslibrio500/librio500_api.c
- librio500/librio500_api.h 1 addition, 7 deletionslibrio500/librio500_api.h
- src/Makefile.am 3 additions, 10 deletionssrc/Makefile.am
- src/rio_add_folder.c 1 addition, 9 deletionssrc/rio_add_folder.c
- src/rio_add_song.c 4 additions, 44 deletionssrc/rio_add_song.c
- src/rio_del_song.c 8 additions, 80 deletionssrc/rio_del_song.c
- src/rio_font_info.c 0 additions, 4 deletionssrc/rio_font_info.c
- src/rio_format.c 0 additions, 35 deletionssrc/rio_format.c
Loading
Please register or sign in to comment