index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
visor.c
Age
Commit message (
Expand
)
Author
Lines
2005-03-27
USB: add fossil watch ids to the visor driver.
Greg Kroah-Hartman
-0
/
+3
2005-03-22
USB: fix bug in visor driver with throttle/unthrottle causing oopses.
Greg Kroah-Hartman
-11
/
+27
2005-03-07
[PATCH] usb/visor: change parameters of usb_{control,bulk}_msg() to msecs
Nishanth Aravamudan
-2
/
+2
2004-12-20
USB: explicitly mark the endianness of some visor data fields.
Greg Kroah-Hartman
-3
/
+1
2004-12-19
USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16
Greg Kroah-Hartman
-2
/
+2
2004-11-23
USB: fix dev_dbg() call in visor.c
Greg Kroah-Hartman
-1
/
+1
2004-11-23
[PATCH] USB visor: Don't count outstanding URBs twice
Roger Luethi
-1
/
+0
2004-11-18
[PATCH] USB: visor: Always do generic_startup
Roger Luethi
-1
/
+2
2004-10-20
Merge gregkh@kernel.bkbits.net:linux/usb-2.6
Greg Kroah-Hartman
-12
/
+69
2004-10-20
Update tty layer to not mix kernel and user pointers.
Linus Torvalds
-11
/
+3
2004-10-20
USB: fix DoS in the visor driver by rate limiting sends.
Greg Kroah-Hartman
-12
/
+69
2004-09-08
USB: fix usb_unlink_urb() usage in visor driver
Greg Kroah-Hartman
-3
/
+3
2004-07-14
[PATCH] USB: remove CONFIG_USB_SERIAL_DEBUG
Greg Kroah-Hartman
-12
/
+8
2004-06-04
[PATCH] USB: fix Memory leak in visor.c and ftdi_sio.c
Joe Nardelli
-0
/
+1
2004-06-03
[PATCH] USB: kyocera 7135 patch
Scott Cytacki
-7
/
+11
2004-05-24
[PATCH] USB: visor: Fix Oops on disconnect
Joe Nardelli
-60
/
+65
2004-05-14
USB: convert visor to use module_param()
Greg Kroah-Hartman
-6
/
+7
2004-05-13
USB: remove get_usb_serial() as it's pretty much unneeded
Greg Kroah-Hartman
-16
/
+5
2004-05-13
USB: removed port_paranoia_check() call for usb serial drivers.
Greg Kroah-Hartman
-12
/
+0
2004-05-04
USB: add support for Zire 31 devices.
Greg Kroah-Hartman
-0
/
+3
2004-04-13
[PATCH] USB: Patch for Clie TH55 Support in visor kernel module
Martin Lubich
-2
/
+63
2004-02-29
[PATCH] USB: visor patch for Samsung SPH-i500
Jürgen Botz
-0
/
+3
2004-02-01
[PATCH] USB: add support for the Aceeca Meazura device to the visor driver.
Greg Kroah-Hartman
-0
/
+3
2004-01-13
[PATCH] USB: add support for the Clie PEG-TJ25 device
Greg Kroah-Hartman
-0
/
+3
2003-12-11
[PATCH] USB: add support for Sony UX50 device to visor driver
Greg Kroah-Hartman
-0
/
+3
2003-10-13
[PATCH] USB: fix visor driver to work with Palm OS 4+ devices
Greg Kroah-Hartman
-3
/
+0
2003-10-08
[PATCH] USB: Handspring Treo 600 id
Dax Kelson
-0
/
+3
2003-08-27
[PATCH] USB: add support for 2 new devices to the visor driver.
Greg Kroah-Hartman
-1
/
+8
2003-08-27
[PATCH] USB: fix printk parameter types
Randy Dunlap
-2
/
+2
2003-08-22
[PATCH] USB: PATCH 18/19 Audit usb_register/usb_serial_register under divers/...
Daniele Bellucci
-4
/
+16
2003-08-12
[PATCH] USB: fix up usb-serial drivers now that port[] is an array of pointers.
Greg Kroah-Hartman
-13
/
+13
2003-08-11
[PATCH] add usb_reset_configuration()
David Brownell
-2
/
+8
2003-07-29
[PATCH] USB: remove funny characters from visor driver after much prodding.
Greg Kroah-Hartman
-3
/
+3
2003-07-15
[PATCH] USB: fix memory leak in the visor driver.
Greg Kroah-Hartman
-7
/
+6
2003-06-18
[PATCH] USB: add module paramater to visor driver for new devices
Judd Montgomery
-0
/
+40
2003-05-29
o drivers/usb/serial/visor: initialize struct usb_driver ->owner field
Arnaldo Carvalho de Melo
-0
/
+1
2003-03-11
[PATCH] USB: Added support for the Sony Clie NZ90V device.
Greg Kroah-Hartman
-0
/
+7
2003-03-11
[PATCH] USB: added support for the palm M100
Greg Kroah-Hartman
-0
/
+3
2003-03-04
[PATCH] USB: add support for Treo devices to the visor driver.
Greg Kroah-Hartman
-1
/
+48
2003-02-21
[PATCH] USB visor: cleanup the close() logic
Greg Kroah-Hartman
-20
/
+15
2003-02-21
[PATCH] USB visor: fixed the driver_info cast to the proper type.
Greg Kroah-Hartman
-15
/
+15
2003-01-09
[PATCH] USB visor: Split up the initialization command logic to handle differ...
Greg Kroah-Hartman
-88
/
+148
2003-01-06
[PATCH] USB serial: fixup for probe function paramaters changing.
Greg Kroah-Hartman
-2
/
+2
2003-01-06
[PATCH] USB: drivers/usb/serial/ fixups due to dev_printk change
Greg Kroah-Hartman
-22
/
+22
2002-12-26
[PATCH] USB: use usb_get_serial_data() and usb_set_serial_data() functions.
Greg Kroah-Hartman
-6
/
+5
2002-12-25
[PATCH] USB: convert visor driver to use dev_err() and dev_info() macros
Greg Kroah-Hartman
-27
/
+29
2002-12-16
[PATCH] USB: usbserial: Add a short_name field to work better with sysfs.
Greg Kroah-Hartman
-0
/
+2
2002-12-08
[PATCH] USB: Add Treo 300 id to the visor driver supported devices list.
Greg Kroah-Hartman
-0
/
+2
2002-12-06
[PATCH] USB: initial attempt at Treo 300 support for the visor driver
Greg Kroah-Hartman
-4
/
+57
2002-12-02
[PATCH] kbd_pt_regs
David S. Miller
-4
/
+4
[next]