mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
usb_terminal: remove obsolete vendor/product enums
This commit is contained in:
parent
e5f0dae598
commit
31cffe52a6
@ -47,8 +47,6 @@ struct pl2303_config
|
||||
|
||||
struct Usb::Pl2303_driver : Completion
|
||||
{
|
||||
enum { VENDOR = 0x67b, PRODUCT = 0x2303 /* Prolific 2303 seriral port */ };
|
||||
|
||||
enum {
|
||||
PACKET_BUFFER = 2, /* number of read packets */
|
||||
RING_SIZE = 4096, /* size of ring buffer */
|
||||
|
Loading…
Reference in New Issue
Block a user