summaryrefslogtreecommitdiffstats
path: root/drivers/net/irda
AgeCommit message (Expand)AuthorLines
2005-03-22[IRDA]: DEBUG macro fixesJean Tourrilhes-376/+415
2005-03-10[IRDA]: remove unneeded EXPORT_SYMBOL's from irport.cJean Tourrilhes-78/+65
2005-03-10[IRDA]: support NSC PC8738xJean Tourrilhes-6/+3
2005-03-10[IRDA]: Mark exit code properly in VIA driverJean Tourrilhes-6/+6
2005-03-10[IRDA]: stir4200 turnaround calculation fixJean Tourrilhes-2/+3
2005-03-10[IRDA]: irda-usb sysfs supportJean Tourrilhes-4/+4
2005-03-08Merge bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds-4/+4
2005-03-08Merge pobox.com:/garz/repo/linux-2.6Jeff Garzik-16/+10
2005-03-07[PATCH] net/stir4200: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan-3/+3
2005-03-07[PATCH] net/irda-usb: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan-1/+1
2005-03-02[PATCH] Fix u32 vs. pm_message_t in network device driversPavel Machek-1/+1
2005-01-27Merge pobox.com:/garz/repo/linux-2.6Jeff Garzik-16/+10
2005-01-20[PATCH] Lock initializer cleanup: Network driversThomas Gleixner-1/+1
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek-2/+0
2005-01-11[PATCH] net/tekram-sir: replace schedule_timeout() with msleep()Domen Puncer-2/+1
2005-01-11[PATCH] net/sir_dev: replace schedule_timeout() with msleep()Domen Puncer-2/+2
2005-01-11[PATCH] net/ma600-sir: replace schedule_timeout() with msleep()Domen Puncer-8/+4
2005-01-11[PATCH] net/irtty-sir: replace schedule_timeout() with msleep()Domen Puncer-2/+2
2005-01-11[PATCH] net/act2001-sir: replace schedule_timeout() with msleep()Domen Puncer-2/+1
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman-5/+5
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton-33/+33
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman-1/+1
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman-4/+4
2004-12-10[ARM] Add platform-based IrDA device support.Russell King-102/+27
2004-12-08[IRDA]: Use kill_urb() in irda-usbJean Tourrilhes-10/+10
2004-12-08[IRDA]: Use kill_urb() in stir4200Jean Tourrilhes-2/+2
2004-12-08[IRDA]: Try to fix the worst abuse of the pci init code in via_irccJean Tourrilhes-3/+20
2004-10-21MergeLinus Torvalds-289/+306
2004-10-21[IRDA]: Stir netdev and messages cleanupsJean Tourrilhes-17/+13
2004-10-21[IRDA]: Stir driver suspend fixJean Tourrilhes-2/+7
2004-10-21[IRDA]: Stir driver usb reset fixJean Tourrilhes-15/+0
2004-10-21[IRDA]: via-ircc driver speed fixesJean Tourrilhes-253/+283
2004-10-21[IRDA]: Fix nsc-ircc dongle_id inputJean Tourrilhes-2/+3
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds-1/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk-2/+2
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman-12/+3
2004-10-06[PATCH] PCI: audit all callers of pci_register_driver() to work properly.Greg Kroah-Hartman-9/+1
2004-10-05[PATCH] PCI: remove driver private PCI state, 1 arg for pci_{save,restore}_stateRoger Luethi-3/+2
2004-09-29Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman-0/+10
2004-09-29[PATCH] tty locking cleanup and fixesAlan Cox-7/+0
2004-09-13[PATCH] USB: Add locking support for USB device resetsAlan Stern-0/+10
2004-08-24USB: Remove struct urb->timeout as it does not workGreg Kroah-Hartman-3/+0
2004-07-28[PATCH] depends on PCI: Toshiba and VIA FIRGeert Uytterhoeven-2/+2
2004-07-11[PATCH] sparse: misc NULL noise in drivers/*Alexander Viro-4/+4
2004-06-30[netdrvr] disable certain drivers that are broken on 64-bitJeff Garzik-1/+5
2004-06-18[IRDA]: Remove usage of isa_virt_to_bus()William Lee Irwin III-55/+107
2004-06-16[SPARSE]: Get rid of warning in irtty_ioctl().Stephen Hemminger-9/+1
2004-05-19[PATCH] sir_dev locking fixAndrew Morton-5/+4
2004-05-18Some more misc wait_ms() conversions to use msleep()Greg Kroah-Hartman-2/+3
2004-05-14[PATCH] MSEC_TO_JIFFIES to msec_to_jiffiesAndrew Morton-47/+47