aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-14Fix swapped manufacturer/product strings0.4Harald Welte1-2/+2
2017-05-11host: Allow matching of device to USB path, not just address0.3v0.3Harald Welte4-4/+44
2017-05-11host: Ignore some more libusb error return codesHarald Welte1-1/+3
2017-05-11host: Switch SIM to remote and issue modem reset on startupHarald Welte1-0/+75
2017-05-11cardemu: Fix interpretation of MSGC_MODEM messagesHarald Welte1-0/+3
2017-05-11dfu: make sure to not bloat the loader with main board init stuff.Harald Welte1-0/+7
2017-05-11perst/sim_switch: Log events using TRACE_INFOHarald Welte2-4/+13
2017-05-11consistently use 0-based counting of modems/slotsHarald Welte3-8/+8
2017-05-10firmware: fix various compiler warningsHarald Welte2-4/+4
2017-05-10host: fix various compiler warningsHarald Welte3-9/+10
2017-05-10host: Split transport from slotHarald Welte1-26/+55
2017-05-09host: split the transport layer from card emulationHarald Welte1-30/+42
2017-05-09host: cosmetic cleanup, function renamingHarald Welte1-28/+44
2017-05-09Generalize SIM switching code and allow local/remote switching via USBHarald Welte5-32/+93
2017-05-09wwan_perst: Warn if somebody failed to initialize usHarald Welte1-0/+7
2017-05-09cardem: Implement WWAN Modem reset via USBHarald Welte1-0/+26
2017-05-09wwan_perst: Support varying timeout and permanent active/inactiveHarald Welte3-29/+51
2017-05-09Convert to new generalized SIMTRACE2 USB protocolHarald Welte9-249/+523
2017-05-07qmod: debug_cmd: Avoid 'Unknown command' for valid commandsHarald Welte1-50/+53
2017-05-07Make hardfault handler a bit more verboseHarald Welte1-1/+47
2017-05-07qmod: Initialize ST12 specific I/O pins only on ST12Harald Welte1-4/+8
2017-05-07migrate from req_ctx to msgbHarald Welte18-383/+495
2017-05-07import libosmocore msgb handling (and dependencies)Harald Welte15-61/+1961
2017-05-07Makefile: remove .p files during 'make clean'Harald Welte1-1/+1
2017-05-07Makefile: Don't warn about failed inlinesHarald Welte1-1/+1
2017-05-07Add llist_add_irqsafe() similar to llist_add_tail_irqsafe()Harald Welte1-0/+8
2017-05-05board_gpio.gnumeric: Update to QMOD v3 (SIMPRES1/SIMPRES2)Harald Welte1-11/+11
2017-05-05Makefile: Add new 'combined' target to build combined DFU+APP imageHarald Welte1-0/+9
2017-05-05QMOD: Add code to determine SIM Card presenceHarald Welte5-5/+79
2017-05-05qmod: wwan_led.c: Fix handling of LED for second ModemHarald Welte1-1/+1
2017-05-05qmod: Disable various console commands on ST34Harald Welte1-40/+55
2017-05-05use same USB Product ID for DFU and runtime modeHarald Welte2-6/+3
2017-03-08remove old python userspace codeHarald Welte18-1248/+0
2017-03-08update + split README into general and firmware-specific partHarald Welte2-112/+37
2017-03-07add missing usbstring.cHarald Welte1-0/+184
2017-03-07qmod: Fix polarity of SPDT switchHarald Welte1-4/+4
2017-03-06DFU: Disable LED blinking codeHarald Welte1-2/+8
2017-03-06DFU: Resolve DFU runtime descriptor dynamically from descriptorsHarald Welte1-1/+25
2017-03-06DFU: initialize g_dfu during real power upHarald Welte1-1/+6
2017-03-06add simtrace2-list to .gitignoreHarald Welte1-0/+1
2017-03-06add udev rules for all (currently) supported devicesHarald Welte1-0/+21
2017-03-06simtrace2-remsim: Improve support for many interfaces + devicesHarald Welte5-9/+423
2017-03-06simtrace2-remsim: Document and add longopts for UDP forwardingHarald Welte1-2/+6
2017-03-06host: fix some compiler warnings (now that we have -Wall)Harald Welte1-7/+3
2017-03-06host: Add "-Wall -g" CFLAGS to get compiler warningsHarald Welte1-0/+1
2017-03-06simtrace2-remsim: Move away from global variablesHarald Welte1-59/+73
2017-03-06LED: Introduce LED blinking pattern codeHarald Welte6-259/+299
2017-03-06usb: Use different SubClass values for card-emulation and snifferHarald Welte1-4/+7
2017-03-06USB: Don't specify Class/Subclass 0xff at device levelHarald Welte1-3/+3
2017-03-06usb: consistently use named structure initializersHarald Welte1-144/+152