aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
Commit message (Expand)AuthorAge
* cdc-acm: kill unnecessary messagesOliver Neukum2015-01-31
* cdc-acm: add sanity checksOliver Neukum2015-01-31
* USB: cdc-acm: check for valid interfacesGreg Kroah-Hartman2014-11-24
* cdc-acm: memory leak in error caseOliver Neukum2014-11-24
* Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman2014-11-09
|\
| * USB: cdc-acm: add quirk for control-line state requestsJohan Hovold2014-11-06
| * USB: cdc-acm: only raise DTR on transitions from B0Johan Hovold2014-11-05
| * cdc-acm: ensure that termios get set when the port is activatedJim Paris2014-11-03
| * USB: cdc-acm: add device id for GW Instek AFG-2225Johan Hovold2014-11-03
* | usb: class: usbtmc: delete unnecessary 'out of memory' messagesPeter Chen2014-11-03
* | cdc-acm: Drop the warning for unusual capabilitiesOliver Neukum2014-11-03
|/
* usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist2014-07-09
* USB: usbtmc: fix DMA on stackOliver Neukum2014-05-27
* USB: cdc-acm: use BIT macroOliver Neukum2014-05-27
* USB: cdc-acm: use tty-port dtr_rtsJohan Hovold2014-05-27
* USB: cdc-acm: remove redundant usb_mark_last_busyJohan Hovold2014-05-27
* USB: cdc-acm: do not update PM busy on read errorsJohan Hovold2014-05-27
* USB: cdc-acm: minimise no-suspend window during shutdownJohan Hovold2014-05-27
* USB: cdc-acm: remove redundant disconnected test from shutdownJohan Hovold2014-05-27
* USB: cdc-acm: simplify runtime PM lockingJohan Hovold2014-05-27
* USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold2014-05-27
* USB: cdc-acm: fix I/O after failed openJohan Hovold2014-05-27
* USB: cdc-acm: fix failed open not being detectedJohan Hovold2014-05-27
* USB: cdc-acm: fix open and suspend raceJohan Hovold2014-05-27
* USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold2014-05-27
* USB: cdc-acm: fix shutdown and suspend raceJohan Hovold2014-05-27
* USB: cdc-acm: fix runtime PM for control messagesJohan Hovold2014-05-27
* USB: cdc-acm: fix broken runtime suspendJohan Hovold2014-05-27
* USB: cdc-acm: fix write and resume raceJohan Hovold2014-05-27
* USB: cdc-acm: fix write and suspend raceJohan Hovold2014-05-27
* USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driverMichael Ulbricht2014-04-16
* USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()Alexey Khoroshilov2014-04-16
* usb: cdc-wdm: resp_count can be 0 even if WDM_READ is setBjørn Mork2014-01-12
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-08
* Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2013-12-24
|\
| * usb: cdc-wdm: manage_power should always set needs_remote_wakeupBjørn Mork2013-12-09
* | usb: cdc-wdm: avoid hanging on zero length readsBjørn Mork2013-12-20
* | Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-16
|\ \ | |/ |/|
| * cdc-acm: fix power management in ioctlOliver Neukum2013-12-03
| * cdc-acm: add TIOCGICOUNTOliver Neukum2013-12-03
| * cdc-acm: add TIOCMIWAITOliver Neukum2013-12-03
* | USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens2013-12-04
|/
* usb: cdc-wdm: ignore speed change notificationsBjørn Mork2013-10-29
* USB: cdc-wdm: support back-to-back USB_CDC_NOTIFY_RESPONSE_AVAILABLE notifica...Greg Suarez2013-10-29
* USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman2013-08-25
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-18
|\
| * USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold2013-08-12
* | USB: cdc-wdm: fix race between interrupt handler and taskletOliver Neukum2013-08-12
* | usbtmc: convert to devm_kzallocAndy Shevchenko2013-07-25
* | usbtmc: remove redundant bracesAndy Shevchenko2013-07-25
'n624' href='#n624'>624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946

















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
%PDF-1.3
%
4 0 obj
<< /Length 5 0 R /Filter /FlateDecode >>
stream
xZَ5}p’ݫ		
^t%h4@	?޸KN"}\uj?qUM;vLߥ͕i.tҿSYT/?\7X?DCqymm0ite6&6uƙ{S޻f6c